Skip to content

Commit

Permalink
relax python requirements in poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
martukas committed Nov 9, 2024
1 parent 1b8f27c commit ce3bfca
Show file tree
Hide file tree
Showing 4 changed files with 208 additions and 127 deletions.
156 changes: 95 additions & 61 deletions docs/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 docs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ packages = [
]

[tool.poetry.dependencies]
python = "^3.12"
python = ">=3.10"
graphviz = "^0.20.3"
wireviz = "^0.4.1"
sphinx-rtd-theme = "^3.0.1"
Expand Down
Loading

0 comments on commit ce3bfca

Please sign in to comment.