Skip to content

Commit

Permalink
Refine pycairo requirements to allow python 3.8 (#10)
Browse files Browse the repository at this point in the history
* Refine pycairo requirements to allow python 3.8

* Update pyproject.toml

* update lockfile
  • Loading branch information
oscarlevin authored Jan 13, 2025
1 parent 4472a8f commit cd6b5ee
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 5 deletions.
63 changes: 59 additions & 4 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ click = "^8.1.7"
networkx = "^2.5"
scipy = [{version = ">=1.5, <=1.7", python = "3.8"}, {version = "^1.8", python = ">=3.9,<3.13"}, {version = "^1.14.1", python = "3.13"}]
numpy = [{version = ">=1.19, <=1.25", python = "3.8"}, {version = "^1.26", python = ">=3.9,<3.13"}, {version = "^2.1.0", python = "3.13"}]
pycairo = {version = "^1.20", optional = true}
pycairo = [{version = ">=1.20, <=1.26", python = "3.8", optional = true}, {version = "^1.20", python = ">=3.9", optional = true}]
click-log = "^0.4.0"

[tool.poetry.extras]
Expand Down

0 comments on commit cd6b5ee

Please sign in to comment.