Skip to content

Commit 5b9c72b

Browse files
committed
Update numpy version
1 parent c730cf6 commit 5b9c72b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
- name: Install numpy (needed for stubgen but broken in raspbian CI)
115115
shell: bash
116116
run: |
117-
python -m pip --disable-pip-version-check install 'numpy<2'
117+
python -m pip --disable-pip-version-check install numpy
118118
119119
- name: Build + test wheels
120120
shell: bash

0 commit comments

Comments
 (0)