Skip to content

Commit b037cb4

Browse files
committed
chore: bump to 0.3.13 with corrected repository URLs
1 parent 28ad38b commit b037cb4

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "poetry.core.masonry.api"
88

99
[tool.poetry]
1010
name = "fibermorph"
11-
version = "0.3.12"
11+
version = "0.3.13"
1212
description = "Toolkit for analyzing hair fiber morphology"
1313
authors = ["tinalasisi <tina.lasisi@gmail.com>"]
1414
license = "LICENSE"
@@ -40,11 +40,9 @@ scikit-learn = "^1.4.0"
4040
sympy = "^1.12"
4141
pytest = "^8.0.0"
4242
pyarrow = {version = "^15.0.0", python = "<3.13"}
43-
streamlit = {version = "^1.40.0", optional = true}
4443

4544
[tool.poetry.scripts]
4645
fibermorph = "fibermorph.cli:main"
47-
fibermorph-gui = "fibermorph.gui:main"
4846

4947
[tool.poetry.group.dev.dependencies]
5048
pytest = "^8.0.0"
@@ -57,6 +55,3 @@ pre-commit = "^3.6.0"
5755

5856
[tool.cibuildwheel]
5957
build-frontend = "build"
60-
61-
[tool.poetry.extras]
62-
gui = ["streamlit"]

0 commit comments

Comments
 (0)