Commit be4f066
committed
RHAIENG-948: fix(ppc): build failure due to missing cython in aipcc wheel index
```
+ pip install --no-cache-dir -r requirements-build.txt
Looking in indexes: https://console.redhat.com/api/pypi/public-rhai/rhoai/3.0/cpu-ubi9/simple/
Ignoring oldest-supported-numpy: markers 'python_version < "3.9"' don't match your environment
ERROR: Could not find a version that satisfies the requirement cython>=0.29.31 (from versions: none)
ERROR: No matching distribution found for cython>=0.29.31
```1 parent de7326d commit be4f066
File tree
2 files changed
+4
-2
lines changed- jupyter/datascience/ubi9-python-3.12
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
| 183 | + | |
183 | 184 | | |
184 | 185 | | |
185 | 186 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
| 185 | + | |
185 | 186 | | |
186 | 187 | | |
187 | 188 | | |
| |||
0 commit comments