Skip to content

Commit c078e3c

Browse files
committed
updated ...
1 parent 12681b2 commit c078e3c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,15 @@ Changelog = "https://github.com/yfukai/laptrack/releases"
2828
python = "^3.8,<3.12"
2929
click = "^8.0.1"
3030
numpy = "^1.21.0"
31-
scipy = "^1.7.0"
31+
scipy = "^1.8.0"
3232
networkx = "^2.6.1"
3333
pandas = "^1.3.1"
3434
typing-extensions = "^4.1.0"
3535
pydantic = "^1.10.2"
36-
scikit-image = ">=0.19.3"
36+
scikit-image = [
37+
{ version = "^0.19.3", python = "<3.11" },
38+
{ version = "^0.20.0", python = ">=3.11" }
39+
]
3740
pooch = "^1.6.0"
3841

3942
[tool.poetry.scripts]

0 commit comments

Comments
 (0)