File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ build-backend = "poetry.core.masonry.api"
88
99[tool .poetry ]
1010name = " fibermorph"
11- version = " 0.3.12 "
11+ version = " 0.3.13 "
1212description = " Toolkit for analyzing hair fiber morphology"
1313authors = [" tinalasisi <tina.lasisi@gmail.com>" ]
1414license = " LICENSE"
@@ -40,11 +40,9 @@ scikit-learn = "^1.4.0"
4040sympy = " ^1.12"
4141pytest = " ^8.0.0"
4242pyarrow = {version = " ^15.0.0" , python = " <3.13" }
43- streamlit = {version = " ^1.40.0" , optional = true }
4443
4544[tool .poetry .scripts ]
4645fibermorph = " fibermorph.cli:main"
47- fibermorph-gui = " fibermorph.gui:main"
4846
4947[tool .poetry .group .dev .dependencies ]
5048pytest = " ^8.0.0"
@@ -57,6 +55,3 @@ pre-commit = "^3.6.0"
5755
5856[tool .cibuildwheel ]
5957build-frontend = " build"
60-
61- [tool .poetry .extras ]
62- gui = [" streamlit" ]
You can’t perform that action at this time.
0 commit comments