Skip to content

Commit

Permalink
Add NumPy version limit (#1289)
Browse files Browse the repository at this point in the history
* limit numpy version

* add pyopengl limit in conda
  • Loading branch information
zm711 authored Aug 2, 2024
1 parent a1a8776 commit b5826b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ dependencies:
- python=3.11
- pip
- git
- numpy
- numpy<2.0
- matplotlib
- scipy
- h5py
- pyqt
- pyopengl
- pyopengl=3.1.6
- pyqtwebengine
- pytest
- qtconsole
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
phylib
mtscomp
numpy
numpy<2.0
matplotlib
scipy
h5py
Expand Down

0 comments on commit b5826b2

Please sign in to comment.