Skip to content

Commit c96d95c

Browse files
committed
CI: bump numpy version to fix errors
1 parent f82c7bc commit c96d95c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/numpy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
python -m pip install numpy==1.22.1
25+
python -m pip install numpy==1.26.2
2626
python -m pip install -r requirements.txt
2727
- name: Run the test suite
2828
env:

0 commit comments

Comments
 (0)