Skip to content

Commit

Permalink
artificially restrict numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamOrmondroyd committed Oct 2, 2023
1 parent 83e00dd commit 516683e
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 @@ -32,7 +32,7 @@ license = {file = "LICENSE"}
requires-python = ">=3.8"
dependencies = [
"scipy",
"numpy",
"numpy<1.26.0",
"pandas>=2.0.0,<2.2.0",
"matplotlib>=3.6.1,<3.9.0",
]
Expand Down

0 comments on commit 516683e

Please sign in to comment.