Commit eabc71b
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 eabc71b
File tree
2 files changed
+10
-4
lines changed- jupyter/trustyai/ubi9-python-3.12
2 files changed
+10
-4
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 | | |
| |||
| 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 | | |
| |||
0 commit comments