Commit f5b5e83
committed
RHAIENG-2111: chore(trustyai): enable pypi to get access to required build dependencies
* uv is not present in 3.0 aipcc indes (it is in 3.2 though)
```
+ pip install --no-cache-dir uv
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 uv (from versions: none)
```
* cython is a build dependency for pandas
```
Downloading scipy
Building pandas==1.5.3
× Failed to download and build `pandas==1.5.3`
├─▶ Failed to resolve requirements from `build-system.requires`
├─▶ No solution found when resolving: `setuptools>=51.0.0`, `wheel`,
│ `cython>=0.29.32, <3`, `oldest-supported-numpy>=2022.8.16`
╰─▶ Because only cython>=3.0.12 is available and you require
cython>=0.29.32,<3, we can conclude that your requirements are
unsatisfiable.
subprocess exited with status 1
```1 parent 26ec259 commit f5b5e83
File tree
2 files changed
+14
-6
lines changed- jupyter/trustyai/ubi9-python-3.12
2 files changed
+14
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| |||
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
51 | | - | |
| 53 | + | |
| 54 | + | |
52 | 55 | | |
53 | 56 | | |
54 | 57 | | |
| |||
232 | 235 | | |
233 | 236 | | |
234 | 237 | | |
235 | | - | |
| 238 | + | |
| 239 | + | |
236 | 240 | | |
237 | 241 | | |
238 | 242 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
63 | | - | |
| 65 | + | |
| 66 | + | |
64 | 67 | | |
65 | 68 | | |
66 | 69 | | |
| |||
252 | 255 | | |
253 | 256 | | |
254 | 257 | | |
255 | | - | |
| 258 | + | |
| 259 | + | |
256 | 260 | | |
257 | 261 | | |
258 | 262 | | |
| |||
0 commit comments