Skip to content

Commit 541be8c

Browse files
authored
Merge pull request #6179 from PrimozGodec/increase-canvas-core
Increase required orange-canvas-core version
2 parents 036e96d + dab39c9 commit 541be8c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ requirements:
6060
- openTSNE >=0.6.1
6161
- pandas >=1.3.0,!=1.5.0
6262
- pyyaml
63-
- orange-canvas-core >=0.1.27,<0.2a
63+
- orange-canvas-core >=0.1.28,<0.2a
6464
- orange-widget-base >=4.18.0
6565
- openpyxl
6666
- httpx >=0.21

requirements-gui.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
orange-canvas-core>=0.1.27,<0.2a
1+
orange-canvas-core>=0.1.28,<0.2a
22
orange-widget-base>=4.18.0
33

44
AnyQt>=0.1.0

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ 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.27
43+
oldest: orange-canvas-core==0.1.28
4444
oldest: orange-widget-base==4.18.0
4545
oldest: AnyQt==0.1.0
4646
oldest: pyqtgraph==0.12.2

0 commit comments

Comments
 (0)