Skip to content

Commit

Permalink
Try pinning numpy to 2.0.0. 2.1.0 seems broken in pytraj. (#1102)
Browse files Browse the repository at this point in the history
  • Loading branch information
drroe authored Sep 6, 2024
1 parent 8ea1cef commit db9e1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/ci/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
dependencies:
- python=3.10
- pyflakes
- numpy
- numpy=2.0.0
- cython=0.29.36
- setuptools
- pytest
Expand Down

0 comments on commit db9e1ae

Please sign in to comment.