Skip to content

Commit 73b6290

Browse files
authored
downgrade typing-extensions for compatibility with voxelytics (#472)
1 parent 9a9e8c0 commit 73b6290

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

webknossos/poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webknossos/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ python-dotenv = "^0.19.0"
2222
rich = "^10.9.0"
2323
scikit-image = "^0.18.3"
2424
scipy = "^1.4.0"
25-
typing-extensions = "^3.10.0"
25+
typing-extensions = "^3.7"
2626
wkw = "1.1.11"
2727

2828
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)