Skip to content

Commit

Permalink
Update Python 3.9 x64 build to use Numpy 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OCopping committed Aug 16, 2024
1 parent 0ab8b4b commit a8570c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
os: ubuntu-latest
pyver: cp39-cp39
piparch: manylinux_2_28_x86_64
numpy: numpy==1.19.3
cython: Cython==0.29.23
numpy: numpy==2.0.1
cython: Cython==3.0.10

- name: linux 3.10 amd64
os: ubuntu-latest
Expand Down

0 comments on commit a8570c6

Please sign in to comment.