Skip to content

Commit 8303b7f

Browse files
committed
Prevent numpy 2 from being used
1 parent 267536d commit 8303b7f

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ jobs:
5050
with:
5151
python-version: 3.9
5252
- name: Install dependencies
53-
run: python -m pip install -r requirements/minimum.old
53+
run: python -m pip install -r requirements/min-reqs.old -c requirements/min-cons.old
5454
- name: Test with pytest
5555
run: pytest

requirements/min-cons.old

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
numpy<2
File renamed without changes.

0 commit comments

Comments
 (0)