Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 78bf596

Browse files
fix(deps): update dependency numpy to v2
1 parent ab8e188 commit 78bf596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ classifiers = [
5252
[tool.poetry.dependencies]
5353
python = "^3.9,<3.13"
5454
attrs = ">=19.0"
55-
numpy = "^1.22"
55+
numpy = "^2.1"
5656
scipy = "^1.10"
5757

5858
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)