Skip to content

Commit

Permalink
update numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
bojunliu0818 committed Jun 14, 2023
1 parent 8b9d2c0 commit 7cee98a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devtools/conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ requirements:
- python
- mdtraj
- cython
- numpy >=1.17, <=1.23
- numpy >=1.17
- libgomp # [linux]
- setuptools
run:
- python
- setuptools
- {{ pin_compatible('numpy') }}
- mdtraj
- numpy >=1.17, <=1.23
- numpy >=1.17
- scikit-learn >0.21.1
- pandas
- fastcluster
Expand Down

0 comments on commit 7cee98a

Please sign in to comment.