Skip to content

Commit

Permalink
🚀 Fixed Docker build with updated pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
amilworks committed Aug 30, 2023
1 parent 9b56116 commit 432b924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cells/streamlit/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ homepage = "https://github.com/bioshape-lab/cells/tree/main/cells/streamlit"
python = "^3.10"
streamlit = "^1.21.0"
numpy = "1.23.0"
geomstats = {git = "geomstats@git+https://github.com/geomstats/geomstats"}
scikit-image = "^0.20.0"
matplotlib = "^3.7.1"
numba = "^0.56.4"
Expand All @@ -21,6 +20,7 @@ read-roi = "^1.6.0"
plotly = "^5.14.1"



[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Expand Down

0 comments on commit 432b924

Please sign in to comment.