Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Use pre-built whl for stardist-sparse from PyPI instead of the one from git.
  • Loading branch information
ksugar committed Jul 2, 2023
1 parent e63015d commit b2a512a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ packages = [{include = "cellsparse", from = "src"}]

[tool.poetry.dependencies]
python = ">=3.8.1,<3.12"
stardist = {git = "https://github.com/ksugar/stardist-sparse.git"}
stardist-sparse = "^0.8.3"
torch = "2.0.1"
tensorflow = {version = "2.12.0", optional = true}
tensorflow-macos = {version = "2.12.0", optional = true}
Expand Down

0 comments on commit b2a512a

Please sign in to comment.