Skip to content

Commit

Permalink
fix py3.9 pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed Oct 17, 2024
1 parent 6b951d5 commit 47b50b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ numpy = [
{version = "^2", python ="^3.9"},
{version = "<2,", python ="<3.9"}
]
importlib_resources = [
{version = ">6", python=">=3.9,<=3.10"}
]


[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 47b50b6

Please sign in to comment.