Skip to content

Commit d709210

Browse files
committed
Restrict to numpy<2.1.0 for numba compatibility
1 parent c23f1f6 commit d709210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-numpy-2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
python -m pip install --upgrade pip
2525
pip install -r requirements.txt -r requirements-dev.txt
26-
pip install -U numpy
26+
pip install -U numpy<2.1.0
2727
- name: Run pre-commit
2828
uses: pre-commit/[email protected]
2929
- name: Test with pytest (numba jit disabled)

0 commit comments

Comments
 (0)