From f3d6fab92705864b85fba0d544314ce4f7f3b93e Mon Sep 17 00:00:00 2001 From: filipstrand Date: Thu, 10 Oct 2024 07:58:25 +0200 Subject: [PATCH] Fix pyproject.toml --- pyproject.toml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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"