Skip to content

Commit

Permalink
Specify NumPy version <2.0 since it breaks autograd
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelcdevin authored Jun 21, 2024
1 parent a8485d2 commit 902c17b
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 @@ -19,7 +19,7 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"numpy>=1.20",
"numpy>=1.20, <2.0",
"scipy",
"xarray",
"autograd",
Expand Down

0 comments on commit 902c17b

Please sign in to comment.