Skip to content

Commit

Permalink
Merge branch 'master' into numpy2
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamOrmondroyd committed Jul 3, 2024
2 parents 2c7fc44 + d367a4b commit a27cf33
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 @@ -32,8 +32,8 @@ readme = "README.rst"
license = {file = "LICENSE"}
requires-python = ">=3.8"
dependencies = [
"scipy",
"numpy",
"scipy<2.0.0",
"numpy<2.0.0",
"pandas~=2.2.0",
"matplotlib>=3.6.1,<3.10.0",
]
Expand Down

0 comments on commit a27cf33

Please sign in to comment.