Skip to content

Commit c80f9e5

Browse files
fix(deps): update dependency numpy to v2
1 parent 13682d3 commit c80f9e5

File tree

2 files changed

+59
-40
lines changed

2 files changed

+59
-40
lines changed

poetry.lock

Lines changed: 58 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ packages = [{ include = "opt", from = "." }]
99

1010
[tool.poetry.dependencies]
1111
python = ">=3.10,<3.13"
12-
numpy = "^1.26.4"
12+
numpy = "^2.0.0"
1313
scipy = "^1.12.0"
1414
scikit-learn = "^1.5.1"
1515

0 commit comments

Comments
 (0)