Skip to content

Commit

Permalink
Allways install xgboost and catboost
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozGodec committed Sep 12, 2023
1 parent 5ce3c81 commit fad3f02
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions requirements-core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 0 additions & 2 deletions requirements-opt.txt

This file was deleted.

1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fad3f02

Please sign in to comment.