We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f19d98a commit 9ba0d2cCopy full SHA for 9ba0d2c
.github/workflows/build-wheels.yml
@@ -21,7 +21,7 @@ jobs:
21
python-version: '3.10'
22
- name: Install cibuildwheel
23
run: |
24
- python -m pip install cibuildwheel==2.21.3
+ python -m pip install cibuildwheel==2.21.3 setuptools cython numpy
25
- name: Build wheels
26
env:
27
# We only build for Python 3.6+. On Linux manylinux2010 is used.
0 commit comments