Skip to content

Commit

Permalink
numpy<2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mshr-h committed Aug 10, 2024
1 parent f3aecaf commit 5db4155
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 @@ -55,6 +55,7 @@ jobs:
- name: Install basic dependencies
run: |
python -m pip install -e .[tests] -f https://download.pytorch.org/whl/torch_stable.html
python -m pip install "numpy<2.0"
- 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 }}
run: python -m pip install scikit-learn==1.2.1 numpy==1.26.4
Expand Down

0 comments on commit 5db4155

Please sign in to comment.