Skip to content

Commit 9052dbd

Browse files
committed
Merge remote-tracking branch 'upstream/main' into rhoai-3.0
2 parents 79cddf0 + 1237866 commit 9052dbd

File tree

6 files changed

+212
-1646
lines changed

6 files changed

+212
-1646
lines changed

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

Lines changed: 92 additions & 786 deletions
Large diffs are not rendered by default.

jupyter/rocm/tensorflow/ubi9-python-3.12/pyproject.toml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,17 @@ dependencies = [
88

99
# ROCm TensorFlow packages
1010
# https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/3rd-party/tensorflow-install.html#using-a-wheels-package
11-
"tensorflow-rocm @ https://repo.radeon.com/rocm/manylinux/rocm-rel-6.4/tensorflow_rocm-2.18.1-cp312-cp312-manylinux_2_28_x86_64.whl#sha256=814a5e4842b0c92d63c7a0bb4df0baf51ff2db8615535d83fe8958204b840598",
12-
"tensorboard~=2.18.0", # tensorflow-rocm==2.18.1 is available and tensorflow-rocm==2.18.1 depends on tensorboard>=2.18,<2.19
11+
# TODO(jdanek): consider adding #sha256=814a5e4842b0c92d63c7a0bb4df0baf51ff2db8615535d83fe8958204b840598
12+
"tensorflow-rocm @ https://repo.radeon.com/rocm/manylinux/rocm-rel-6.3/tensorflow_rocm-2.17.0-cp312-cp312-manylinux_2_28_x86_64.whl",
13+
# tensorflow-rocm==2.x needs tensorboard>=2.x,<2.x+1
14+
"tensorboard~=2.17.0",
1315

1416
# Datascience and useful extensions
1517
"boto3~=1.40.52",
1618
"kafka-python-ng~=2.2.3",
1719
"kfp~=2.14.6",
1820
"matplotlib~=3.10.7",
19-
"numpy~=2.0.2",
21+
"numpy~=1.26.4",
2022
"pandas~=2.3.3",
2123
"plotly~=6.3.1",
2224
"scikit-learn~=1.7.2",
@@ -25,7 +27,6 @@ dependencies = [
2527
"onnxconverter-common~=1.13.0", # Required for skl2onnx, as upgraded version is not compatible with protobuf
2628
"codeflare-sdk~=0.32.0",
2729
"kubeflow-training==1.9.3",
28-
"feast~=0.55.0",
2930

3031
# DB connectors
3132
"pymongo~=4.15.3",
@@ -61,6 +62,11 @@ override-dependencies = [
6162
"protobuf==6.31.1"
6263
]
6364

65+
constraint-dependencies = [
66+
# AttributeError: module 'ml_dtypes' has no attribute 'float4_e2m1fn'
67+
"onnx<1.19.0",
68+
]
69+
6470
environments = [
6571
"sys_platform == 'linux' and implementation_name == 'cpython'",
6672
]

manifests/base/jupyter-rocm-tensorflow-notebook-imagestream.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,26 @@ spec:
2020
# language=json
2121
opendatahub.io/notebook-software: |
2222
[
23-
{"name": "ROCm", "version": "v6.4"},
23+
{"name": "ROCm", "version": "v6.3"},
2424
{"name": "Python", "version": "v3.12"},
25-
{"name": "TensorFlow-ROCm", "version": "2.18"}
25+
{"name": "TensorFlow-ROCm", "version": "2.17"}
2626
]
2727
# language=json
2828
opendatahub.io/notebook-python-dependencies: |
2929
[
3030
{"name": "JupyterLab","version": "4.4"},
31-
{"name": "TensorFlow-ROCm", "version": "2.18"},
32-
{"name": "Tensorboard", "version": "2.18"},
31+
{"name": "TensorFlow-ROCm", "version": "2.17"},
32+
{"name": "Tensorboard", "version": "2.17"},
3333
{"name": "Kafka-Python-ng", "version": "2.2"},
3434
{"name": "Matplotlib", "version": "3.10"},
35-
{"name": "Numpy", "version": "2.0"},
35+
{"name": "Numpy", "version": "1.26"},
3636
{"name": "Pandas", "version": "2.3"},
3737
{"name": "Scikit-learn", "version": "1.7"},
3838
{"name": "Scipy", "version": "1.16"},
3939
{"name": "Odh-Elyra", "version": "4.3"},
4040
{"name": "PyMongo", "version": "4.15"},
4141
{"name": "Pyodbc", "version": "5.2"},
4242
{"name": "Codeflare-SDK", "version": "0.32"},
43-
{"name": "Feast", "version": "0.55"},
4443
{"name": "Sklearn-onnx", "version": "1.19"},
4544
{"name": "Psycopg", "version": "3.2"},
4645
{"name": "MySQL Connector/Python", "version": "9.4"}

0 commit comments

Comments
 (0)