Fix pyproject.toml

This commit is contained in:
filipstrand 2024-10-10 07:58:25 +02:00
parent bd0d0ccb0c
commit f3d6fab927

View File

@ -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"