Skip to content

Commit

Permalink
Merge pull request #851 from project-codeflare/odh-sync-updater-12886…
Browse files Browse the repository at this point in the history
…596842

[Codeflare Action] Update notebook's pipfile to sync with Codeflare-SDK release 0.26.0
  • Loading branch information
openshift-merge-bot[bot] authored Jan 22, 2025
2 parents aacd576 + b24f5b2 commit 4839f12
Show file tree
Hide file tree
Showing 14 changed files with 457 additions and 457 deletions.
2 changes: 1 addition & 1 deletion jupyter/datascience/ubi9-python-3.11/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ scikit-learn = "~=1.5.1"
scipy = "~=1.14.1"
skl2onnx = "~=1.17.0"
onnxconverter-common = "~=1.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
codeflare-sdk = "~=0.25.0"
codeflare-sdk = "~=0.26.0"
kubeflow-training = {extras = ["huggingface"], version = "==1.8.1"}

# DB connectors
Expand Down
126 changes: 63 additions & 63 deletions jupyter/datascience/ubi9-python-3.11/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jupyter/pytorch/ubi9-python-3.11/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ scikit-learn = "~=1.5.1"
scipy = "~=1.14.1"
skl2onnx = "~=1.17.0"
onnxconverter-common = "~=1.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
codeflare-sdk = "~=0.25.0"
codeflare-sdk = "~=0.26.0"
kubeflow-training = {extras = ["huggingface"], version = "==1.8.1"}

# DB connectors
Expand Down
Loading

0 comments on commit 4839f12

Please sign in to comment.