Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
amorison committed Aug 29, 2024
1 parent 3ea5d96 commit 2055459
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ classifiers = [
]
requires-python = ">=3.9"
dependencies = [
"dmsuite>=0.3,<0.4",
"numpy>=1.21",
"scipy>=1.6",
"matplotlib>=3.6",
"dmsuite~=0.3.0",
"numpy~=2.0",
"scipy~=1.13",
"matplotlib~=3.9",
]

[tool.setuptools.packages.find]
Expand Down

0 comments on commit 2055459

Please sign in to comment.