From 432b924b8ff3d7bcf1ea5f4a3759f88e8e8b9a0b Mon Sep 17 00:00:00 2001 From: amilworks Date: Wed, 30 Aug 2023 13:37:04 -0700 Subject: [PATCH] :rocket: Fixed Docker build with updated pyproject --- cells/streamlit/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cells/streamlit/pyproject.toml b/cells/streamlit/pyproject.toml index 73490e4..4351e19 100644 --- a/cells/streamlit/pyproject.toml +++ b/cells/streamlit/pyproject.toml @@ -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" @@ -21,6 +20,7 @@ read-roi = "^1.6.0" plotly = "^5.14.1" + [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"