Skip to content

Commit

Permalink
Update numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Oct 17, 2024
1 parent c730cf6 commit 5b9c72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Install numpy (needed for stubgen but broken in raspbian CI)
shell: bash
run: |
python -m pip --disable-pip-version-check install 'numpy<2'
python -m pip --disable-pip-version-check install numpy
- name: Build + test wheels
shell: bash
Expand Down

0 comments on commit 5b9c72b

Please sign in to comment.