Skip to content

Commit 2e26e4e

Browse files
fix docs
1 parent ea0cce2 commit 2e26e4e

File tree

2 files changed

+15
-43
lines changed

2 files changed

+15
-43
lines changed

python/poetry.lock

+14-42
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ backoff = "^2.2.1"
2222
platformdirs = "^3.5.0"
2323
setuptools = [
2424
{ version = "<58", python = "<3.8", optional = false },
25-
{ version = "*", python = ">=3.8", optional = false }
25+
{ version = ">=75", python = ">=3.8", optional = false }
2626
]
2727

2828
# viz module. Everything after this should be optional

0 commit comments

Comments
 (0)