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 c23f1f6 commit d709210Copy full SHA for d709210
.github/workflows/build-numpy-2.yml
@@ -23,7 +23,7 @@ jobs:
23
run: |
24
python -m pip install --upgrade pip
25
pip install -r requirements.txt -r requirements-dev.txt
26
- pip install -U numpy
+ pip install -U numpy<2.1.0
27
- name: Run pre-commit
28
uses: pre-commit/[email protected]
29
- name: Test with pytest (numba jit disabled)
0 commit comments