Skip to content

Commit

Permalink
Increase required version of Orange to 3.27
Browse files Browse the repository at this point in the history
  • Loading branch information
janezd committed Jul 11, 2021
1 parent 0b0814a commit 46caeb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
]

INSTALL_REQUIRES = [
'Orange3 >=3.24.0',
'Orange3 >=3.27.0',
'BeautifulSoup4',
'numpy'
]
Expand Down
7 changes: 1 addition & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,7 @@ deps =
pyqt5==5.12.*
pyqtwebengine==5.12.*
oldest: scikit-learn~=0.22.0
oldest: orange3==3.25.0
# Use newer canvas-core and widget-base to avoid segfaults on windows
oldest: orange-canvas-core==0.1.9 ; sys_platform != 'win32'
oldest: orange-canvas-core==0.1.15 ; sys_platform == 'win32'
oldest: orange-widget-base==4.5.0 ; sys_platform != 'win32'
oldest: orange-widget-base==4.9.0 ; sys_platform == 'win32'
oldest: orange3==3.27.0
latest: git+git://github.com/biolab/orange3.git#egg=orange3
latest: git+git://github.com/biolab/orange-canvas-core.git#egg=orange-canvas-core
latest: git+git://github.com/biolab/orange-widget-base.git#egg=orange-widget-base
Expand Down

0 comments on commit 46caeb5

Please sign in to comment.