Skip to content

Commit

Permalink
Fix cython version
Browse files Browse the repository at this point in the history
  • Loading branch information
wjsi committed Nov 10, 2023
1 parent 6a13d98 commit 812f214
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/pypi-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_BUILD_VERBOSITY: "1"
CIBW_BEFORE_BUILD: pip install -r requirements-wheel.txt
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_SKIP: pp* *-musllinux* *i686 cp35-manylinux_aarch64 cp36-manylinux_aarch64
Expand Down
2 changes: 1 addition & 1 deletion requirements-wheel.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
numpy==1.14.5; python_version<='3.7' and platform_machine!='aarch64'
oldest-supported-numpy; python_version>'3.7' and platform_machine=='aarch64'
cython==0.29.26
cython

0 comments on commit 812f214

Please sign in to comment.