Skip to content

Commit 4839f12

Browse files
Merge pull request #851 from project-codeflare/odh-sync-updater-12886596842
[Codeflare Action] Update notebook's pipfile to sync with Codeflare-SDK release 0.26.0
2 parents aacd576 + b24f5b2 commit 4839f12

File tree

14 files changed

+457
-457
lines changed

14 files changed

+457
-457
lines changed

jupyter/datascience/ubi9-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ scikit-learn = "~=1.5.1"
1818
scipy = "~=1.14.1"
1919
skl2onnx = "~=1.17.0"
2020
onnxconverter-common = "~=1.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
21-
codeflare-sdk = "~=0.25.0"
21+
codeflare-sdk = "~=0.26.0"
2222
kubeflow-training = {extras = ["huggingface"], version = "==1.8.1"}
2323

2424
# DB connectors

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

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

jupyter/pytorch/ubi9-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ scikit-learn = "~=1.5.1"
2828
scipy = "~=1.14.1"
2929
skl2onnx = "~=1.17.0"
3030
onnxconverter-common = "~=1.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
31-
codeflare-sdk = "~=0.25.0"
31+
codeflare-sdk = "~=0.26.0"
3232
kubeflow-training = {extras = ["huggingface"], version = "==1.8.1"}
3333

3434
# DB connectors

0 commit comments

Comments
 (0)