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

Commit a5dd8be

Browse files
fix(deps): update all dependencies
1 parent ab8e188 commit a5dd8be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ classifiers = [
5050
]
5151

5252
[tool.poetry.dependencies]
53-
python = "^3.9,<3.13"
53+
python = "<3.14"
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)