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/requirements-core.txt b/requirements-core.txt index 1a4d7d4856a..5f650c162fb 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>=2.0.0 diff --git a/requirements-opt.txt b/requirements-opt.txt deleted file mode 100644 index 5ab6b24c9d0..00000000000 --- a/requirements-opt.txt +++ /dev/null @@ -1,2 +0,0 @@ -catboost>=1.0.1 -xgboost>=2.0.0 diff --git a/tox.ini b/tox.ini index da5bbcc69fe..074fd72dc14 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