Skip to content

Commit 05b37da

Browse files
committed
Upgrade Notebook with codeflare-sdk version 0.21.1
Signed-off-by: Harshad Reddy Nalla <[email protected]>
1 parent b04a7af commit 05b37da

File tree

22 files changed

+2460
-2233
lines changed

22 files changed

+2460
-2233
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.18.0"
21+
codeflare-sdk = "~=0.21.1"
2222

2323
# DB connectors
2424
pymongo = "~=4.8.0"

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

Lines changed: 42 additions & 26 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.18.0"
31+
codeflare-sdk = "~=0.21.1"
3232

3333
# DB connectors
3434
pymongo = "~=4.8.0"

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

Lines changed: 43 additions & 26 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.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ scikit-learn = "~=1.5.1"
3030
scipy = "~=1.14.1"
3131
skl2onnx = "~=1.17.0"
3232
onnxconverter-common = "~=1.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
33-
codeflare-sdk = "~=0.18.0"
33+
codeflare-sdk = "~=0.21.1"
3434

3535
# DB connectors
3636
pymongo = "~=4.8.0"

0 commit comments

Comments
 (0)