Skip to content

Commit 93c072e

Browse files
authored
Merge pull request #5082 from irgolic/clamp-pyqtgraph
Require pyqtgraph==0.11.0
2 parents 29e992f + ee57d56 commit 93c072e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

requirements-gui.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ PyQt5>=5.12,!=5.15.1 # 5.15.1 skipped because of QTBUG-87057 - affects select c
55
PyQtWebEngine>=5.12
66
AnyQt>=0.0.11
77

8-
pyqtgraph>=0.11.0
8+
pyqtgraph==0.11.0
99
matplotlib>=2.0.0

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ commands =
3838
[testenv:future_compatibility]
3939
deps =
4040
{[testenv]deps}
41-
git+git://github.com/pyqtgraph/pyqtgraph.git#egg=pyqtgraph
4241
git+git://github.com/biolab/orange-canvas-core.git#egg=orange-canvas-core
4342
git+git://github.com/biolab/orange-widget-base.git#egg=orange-widget-base
4443

0 commit comments

Comments
 (0)