Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-rogers committed Nov 5, 2024
1 parent dbfbcb7 commit 4a92544
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 43 deletions.
56 changes: 14 additions & 42 deletions python/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ backoff = "^2.2.1"
platformdirs = "^3.5.0"
setuptools = [
{ version = "<58", python = "<3.8", optional = false },
{ version = "*", python = ">=3.8", optional = false }
{ version = ">=75", python = ">=3.8", optional = false }
]

# viz module. Everything after this should be optional
Expand Down

0 comments on commit 4a92544

Please sign in to comment.