Skip to content

Commit 625b9cf

Browse files
committed
Require widget-base >= 3.21
1 parent 8e42de9 commit 625b9cf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ requirements:
6161
- pandas >=1.4.0,!=1.5.0
6262
- pyyaml
6363
- orange-canvas-core >=0.1.28,<0.2a
64-
- orange-widget-base >=4.19.0
64+
- orange-widget-base >=4.20.0
6565
- openpyxl
6666
- httpx >=0.21
6767
- baycomp >=1.0.2

requirements-gui.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
orange-canvas-core>=0.1.28,<0.2a
2-
orange-widget-base>=4.19.0
2+
orange-widget-base>=4.20.0
33

44
AnyQt>=0.1.0
55

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ deps =
4040
latest: https://github.com/pyqtgraph/pyqtgraph/archive/refs/heads/master.zip#egg=pyqtgraph
4141
latest: https://github.com/biolab/orange-canvas-core/archive/refs/heads/master.zip#egg=orange-canvas-core
4242
latest: https://github.com/biolab/orange-widget-base/archive/refs/heads/master.zip#egg=orange-widget-base
43-
oldest: orange-canvas-core==0.1.28
44-
oldest: orange-widget-base==4.19.0
43+
oldest: orange-canvas-core==0.1.30
44+
oldest: orange-widget-base==4.20.0
4545
oldest: AnyQt==0.1.0
4646
oldest: pyqtgraph>=0.13.1
4747
oldest: matplotlib==3.2.0

0 commit comments

Comments
 (0)