Skip to content

Commit

Permalink
debug installing scikit-garden
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Feb 2, 2024
1 parent e0dbbdf commit 68ff25f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests-xgboost.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install other dependencies
run: |
pip install "Cython<3.0" numpy scipy scikit-learn # required for scikit-garden
pip install "Cython<3.0"
pip install . \
-r requirements/requirements-test.txt \
-r requirements/requirements-rotbaum.txt \
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-rotbaum-extra-methods.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
lightgbm>=2.3.1
scikit-garden>=0.1.2
scikit-garden @ https://github.com/scikit-garden/scikit-garden/archive/refs/heads/master.zip

0 comments on commit 68ff25f

Please sign in to comment.