Skip to content

Commit

Permalink
Merge pull request #4342 from markotoplak/pyqtgraph==0.10.0
Browse files Browse the repository at this point in the history
Fix requirement pyqtgraph==0.10.0
  • Loading branch information
markotoplak authored Jan 17, 2020
2 parents 751fc77 + 3db4393 commit 48baf53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ requirements:
- keyring
- keyrings.alt # for alternative keyring implementations
- pyqt
- pyqtgraph >=0.10.0
- pyqtgraph =0.10.0
- anyqt >=0.0.8
- joblib
- python.app # [osx]
Expand Down
2 changes: 1 addition & 1 deletion requirements-gui.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ orange-widget-base>=4.2.0a
# PyQt4/PyQt5 compatibility
AnyQt>=0.0.8

pyqtgraph>=0.10.0
pyqtgraph==0.10.0
matplotlib>=2.0.0

# For add-ons' descriptions
Expand Down

0 comments on commit 48baf53

Please sign in to comment.