Skip to content

Commit

Permalink
Update dependency numpy to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 2, 2024
1 parent 30a1276 commit 5eaa015
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 5eaa015

Please sign in to comment.