We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06d5b31 commit 9983897Copy full SHA for 9983897
pyproject.toml
@@ -5,7 +5,7 @@ description = "Plugin for Volara including everything pytorch related. This incl
5
readme = "README.md"
6
requires-python = ">=3.11"
7
dependencies = [
8
- "volara",
+ "volara>=1.0",
9
"torch>=2.4",
10
"daisy>=1.2.2",
11
"gunpowder>=1.4.0",
@@ -35,9 +35,6 @@ docs = [
35
[project.entry-points."volara.blockwise_tasks"]
36
predict = "volara_torch.blockwise.predict:Predict"
37
38
-[tool.uv.sources]
39
-volara = { git = "https://github.com/e11bio/volara" }
40
-
41
[tool.ruff]
42
lint.select = ["F", "W", "I001"]
43
0 commit comments