mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-09 23:12:02 +00:00
add typos
to dev-dependencies, also remove ruff
from non dev-dependencies
This commit is contained in:
parent
25bfa78907
commit
d590c0e2fa
|
@ -10,19 +10,18 @@ dependencies = [
|
||||||
"pillow>=10.1.0",
|
"pillow>=10.1.0",
|
||||||
"jaxtyping>=0.2.23",
|
"jaxtyping>=0.2.23",
|
||||||
"packaging>=23.2",
|
"packaging>=23.2",
|
||||||
"ruff>=0.2.0",
|
|
||||||
]
|
]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">= 3.10"
|
requires-python = ">= 3.10"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Typing :: Typed",
|
"Typing :: Typed",
|
||||||
"Intended Audience :: Developers",
|
"Intended Audience :: Developers",
|
||||||
"Intended Audience :: Science/Research",
|
"Intended Audience :: Science/Research",
|
||||||
"Programming Language :: Python :: 3.10",
|
"Programming Language :: Python :: 3.10",
|
||||||
"Programming Language :: Python :: 3.11",
|
"Programming Language :: Python :: 3.11",
|
||||||
"Topic :: Software Development :: Libraries :: Python Modules",
|
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||||
"Topic :: Scientific/Engineering :: Artificial Intelligence",
|
"Topic :: Scientific/Engineering :: Artificial Intelligence",
|
||||||
"License :: OSI Approved :: MIT License"
|
"License :: OSI Approved :: MIT License",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
|
@ -70,10 +69,11 @@ build-backend = "hatchling.build"
|
||||||
managed = true
|
managed = true
|
||||||
dev-dependencies = [
|
dev-dependencies = [
|
||||||
"pyright==1.1.349",
|
"pyright==1.1.349",
|
||||||
"ruff>=0.1.15",
|
"ruff>=0.2.0",
|
||||||
"docformatter>=1.7.5",
|
"docformatter>=1.7.5",
|
||||||
"pytest>=8.0.0",
|
"pytest>=8.0.0",
|
||||||
"coverage>=7.4.1",
|
"coverage>=7.4.1",
|
||||||
|
"typos>=1.18.2",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -91,7 +91,6 @@ pyyaml==6.0.1
|
||||||
pyyaml-env-tag==0.1
|
pyyaml-env-tag==0.1
|
||||||
regex==2023.12.25
|
regex==2023.12.25
|
||||||
requests==2.31.0
|
requests==2.31.0
|
||||||
ruff==0.2.0
|
|
||||||
safetensors==0.4.2
|
safetensors==0.4.2
|
||||||
scipy==1.12.0
|
scipy==1.12.0
|
||||||
segment-anything-py==1.0
|
segment-anything-py==1.0
|
||||||
|
|
Loading…
Reference in a new issue