Skip to content

Commit

Permalink
Require orange-canvas-core 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
janezd committed Oct 8, 2024
1 parent c1e87fd commit 022e608
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ requirements:
run:
- python
# GUI requirements
- orange-canvas-core >=0.2.0,<0.3a
- orange-canvas-core >=0.2.2,<0.3a
- orange-widget-base >=4.23.0
- anyqt >=0.2.0
- pyqt >=5.12,!=5.15.1,<6.0
Expand Down
2 changes: 1 addition & 1 deletion requirements-gui.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
orange-canvas-core>=0.2a,<0.3a
orange-canvas-core>=0.2.2,<0.3a
orange-widget-base>=4.23.0

AnyQt>=0.2.0
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ deps =
latest: https://github.com/biolab/orange-canvas-core/archive/refs/heads/master.zip#egg=orange-canvas-core
latest: https://github.com/biolab/orange-widget-base/archive/refs/heads/master.zip#egg=orange-widget-base
# GUI requirements
oldest: orange-canvas-core==0.2.0
oldest: orange-canvas-core==0.2.2
oldest: orange-widget-base==4.23.0
oldest: AnyQt==0.2.0
oldest: matplotlib==3.2.0
Expand Down

0 comments on commit 022e608

Please sign in to comment.