diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dbdb95bb714..d3c81bd30d2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -148,10 +148,6 @@ jobs: with: python-version: ${{ matrix.python-version }} - - name: Install system dependencies on MacOS - run: brew install libomp - if: runner.os == 'macOS' - - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 3688ad46e50..f6a68a0cccb 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -69,6 +69,8 @@ requirements: - cachecontrol >=0.12.6 - qtconsole >=4.7.2 - pygments >=2.8.0 + - catboost >=1.0.1 + - xgboost >=1.7.4 test: # Python imports diff --git a/requirements-core.txt b/requirements-core.txt index 1a4d7d4856a..02ae1d7bc91 100644 --- a/requirements-core.txt +++ b/requirements-core.txt @@ -26,3 +26,5 @@ pandas>=1.4.0,!=1.5.0,!=2.0.0 pyyaml openpyxl httpx>=0.21.0 +catboost>=1.0.1 +xgboost>=1.7.4 diff --git a/requirements-readthedocs.txt b/requirements-readthedocs.txt index 7db6a67749f..05d72518dd7 100644 --- a/requirements-readthedocs.txt +++ b/requirements-readthedocs.txt @@ -3,6 +3,4 @@ cython -r requirements-doc.txt -r requirements-gui.txt -r requirements-pyqt.txt -# for orange data mining library catboost and xgboost required --r requirements-opt.txt -e . diff --git a/tox.ini b/tox.ini index 825bb490a47..1b261425183 100644 --- a/tox.ini +++ b/tox.ini @@ -30,7 +30,6 @@ deps = pyqt5==5.15.*;platform_system!="Windows" or python_version>='3.10' pyqtwebengine==5.12.*;platform_system=="Windows" and python_version<'3.10' pyqtwebengine==5.15.*;platform_system!="Windows" or python_version>='3.10' - -r {toxinidir}/requirements-opt.txt coverage psycopg2-binary pymssql<3.0 @@ -66,7 +65,7 @@ deps = # oldest: pyyaml # oldest: openpyxl oldest: httpx==0.21.0 - oldest: xgboost==1.5.0 + oldest: xgboost==1.7.4 oldest: catboost==1.0.1 commands_pre =