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