File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed
Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change 1- ignore : {% set data = load_setup_py_data() %}
2- ignore : {% set version = data['version'] %}
3-
41package :
52 name : orange3
6- version : {{ data['version'] }}
3+ version : {{ GIT_DESCRIBE_TAG }}
74
85source :
96 git_url : ../
@@ -16,10 +13,7 @@ build:
1613 osx_is_app : True
1714
1815 script :
19- - python setup.py build -j1 bdist_wheel
20- - if errorlevel 1 exit 1 # [win]
21- - pip install --no-deps --no-cache --no-index -f dist Orange3=={{ version }}
22- - if errorlevel 1 exit 1 # [win]
16+ - python -m pip install . -vv
2317
2418requirements :
2519 build :
@@ -32,13 +26,14 @@ requirements:
3226 - numpy
3327 - recommonmark
3428 - setuptools
35- - sphinx >=4.2.0
29+ - sphinx >=4.2.0,<8
3630 - wheel
31+ - trubar
3732 run :
3833 - python
3934 # GUI requirements
4035 - orange-canvas-core >=0.2.2,<0.3a
41- - orange-widget-base >=4.23 .0
36+ - orange-widget-base >=4.25 .0
4237 - anyqt >=0.2.0
4338 - pyqt >=5.12,!=5.15.1,<6.0
4439 - matplotlib-base >=3.2.0
@@ -65,9 +60,10 @@ requirements:
6560 - python-louvain >=0.13
6661 - pyyaml
6762 - requests
68- - scikit-learn >=1.4.0
63+ - scikit-learn >=1.5.1
6964 - scipy >=1.9
70- - xgboost >=1.7.4
65+ - serverfiles
66+ - xgboost >=1.7.4,<2.1
7167 - xlsxwriter
7268 - xlrd >=1.2.0
7369
You can’t perform that action at this time.
0 commit comments