Skip to content

Commit

Permalink
fix numpy ABI breaks at 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyinz committed Jun 17, 2024
1 parent b744edf commit bf7e2f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ requirements:
- libzlib
- pyyaml
- pymongo
- numpy
- numpy<2.0.0
- obspy
- dill
- click
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pyyaml
pymongo
numpy>=1.23.2
numpy<2.0.0
obspy
dill
click
Expand Down

0 comments on commit bf7e2f0

Please sign in to comment.