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 15, 2023
1 parent 1948bf8 commit c5a8ff4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 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 conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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>=1.7.4
2 changes: 0 additions & 2 deletions requirements-readthedocs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
3 changes: 1 addition & 2 deletions 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 Expand Up @@ -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 =
Expand Down

0 comments on commit c5a8ff4

Please sign in to comment.