Skip to content

[Codeflare Action] Update notebook's pipfile to sync with Codeflare-SDK release 0.18.0 #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
2 changes: 1 addition & 1 deletion intel/runtimes/ml/ubi9-python-3.9/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plotly = "~=5.16.1"
scipy = "~=1.11.2"
scikit-learn = "~=1.3.1"
skl2onnx = "~=1.15.0"
codeflare-sdk = "~=0.16.3"
codeflare-sdk = "~=0.18.0"
# DB connectors
pymongo = "~=4.5.0"
psycopg = "~=3.1.10"
Expand Down
1,644 changes: 804 additions & 840 deletions intel/runtimes/ml/ubi9-python-3.9/Pipfile.lock

Large diffs are not rendered by default.

1,622 changes: 827 additions & 795 deletions jupyter/datascience/ubi9-python-3.9/Pipfile.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jupyter/intel/ml/ubi9-python-3.9/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plotly = "~=5.16.1"
scipy = "~=1.11.2"
scikit-learn = "~=1.3.1"
skl2onnx = "~=1.15.0"
codeflare-sdk = "~=0.16.3"
codeflare-sdk = "~=0.18.0"
# DB connectors
pymongo = "~=4.5.0"
psycopg = "~=3.1.10"
Expand Down
2,372 changes: 1,186 additions & 1,186 deletions jupyter/intel/ml/ubi9-python-3.9/Pipfile.lock

Large diffs are not rendered by default.

1,527 changes: 780 additions & 747 deletions jupyter/pytorch/ubi9-python-3.9/Pipfile.lock

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions jupyter/rocm/pytorch/ubi9-python-3.9/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ tensorboard = "~=2.16.2"
torch = {version = "~=2.4.0", index = "pytorch"}
torchvision = {version = "~=0.19.0", index = "pytorch"} # https://pytorch.org/get-started/previous-versions/#linux-and-windows-1
pytorch-triton-rocm = {version = "~=3.0.0", index = "pytorch"}

# Datascience and useful extensions
boto3 = "~=1.34.50"
kafka-python = "~=2.0.2"
Expand All @@ -31,13 +30,11 @@ skl2onnx = "~=1.16.0"
onnxconverter-common = "~=1.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
codeflare-sdk = "~=0.18.0"
memray = "~=1.10.0" # any version above this would cause issue with rich package

# DB connectors
pymongo = "~=4.6.2"
psycopg = "~=3.1.18"
pyodbc = "~=5.1.0"
mysql-connector-python = "~=8.3.0"

# JupyterLab packages
odh-elyra = "~=3.16.7"
jupyterlab = "~=3.6.7" # Wait on upgrade till plugins are ready
Expand All @@ -54,7 +51,6 @@ nbgitpuller = "~=1.2.0"
# Base packages
wheel = "~=0.43.0"
setuptools = "~=69.2.0"

# conflict between python-lsp-server and following packages
# due to pycodestyle dependency, pinning this, till we get
# a fix from python-lsp-server
Expand Down
1,448 changes: 718 additions & 730 deletions jupyter/rocm/pytorch/ubi9-python-3.9/Pipfile.lock

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions jupyter/rocm/tensorflow/ubi9-python-3.9/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ name = "pypi"
tensorflow_rocm = {file = "https://repo.radeon.com/rocm/manylinux/rocm-rel-6.1/tensorflow_rocm-2.15.0-cp39-cp39-manylinux2014_x86_64.whl"}
tensorboard = "~=2.15.2"
tf2onnx = "~= 1.16.1"

# Datascience and useful extensions
boto3 = "~=1.34.50"
kafka-python = "~=2.0.2"
Expand All @@ -23,18 +22,15 @@ skl2onnx = "~=1.16.0"
onnxconverter-common = "~=1.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
codeflare-sdk = "~=0.18.0"
memray = "~=1.10.0" # any version above this would cause issue with rich package

# DB connectors
pymongo = "~=4.6.2"
psycopg = "~=3.1.18"
pyodbc = "~=5.1.0"
mysql-connector-python = "~=8.3.0"

# JupyterLab packages
odh-elyra = "~=3.16.7"
kfp = "~=2.5.0"
kfp-kubernetes = "~=1.0.0"

jupyterlab = "~=3.6.7" # Wait on upgrade till plugins are ready
jupyter-bokeh = "~=3.0.7" # Upgrade would bring in jupyterlab 4
jupyter-server = "~=2.13.0"
Expand All @@ -46,13 +42,11 @@ jupyterlab-widgets = "~=3.0.10"
jupyter-resource-usage = "~=0.7.2"
nbdime = "~=3.2.1"
nbgitpuller = "~=1.2.0"

# conflict between python-lsp-server and following packages
# due to pycodestyle dependency, pinning this, till we get
# a fix from python-lsp-server
autopep8 = "~=2.0.4"
flake8 = "~=7.0.0"

# Base packages
wheel = "~=0.43.0"
setuptools = "~=69.2.0"
Expand Down
1,517 changes: 774 additions & 743 deletions jupyter/rocm/tensorflow/ubi9-python-3.9/Pipfile.lock

Large diffs are not rendered by default.

1,512 changes: 774 additions & 738 deletions jupyter/tensorflow/ubi9-python-3.9/Pipfile.lock

Large diffs are not rendered by default.

1,531 changes: 782 additions & 749 deletions jupyter/trustyai/ubi9-python-3.9/Pipfile.lock

Large diffs are not rendered by default.

1,053 changes: 557 additions & 496 deletions runtimes/datascience/ubi9-python-3.9/Pipfile.lock

Large diffs are not rendered by default.

1,066 changes: 564 additions & 502 deletions runtimes/pytorch/ubi9-python-3.9/Pipfile.lock

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions runtimes/rocm-pytorch/ubi9-python-3.9/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ tensorboard = "~=2.16.2"
torch = {version = "~=2.4.0", index = "pytorch"}
torchvision = {version = "~=0.19.0", index = "pytorch"} # https://pytorch.org/get-started/previous-versions/#linux-and-windows-1
pytorch-triton-rocm = {version = "~=3.0.0", index = "pytorch"}

# Datascience and useful extensions
boto3 = "~=1.34.50"
kafka-python = "~=2.0.2"
Expand All @@ -29,15 +28,13 @@ scikit-learn = "~=1.4.0"
scipy = "~=1.12.0"
skl2onnx = "~=1.16.0"
onnxconverter-common = "~=1.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
codeflare-sdk = "~=0.16.4"
codeflare-sdk = "~=0.18.0"
memray = "~=1.10.0" # any version above this would cause issue with rich package

# DB connectors
pymongo = "~=4.6.2"
psycopg = "~=3.1.18"
pyodbc = "~=5.1.0"
mysql-connector-python = "~=8.3.0"

# This is a comprehensive list of python dependencies that Elyra requires to execute Jupyter notebooks.
ipykernel = "==6.13.0"
ipython = "==8.10.0"
Expand Down
1,077 changes: 544 additions & 533 deletions runtimes/rocm-pytorch/ubi9-python-3.9/Pipfile.lock

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions runtimes/rocm-tensorflow/ubi9-python-3.9/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ name = "pypi"
tensorflow_rocm = {file = "https://repo.radeon.com/rocm/manylinux/rocm-rel-6.1/tensorflow_rocm-2.15.0-cp39-cp39-manylinux2014_x86_64.whl"}
tensorboard = "~=2.15.2"
tf2onnx = "~= 1.16.1"

# Datascience and useful extensions
boto3 = "~=1.34.50"
kafka-python = "~=2.0.2"
Expand All @@ -21,15 +20,13 @@ scikit-learn = "~=1.4.0"
scipy = "~=1.12.0"
skl2onnx = "~=1.16.0"
onnxconverter-common = "~=1.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
codeflare-sdk = "~=0.16.4"
codeflare-sdk = "~=0.18.0"
memray = "~=1.10.0" # any version above this would cause issue with rich package

# DB connectors
pymongo = "~=4.6.2"
psycopg = "~=3.1.18"
pyodbc = "~=5.1.0"
mysql-connector-python = "~=8.3.0"

# This is a comprehensive list of python dependencies that Elyra requires to execute Jupyter notebooks.
ipykernel = "==6.13.0"
ipython = "==8.10.0"
Expand Down
Loading