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] committed Jun 22, 2024
1 parent dd84891 commit 152d985
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 @@ -9,7 +9,7 @@ repository = "https://github.com/getyourguide/basemath"

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
numpy = "^1.14.0"
numpy = "^2.0.0"
scipy = "^1.10.0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 152d985

Please sign in to comment.