Skip to content

Commit 749220b

Browse files
committed
Updating numpy to >2.0
1 parent f47a561 commit 749220b

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
@@ -18,7 +18,7 @@ Changelog = "https://github.com/czarified/hyperstruct/releases"
1818
[tool.poetry.dependencies]
1919
python = ">=3.10, <4.0"
2020
click = ">=8.0.1, <9.0"
21-
numpy = ">=1.26.4, <2.0"
21+
numpy = ">=2.0, <3.0"
2222
scipy = ">=1.14.1, <2.0"
2323
matplotlib = ">=3.10.1, <4.0"
2424
pytest-check = ">=2.5.3, <3.0"

0 commit comments

Comments
 (0)