diff --git a/pyproject.toml b/pyproject.toml index edfba11..90a514b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"