Skip to content

Commit

Permalink
use pyqtgraph 0.11 in recommended env
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Jun 9, 2020
1 parent aa79ae8 commit 00fbb59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- pip
- numpy=1.17
- matplotlib=3.1
- pyqtgraph=0.10.0
- conda-forge::pyqtgraph=0.11.0
- conda-forge::pyvisa=1.10.1
- h5py=2.10.0
- pyqt=5.9
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy==1.17.*
matplotlib==3.1.*
pyqtgraph==0.10.0
pyqtgraph==0.11.0
PyVISA==1.10.1
h5py==2.10.0
PyQt5==5.9.*;python_version<'3.8' # there are currently no pyqt5 packages build for 3.8 on pypi
Expand Down

0 comments on commit 00fbb59

Please sign in to comment.