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 5ce3c81 commit df1ec82
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 9 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
3 changes: 3 additions & 0 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ requirements:
- cachecontrol >=0.12.6
- qtconsole >=4.7.2
- pygments >=2.8.0
# todo: set to xgboost >=2.0.0 when it will be released on conda-forge
- xgboost
- catboost

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>=2.0.0
2 changes: 0 additions & 2 deletions requirements-opt.txt

This file was deleted.

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 .
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 df1ec82

Please sign in to comment.