Skip to content

Commit

Permalink
Changed package dependency for numpy to download numpy<2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrosskopf committed Oct 3, 2024
1 parent 6ce2280 commit bcb7f05
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 @@ -39,7 +39,7 @@ dependencies = [
"joblib",
"matplotlib",
"numba",
"numpy",
"numpy<2.0",
"obspy",
"pyasdf",
"pyopengl",
Expand Down

0 comments on commit bcb7f05

Please sign in to comment.