Fix pyproject.toml
This commit is contained in:
parent
bd0d0ccb0c
commit
f3d6fab927
@ -25,12 +25,6 @@ dependencies = [
|
|||||||
"tqdm>=4.66.5,<5.0",
|
"tqdm>=4.66.5,<5.0",
|
||||||
"transformers>=4.44.0,<5.0",
|
"transformers>=4.44.0,<5.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
|
||||||
dev = [
|
|
||||||
"pytest>=8.0.0,<9.0"
|
|
||||||
]
|
|
||||||
|
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Intended Audience :: Developers",
|
"Intended Audience :: Developers",
|
||||||
"Operating System :: MacOS",
|
"Operating System :: MacOS",
|
||||||
@ -41,6 +35,11 @@ classifiers = [
|
|||||||
"Programming Language :: Python :: 3.13",
|
"Programming Language :: Python :: 3.13",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[project.optional-dependencies]
|
||||||
|
dev = [
|
||||||
|
"pytest>=8.0.0,<9.0"
|
||||||
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
homepage = "https://github.com/filipstrand/mflux"
|
homepage = "https://github.com/filipstrand/mflux"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user