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 Aug 1, 2024
1 parent bb36a9c commit f7e59ed
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 @@ -47,7 +47,7 @@ add-codes-page = "scan_to_paperless.code:main"

[tool.poetry.dependencies]
python = ">=3.10,<3.12"
numpy = { version = "1.26.4", optional = true }
numpy = { version = "2.0.1", optional = true }
scikit-image = { version = "0.23.2", optional = true }
opencv-contrib-python-headless = { version = "4.9.0.80", optional = true }
deskew = { version = "1.5.1", optional = true }
Expand Down

0 comments on commit f7e59ed

Please sign in to comment.