Skip to content

Commit 9983897

Browse files
committed
pin volara version
1 parent 06d5b31 commit 9983897

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Plugin for Volara including everything pytorch related. This incl
55
readme = "README.md"
66
requires-python = ">=3.11"
77
dependencies = [
8-
"volara",
8+
"volara>=1.0",
99
"torch>=2.4",
1010
"daisy>=1.2.2",
1111
"gunpowder>=1.4.0",
@@ -35,9 +35,6 @@ docs = [
3535
[project.entry-points."volara.blockwise_tasks"]
3636
predict = "volara_torch.blockwise.predict:Predict"
3737

38-
[tool.uv.sources]
39-
volara = { git = "https://github.com/e11bio/volara" }
40-
4138
[tool.ruff]
4239
lint.select = ["F", "W", "I001"]
4340

0 commit comments

Comments
 (0)