Skip to content

Commit

Permalink
Fix requirement pyqtgraph==0.10.0
Browse files Browse the repository at this point in the history
Orange does not work with pyqtgraph 0.11 release candidate.
  • Loading branch information
markotoplak committed Jan 17, 2020
1 parent 751fc77 commit 3db4393
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 3db4393

Please sign in to comment.