Skip to content

Commit 97172ba

Browse files
authored
Merge pull request #675 from project-codeflare/odh-sync-updater-10418058789
[Codeflare Action] Update notebook's pipfile to sync with Codeflare-SDK release 0.19.1
2 parents 82cb2bf + c8422b2 commit 97172ba

File tree

26 files changed

+9521
-9176
lines changed

26 files changed

+9521
-9176
lines changed

intel/runtimes/ml/ubi9-python-3.9/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ plotly = "~=5.16.1"
2020
scipy = "~=1.11.2"
2121
scikit-learn = "~=1.3.1"
2222
skl2onnx = "~=1.15.0"
23-
codeflare-sdk = "~=0.16.3"
23+
codeflare-sdk = "~=0.19.1"
2424
# DB connectors
2525
pymongo = "~=4.5.0"
2626
psycopg = "~=3.1.10"

intel/runtimes/ml/ubi9-python-3.9/Pipfile.lock

Lines changed: 804 additions & 840 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jupyter/datascience/ubi9-python-3.9/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ scikit-learn = "~=1.4.0"
1717
scipy = "~=1.12.0"
1818
skl2onnx = "~=1.16.0"
1919
onnxconverter-common = "~=1.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
20-
codeflare-sdk = "~=0.18.0"
20+
codeflare-sdk = "~=0.19.1"
2121
memray = "~=1.10.0" # any version above this would cause issue with rich package
2222
# DB connectors
2323
pymongo = "~=4.6.2"

jupyter/datascience/ubi9-python-3.9/Pipfile.lock

Lines changed: 832 additions & 800 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jupyter/intel/ml/ubi9-python-3.9/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ plotly = "~=5.16.1"
2020
scipy = "~=1.11.2"
2121
scikit-learn = "~=1.3.1"
2222
skl2onnx = "~=1.15.0"
23-
codeflare-sdk = "~=0.16.3"
23+
codeflare-sdk = "~=0.19.1"
2424
# DB connectors
2525
pymongo = "~=4.5.0"
2626
psycopg = "~=3.1.10"

jupyter/intel/ml/ubi9-python-3.9/Pipfile.lock

Lines changed: 1186 additions & 1186 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jupyter/pytorch/ubi9-python-3.9/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ scikit-learn = "~=1.4.0"
2626
scipy = "~=1.12.0"
2727
skl2onnx = "~=1.16.0"
2828
onnxconverter-common = "~=1.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
29-
codeflare-sdk = "~=0.18.0"
29+
codeflare-sdk = "~=0.19.1"
3030
memray = "~=1.10.0" # any version above this would cause issue with rich package
3131
# DB connectors
3232
pymongo = "~=4.6.2"

jupyter/pytorch/ubi9-python-3.9/Pipfile.lock

Lines changed: 784 additions & 751 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jupyter/rocm/pytorch/ubi9-python-3.9/Pipfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ tensorboard = "~=2.16.2"
1717
torch = {version = "~=2.4.0", index = "pytorch"}
1818
torchvision = {version = "~=0.19.0", index = "pytorch"} # https://pytorch.org/get-started/previous-versions/#linux-and-windows-1
1919
pytorch-triton-rocm = {version = "~=3.0.0", index = "pytorch"}
20-
2120
# Datascience and useful extensions
2221
boto3 = "~=1.34.50"
2322
kafka-python = "~=2.0.2"
@@ -29,15 +28,13 @@ scikit-learn = "~=1.4.0"
2928
scipy = "~=1.12.0"
3029
skl2onnx = "~=1.16.0"
3130
onnxconverter-common = "~=1.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
32-
codeflare-sdk = "~=0.18.0"
31+
codeflare-sdk = "~=0.19.1"
3332
memray = "~=1.10.0" # any version above this would cause issue with rich package
34-
3533
# DB connectors
3634
pymongo = "~=4.6.2"
3735
psycopg = "~=3.1.18"
3836
pyodbc = "~=5.1.0"
3937
mysql-connector-python = "~=8.3.0"
40-
4138
# JupyterLab packages
4239
odh-elyra = "~=3.16.7"
4340
jupyterlab = "~=3.6.7" # Wait on upgrade till plugins are ready
@@ -54,7 +51,6 @@ nbgitpuller = "~=1.2.0"
5451
# Base packages
5552
wheel = "~=0.43.0"
5653
setuptools = "~=69.2.0"
57-
5854
# conflict between python-lsp-server and following packages
5955
# due to pycodestyle dependency, pinning this, till we get
6056
# a fix from python-lsp-server

jupyter/rocm/pytorch/ubi9-python-3.9/Pipfile.lock

Lines changed: 720 additions & 734 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)