Skip to content

Commit

Permalink
Fix dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
moinfar committed Nov 11, 2024
1 parent a5ec75a commit 686a4b4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 686a4b4

Please sign in to comment.