Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
811 changes: 60 additions & 751 deletions jupyter/rocm/tensorflow/ubi9-python-3.12/pylock.toml

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions jupyter/rocm/tensorflow/ubi9-python-3.12/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ dependencies = [

# ROCm TensorFlow packages
# https://rocm.docs.amd.com/projects/install-on-linux/en/latest/install/3rd-party/tensorflow-install.html#using-a-wheels-package
"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",
"tensorboard~=2.18.0", # tensorflow-rocm==2.18.1 is available and tensorflow-rocm==2.18.1 depends on tensorboard>=2.18,<2.19
"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",
"tensorboard~=2.17.0",

# Datascience and useful extensions
"boto3~=1.40.27",
"kafka-python-ng~=2.2.3",
"kfp~=2.14.3",
"matplotlib~=3.10.6",
"numpy~=2.0.2",
"numpy~=1.26.4",
"pandas~=2.3.2",
"plotly~=6.3.0",
"scikit-learn~=1.7.2",
Expand All @@ -25,7 +25,6 @@ dependencies = [
"onnxconverter-common~=1.13.0", # Required for skl2onnx, as upgraded version is not compatible with protobuf
"codeflare-sdk~=0.31.1",
"kubeflow-training==1.9.3",
"feast~=0.53.0",

# DB connectors
"pymongo~=4.14.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,24 @@ spec:
[
{"name": "ROCm", "version": "v6.4"},
{"name": "Python", "version": "v3.12"},
{"name": "TensorFlow-ROCm", "version": "2.18"}
{"name": "TensorFlow-ROCm", "version": "2.17"}
]
# language=json
opendatahub.io/notebook-python-dependencies: |
[
{"name": "JupyterLab","version": "4.4"},
{"name": "TensorFlow-ROCm", "version": "2.18"},
{"name": "Tensorboard", "version": "2.18"},
{"name": "TensorFlow-ROCm", "version": "2.17"},
{"name": "Tensorboard", "version": "2.17"},
{"name": "Kafka-Python-ng", "version": "2.2"},
{"name": "Matplotlib", "version": "3.10"},
{"name": "Numpy", "version": "2.0"},
{"name": "Numpy", "version": "1.26"},
{"name": "Pandas", "version": "2.3"},
{"name": "Scikit-learn", "version": "1.7"},
{"name": "Scipy", "version": "1.16"},
{"name": "Odh-Elyra", "version": "4.2"},
{"name": "PyMongo", "version": "4.14"},
{"name": "Pyodbc", "version": "5.2"},
{"name": "Codeflare-SDK", "version": "0.31"},
{"name": "Feast", "version": "0.53"},
{"name": "Sklearn-onnx", "version": "1.19"},
{"name": "Psycopg", "version": "3.2"},
{"name": "MySQL Connector/Python", "version": "9.4"}
Expand Down
Loading
Loading