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

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent ab8e188 commit a5dd8be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ classifiers = [
]

[tool.poetry.dependencies]
python = "^3.9,<3.13"
python = "<3.14"
attrs = ">=19.0"
numpy = "^1.22"
numpy = "^2.1"
scipy = "^1.10"

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

0 comments on commit a5dd8be

Please sign in to comment.