Skip to content

Commit 49ab978

Browse files
authored
RHAIENG-670: feat(pyproject): add feast~=0.53.0 dependency across various runtimes and environments (#2441)
- chore(manifests): add feast to manifests - chore(tests): update tests so that they don't fail with feast now present
1 parent ff94d94 commit 49ab978

File tree

36 files changed

+10804
-5047
lines changed

36 files changed

+10804
-5047
lines changed

codeserver/ubi9-python-3.12/pylock.toml

Lines changed: 1161 additions & 0 deletions
Large diffs are not rendered by default.

codeserver/ubi9-python-3.12/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ dependencies = [
2020
"skl2onnx~=1.18.0",
2121
"ipykernel~=6.29.5",
2222
"kubeflow-training==1.9.2",
23+
"feast~=0.53.0",
2324

2425
# Some extra useful packages
2526
"opencensus~=0.11.4",

jupyter/datascience/ubi9-python-3.12/pylock.toml

Lines changed: 812 additions & 175 deletions
Large diffs are not rendered by default.

jupyter/datascience/ubi9-python-3.12/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ dependencies = [
1818
"onnxconverter-common~=1.13.0", # Required for skl2onnx, as upgraded version is not compatible with protobuf
1919
"kubeflow-training==1.9.3",
2020
"codeflare-sdk~=0.31.0; platform_machine != 's390x'",
21+
"feast~=0.53.0",
2122

2223
# DB connectors
2324
"pymongo~=4.11.2",

jupyter/minimal/ubi9-python-3.12/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires-python = "==3.12.*"
66
dependencies = [
77
# JupyterLab packages
88
"odh-jupyter-trash-cleanup==0.1.0",
9-
9+
1010
"jupyterlab==4.4.4",
1111
"jupyter-server~=2.16.0",
1212
"jupyter-server-proxy~=4.4.0",

jupyter/pytorch+llmcompressor/ubi9-python-3.12/pylock.toml

Lines changed: 492 additions & 1623 deletions
Large diffs are not rendered by default.

jupyter/pytorch+llmcompressor/ubi9-python-3.12/pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ requires-python = "==3.12.*"
66

77
# https://docs.astral.sh/uv/concepts/projects/workspaces/#when-not-to-use-workspaces
88
dependencies = [
9-
"vllm~=0.10.1.1",
10-
119
# see https://redhat-internal.slack.com/archives/C079FE5H94J/p1756933987117709?thread_ts=1756933154.294109&cid=C079FE5H94J
1210
# for a discussion on what version of torch to use
1311

@@ -34,6 +32,7 @@ dependencies = [
3432
"skl2onnx~=1.18.0",
3533
"onnxconverter-common~=1.13.0", # Required for skl2onnx, as upgraded version is not compatible with protobuf
3634
"kubeflow-training==1.9.0",
35+
"feast~=0.53.0",
3736

3837
# DB connectors
3938
"pymongo~=4.11.2",
@@ -44,7 +43,7 @@ dependencies = [
4443
# JupyterLab packages
4544
"odh-elyra==4.2.4",
4645
"odh-jupyter-trash-cleanup==0.1.0",
47-
46+
4847
"jupyterlab==4.4.4",
4948
"jupyter-bokeh~=4.0.5",
5049
"jupyter-server~=2.16.0",

jupyter/pytorch/ubi9-python-3.12/pylock.toml

Lines changed: 812 additions & 160 deletions
Large diffs are not rendered by default.

jupyter/pytorch/ubi9-python-3.12/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ dependencies = [
2323
"onnxconverter-common~=1.13.0", # Required for skl2onnx, as upgraded version is not compatible with protobuf
2424
"codeflare-sdk~=0.31.0",
2525
"kubeflow-training==1.9.2",
26+
"feast~=0.53.0",
2627

2728
# DB connectors
2829
"pymongo~=4.11.2",

jupyter/rocm/pytorch/ubi9-python-3.12/pylock.toml

Lines changed: 812 additions & 160 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)