Skip to content

Commit

Permalink
require Orange3>=3.30.0 (multiinputs)
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Aug 22, 2022
1 parent 5523b61 commit 17b86fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ requirements:
run:
- python >=3.8
- numpy >=0.18.0
- orange3 >=3.28
- orange-canvas-core >=0.1.20
- orange3 >=3.30
- orange-canvas-core >=0.1.21
- orange-widget-base >=4.14.1
- scipy >=1.4.0
- scikit-learn >=0.22.0
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ def include_documentation(local_dir, install_dir):
'setuptools>=36.3', # same as for Orange 3.28
'pip>=9.0', # same as for Orange 3.28
'numpy>=1.18.0',
'Orange3>=3.28.0',
'orange-canvas-core>=0.1.20',
'Orange3>=3.30.0',
'orange-canvas-core>=0.1.21',
'orange-widget-base>=4.14.1',
'scipy>=1.4.0',
'scikit-learn>=0.22.0',
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ setenv =
deps =
pyqt5==5.12.*
pyqtwebengine==5.12.*
oldest: orange3==3.28.0
oldest: orange-canvas-core==0.1.20
oldest: orange3==3.30.0
oldest: orange-canvas-core==0.1.21
oldest: orange-widget-base==4.14.1
oldest: scikit-learn~=0.22.0
oldest: numpy~=1.18.0
Expand Down

0 comments on commit 17b86fa

Please sign in to comment.