Skip to content

Commit

Permalink
Merge pull request #675 from project-codeflare/odh-sync-updater-10418…
Browse files Browse the repository at this point in the history
…058789

[Codeflare Action] Update notebook's pipfile to sync with Codeflare-SDK release 0.19.1
  • Loading branch information
harshad16 committed Aug 18, 2024
2 parents 82cb2bf + c8422b2 commit 97172ba
Show file tree
Hide file tree
Showing 26 changed files with 9,521 additions and 9,176 deletions.
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.19.1"
# 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.

2 changes: 1 addition & 1 deletion jupyter/datascience/ubi9-python-3.9/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ 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.18.0"
codeflare-sdk = "~=0.19.1"
memray = "~=1.10.0" # any version above this would cause issue with rich package
# DB connectors
pymongo = "~=4.6.2"
Expand Down
1,632 changes: 832 additions & 800 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.19.1"
# 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.

2 changes: 1 addition & 1 deletion jupyter/pytorch/ubi9-python-3.9/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ 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.18.0"
codeflare-sdk = "~=0.19.1"
memray = "~=1.10.0" # any version above this would cause issue with rich package
# DB connectors
pymongo = "~=4.6.2"
Expand Down
1,535 changes: 784 additions & 751 deletions jupyter/pytorch/ubi9-python-3.9/Pipfile.lock

Large diffs are not rendered by default.

6 changes: 1 addition & 5 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 @@ -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.18.0"
codeflare-sdk = "~=0.19.1"
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,454 changes: 720 additions & 734 deletions jupyter/rocm/pytorch/ubi9-python-3.9/Pipfile.lock

Large diffs are not rendered by default.

8 changes: 1 addition & 7 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 @@ -21,20 +20,17 @@ 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.18.0"
codeflare-sdk = "~=0.19.1"
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,526 changes: 779 additions & 747 deletions jupyter/rocm/tensorflow/ubi9-python-3.9/Pipfile.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jupyter/tensorflow/ubi9-python-3.9/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ 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.18.0"
codeflare-sdk = "~=0.19.1"
memray = "~=1.10.0" # any version above this would cause issue with rich package
# DB connectors
pymongo = "~=4.6.2"
Expand Down
1,520 changes: 778 additions & 742 deletions jupyter/tensorflow/ubi9-python-3.9/Pipfile.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jupyter/trustyai/ubi9-python-3.9/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ 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.18.0"
codeflare-sdk = "~=0.19.1"
memray = "~=1.10.0" # any version above this would cause issue with rich package
# DB connectors
pymongo = "~=4.6.2"
Expand Down
Loading

0 comments on commit 97172ba

Please sign in to comment.