Skip to content

Commit d35ed71

Browse files
committed
Upgrade codeflare-sdk with the latest 0.16.4
Signed-off-by: Harshad Reddy Nalla <[email protected]>
1 parent 9f0a837 commit d35ed71

File tree

18 files changed

+1496
-1791
lines changed

18 files changed

+1496
-1791
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ scikit-learn = "~=1.4.0"
2727
scipy = "~=1.12.0"
2828
skl2onnx = "~=1.16.0"
2929
onnxconverter-common = "~=1.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
30-
codeflare-sdk = "~=0.15.1"
30+
codeflare-sdk = "~=0.16.4"
31+
memray = "~=1.10.0" # any version above this would cause issue with rich package
3132

3233
# DB connectors
3334
pymongo = "~=4.6.2"

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

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

jupyter/amd/tensorflow/ubi9-python-3.9/Pipfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ scikit-learn = "~=1.4.0"
2828
scipy = "~=1.12.0"
2929
skl2onnx = "~=1.16.0"
3030
onnxconverter-common = "~=1.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
31-
codeflare-sdk = "~=0.15.0"
31+
codeflare-sdk = "~=0.16.4"
32+
memray = "~=1.10.0" # any version above this would cause issue with rich package
3233

3334
# DB connectors
3435
pymongo = "~=4.6.2"

jupyter/amd/tensorflow/ubi9-python-3.9/Pipfile.lock

Lines changed: 89 additions & 105 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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ 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.16.3"
20+
codeflare-sdk = "~=0.16.4"
21+
memray = "~=1.10.0" # any version above this would cause issue with rich package
2122
# DB connectors
2223
pymongo = "~=4.6.2"
2324
psycopg = "~=3.1.18"

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

Lines changed: 253 additions & 269 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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ 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.16.3"
29+
codeflare-sdk = "~=0.16.4"
30+
memray = "~=1.10.0" # any version above this would cause issue with rich package
3031
# DB connectors
3132
pymongo = "~=4.6.2"
3233
psycopg = "~=3.1.18"

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

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

jupyter/tensorflow/ubi9-python-3.9/Pipfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ scikit-learn = "~=1.4.0"
2121
scipy = "~=1.12.0"
2222
skl2onnx = "~=1.16.0"
2323
onnxconverter-common = "~=1.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
24-
codeflare-sdk = "~=0.16.3"
24+
codeflare-sdk = "~=0.16.4"
25+
memray = "~=1.10.0" # any version above this would cause issue with rich package
2526
# DB connectors
2627
pymongo = "~=4.6.2"
2728
psycopg = "~=3.1.18"

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

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

0 commit comments

Comments
 (0)