Commit d225b29
authored
Tell cibuildwheel to consider Scientific Python wheels (#1021)
On some OS + Python version combinations, binary wheels of NumPy and/or
Pandas are not available, and qsim builds take extra long. Based on a
tip described in the cibuildwheel documentation at
https://cibuildwheel.pypa.io/en/stable/faq/#building-with-numpy, it can
help to configure cibuildwheel such that it tells pip to look for binary
wheels in additional locations such as pypi.anaconda.org.1 parent b69cd97 commit d225b29
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
138 | 146 | | |
139 | 147 | | |
140 | 148 | | |
| |||
0 commit comments