Skip to content

Commit

Permalink
allow numpy 2
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamOrmondroyd committed Sep 2, 2024
1 parent d367a4b commit 7255b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ license = {file = "LICENSE"}
requires-python = ">=3.8"
dependencies = [
"scipy<2.0.0",
"numpy<2.0.0",
"numpy<3.0.0",
"pandas~=2.2.0",
"matplotlib>=3.6.1,<3.10.0",
]
Expand Down

0 comments on commit 7255b37

Please sign in to comment.