Skip to content

Commit

Permalink
try removing numpy 1.* req in macos-arm CI env
Browse files Browse the repository at this point in the history
  • Loading branch information
cchapmanbird committed Nov 12, 2024
1 parent 937350b commit 39b9901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci-environments/macos-arm-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- wget
- gsl
- hdf5
- numpy=1.*
- numpy
- scipy
- Cython
- tqdm
Expand Down

0 comments on commit 39b9901

Please sign in to comment.