Commit b0f9632
committed
RHAIENG-948: fix(ppc): build failure due to missing numpy in aipcc wheel index
```
+ pip install --no-cache-dir -r requirements.txt
Looking in indexes: https://console.redhat.com/api/pypi/public-rhai/rhoai/3.0/cpu-ubi9/simple/
ERROR: Could not find a version that satisfies the requirement numpy>=1.22 (from versions: none)
ERROR: No matching distribution found for numpy>=1.22
subprocess exited with status 1
```1 parent be4f066 commit b0f9632
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 | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | | - | |
| 234 | + | |
| 235 | + | |
235 | 236 | | |
236 | 237 | | |
237 | 238 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
| 236 | + | |
| 237 | + | |
237 | 238 | | |
238 | 239 | | |
239 | 240 | | |
| |||
0 commit comments