Skip to content

Commit

Permalink
numpy 2.0 patch
Browse files Browse the repository at this point in the history
Update pyproject.toml to pin numpy because of pytable issues in sorcha
  • Loading branch information
mschwamb authored Jun 18, 2024
1 parent 105102c commit 7f0d746
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 @@ -15,7 +15,7 @@ classifiers = [
dynamic = ["version"]
dependencies = [
"pandas",
"numpy",
"numpy<2.0",
"sorcha",
"astropy",
"scipy",
Expand Down

0 comments on commit 7f0d746

Please sign in to comment.