We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af6ea5 commit fb01591Copy full SHA for fb01591
.github/workflows/build-test-deploy.yml
@@ -45,7 +45,7 @@ jobs:
45
run: |
46
# Setup tox & code coverage
47
pip install --upgrade pip
48
- pip install tox tox-gh-actions pytest pytest-cov 'scikit-learn<=1.5.0'
+ pip install tox tox-gh-actions pytest pytest-cov 'scikit-learn<=1.5.0' 'numpy<2.0.0'
49
50
- name: Run Tests
51
0 commit comments