10000 Pin NumPy when building wheels. · matplotlib/matplotlib@b3465e0 · GitHub
[go: up one dir, main page]

Skip to content

Commit b3465e0

Browse files
committed
Pin NumPy when building wheels.
1 parent c817a32 commit b3465e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
CIBW_MANYLINUX_X86_64_IMAGE: manylinux1
3838
CIBW_MANYLINUX_I686_IMAGE: manylinux1
3939
CIBW_MANYLINUX_PYPY_X86_64_IMAGE: manylinux1
40+
CIBW_BEFORE_BUILD: pip install numpy==1.15
4041

4142
- uses: actions/upload-artifact@v2
4243
with:

0 commit comments

Comments
 (0)
0