From 686a4b47528e148f32cb5afd28b5024ef9fd8ff6 Mon Sep 17 00:00:00 2001 From: moinfar Date: Mon, 11 Nov 2024 10:55:03 +0100 Subject: [PATCH] Fix dependency issue --- pyproject.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 52a7fdb..8875f76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,14 +19,6 @@ urls.Documentation = "https://drvi.readthedocs.io/" urls.Source = "https://github.com/theislab/drvi" urls.Home-page = "https://github.com/theislab/drvi" -# This configuration makes 'drvi' the importable name -[tool.hatch.metadata] -dynamic = ["name"] - -[tool.hatch.build] -targets.sdist.include = ["drvi"] -targets.wheel.include = ["drvi"] - # Please make an issue if you need wider range of versions dependencies = [ "torch>=2.1.0,<2.4", @@ -50,6 +42,14 @@ dependencies = [ "session-info", ] +# This configuration makes 'drvi' the importable name +[tool.hatch.metadata] +dynamic = ["name"] + +[tool.hatch.build] +targets.sdist.include = ["drvi"] +targets.wheel.include = ["drvi"] + [project.optional-dependencies] dev = [ "pre-commit",