File tree 2 files changed +5
-5
lines changed 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ def include_documentation(local_dir, install_dir):
61
61
},
62
62
install_requires = [
63
63
"numpy" ,
64
- "Orange3" ,
64
+ "Orange3>=3.34.0 " ,
65
65
"aif360>=0.6.0" ,
66
66
],
67
67
extras_require = {
Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ deps =
24
24
{env:PYQT_PYPI_NAME:PyQt5}=={env:PYQT_PYPI_VERSION:5.15.*}
25
25
{env:WEBENGINE_PYPI_NAME:PyQtWebEngine}=={env:WEBENGINE_PYPI_VERSION:5.15.*}
26
26
oldest: scikit-learn ==1.0.1
27
- oldest: orange3 ==3.32 .0
27
+ oldest: orange3 ==3.34 .0
28
28
# Use newer canvas-core and widget-base to avoid segfaults on windows
29
- oldest: orange-canvas-core ==0.1.24
30
- oldest: orange-widget-base ==4.16.1
29
+ oldest: orange-canvas-core ==0.1.28
30
+ oldest: orange-widget-base ==4.19.0
31
31
oldest: pandas ==1.3
32
- oldest: numpy ==1.17.3
32
+ oldest: numpy ==1.19.5
33
33
latest: git+https://github.com/biolab/orange3.git# egg=orange3
34
34
latest: git+https://github.com/biolab/orange-canvas-core.git# egg=orange-canvas-core
35
35
latest: git+https://github.com/biolab/orange-widget-base.git# egg=orange-widget-base
You can’t perform that action at this time.
0 commit comments