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,7 +10,6 @@ dependencies = [
|
|||
"pillow>=10.1.0",
|
||||
"jaxtyping>=0.2.23",
|
||||
"packaging>=23.2",
|
||||
"ruff>=0.2.0",
|
||||
]
|
||||
readme = "README.md"
|
||||
requires-python = ">= 3.10"
|
||||
|
@ -22,7 +21,7 @@ classifiers = [
|
|||
"Programming Language :: Python :: 3.11",
|
||||
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||
"Topic :: Scientific/Engineering :: Artificial Intelligence",
|
||||
"License :: OSI Approved :: MIT License"
|
||||
"License :: OSI Approved :: MIT License",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
@ -70,10 +69,11 @@ build-backend = "hatchling.build"
|
|||
managed = true
|
||||
dev-dependencies = [
|
||||
"pyright==1.1.349",
|
||||
"ruff>=0.1.15",
|
||||
"ruff>=0.2.0",
|
||||
"docformatter>=1.7.5",
|
||||
"pytest>=8.0.0",
|
||||
"coverage>=7.4.1",
|
||||
"typos>=1.18.2",
|
||||
]
|
||||
|
||||
|
||||
|
|
|
@ -91,7 +91,6 @@ pyyaml==6.0.1
|
|||
pyyaml-env-tag==0.1
|
||||
regex==2023.12.25
|
||||
requests==2.31.0
|
||||
ruff==0.2.0
|
||||
safetensors==0.4.2
|
||||
scipy==1.12.0
|
||||
segment-anything-py==1.0
|
||||
|
|
Loading…
Reference in a new issue