Skip to content

Commit

Permalink
Merge pull request #5018 from PrimozGodec/fix-send-report
Browse files Browse the repository at this point in the history
[FIX] Fix line plot's send_report
  • Loading branch information
PrimozGodec committed Oct 8, 2020
2 parents 6fc39e7 + 3e6f1d0 commit 5ece097
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:
- xlsxwriter
- anyqt >=0.0.8
- pyqt >=5.12,!=5.15.1
- pyqtgraph ~=0.10.0|~=0.11.0
- pyqtgraph >=0.11.0
- joblib >=0.9.4
- keyring
- keyrings.alt
Expand Down
2 changes: 1 addition & 1 deletion requirements-gui.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PyQt5>=5.12,!=5.15.1 # 5.15.1 skipped because of QTBUG-87057 - affects select c
PyQtWebEngine>=5.12
AnyQt>=0.0.8

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

# For add-ons' descriptions
Expand Down

0 comments on commit 5ece097

Please sign in to comment.