Skip to content

Commit

Permalink
Change numpy requirement to >2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scaramallion committed Oct 28, 2024
1 parent 42b385b commit 13ced42
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 34 deletions.
83 changes: 50 additions & 33 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 @@ -53,7 +53,7 @@ version = "2.4.0"

[tool.poetry.dependencies]
python = "^3.9"
numpy = "^2.1"
numpy = "^2.0"

[tool.poetry.plugins."pylibjpeg.jpeg_2000_decoders"]
openjpeg = "openjpeg:decode"
Expand Down

0 comments on commit 13ced42

Please sign in to comment.