Commit dfcb594
authored
Replace iree-compiler with iree-base-compiler in deps of PJRT plugin (#19278)
From
[RELEASING.md](https://github.com/iree-org/iree/blob/main/RELEASING.md)
we can see that `iree-compiler` is deprecated and replaced by
`iree-base-compiler`.
So here we just follow such changes in the requirements.txt of the PJRT
plugin. Note that in requirements.txt these versions are pinned (`==`)
but they'll converted to `>=` in `setup.py`.
ci-exactly: build_packages, test_pjrt
Signed-off-by: PragmaTwice <[email protected]>1 parent fdc2d6a commit dfcb594
File tree
2 files changed
+2
-2
lines changed- integrations/pjrt
- python_packages/_setup_support
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
0 commit comments