Skip to content

Commit

Permalink
pin scikit-learn==1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mshr-h committed May 28, 2024
1 parent 368d007 commit 5577215
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
run: python -m pip install torch==${{ env.PYTORCH_VERSION }}
- name: Install basic dependencies
run: |
python -m pip isntall scikit-learn==1.4.2
python -m pip install -e .[tests] -f https://download.pytorch.org/whl/torch_stable.html
- name: Test with older SKLearn on Linux with py3.9 to check backward compatibility
if: ${{ matrix.python-version == '3.9' && startsWith(matrix.os, 'ubuntu') == true }}
Expand Down

0 comments on commit 5577215

Please sign in to comment.