Skip to content

Commit

Permalink
Merge pull request #1394 from sbrunner/renovate/test-numpy-2.x
Browse files Browse the repository at this point in the history
Update dependency numpy to v2 (test)
  • Loading branch information
sbrunner authored Aug 7, 2024
2 parents 707c1aa + 47d68f8 commit 1e8982b
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.24.0", optional = true }
opencv-contrib-python-headless = { version = "4.10.0.84", optional = true }
deskew = { version = "1.5.1", optional = true }
Expand Down

0 comments on commit 1e8982b

Please sign in to comment.