Skip to content

Commit

Permalink
Merge pull request #537 from sbrunner/renovate/numpy-2.x
Browse files Browse the repository at this point in the history
Update dependency numpy to v2
  • Loading branch information
sbrunner authored Jul 2, 2024
2 parents 30a1276 + 5eaa015 commit 07e7f4c
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 39 deletions.
85 changes: 47 additions & 38 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 @@ -38,7 +38,7 @@ deskew = "deskew.cli:main"

[tool.poetry.dependencies]
python = ">=3.10,<3.13"
numpy = "1.26.4"
numpy = "2.0.0"
scikit-image = "0.24.0"
opencv-python-headless = { version = "4.10.0.84", optional = true }
matplotlib = { version = "3.9.0", optional = true }
Expand Down

0 comments on commit 07e7f4c

Please sign in to comment.