Skip to content

Commit c0aca27

Browse files
authored
Merge pull request #488 from harshad16/adjust-codeflare
Update notebook's pipfile to sync with Codeflare-SDK release 0.15.0
2 parents fe35ffb + 0f3f831 commit c0aca27

File tree

26 files changed

+2877
-2825
lines changed

26 files changed

+2877
-2825
lines changed

habana/1.13.0/ubi8-python-3.8/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ scikit-learn = "~=1.3.2"
3939
scipy = "~=1.10.1"
4040
skl2onnx = "~=1.16.0"
4141
onnxconverter-common = "~=1.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
42-
codeflare-sdk = "~=0.14.1"
42+
codeflare-sdk = "~=0.15.0"
4343

4444
# DB connectors
4545
pymongo = "~=4.6.2"

habana/1.13.0/ubi8-python-3.8/Pipfile.lock

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

jupyter/datascience/ubi8-python-3.8/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ scikit-learn = "~=1.3.2"
1717
scipy = "~=1.10.1"
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.14.1"
20+
codeflare-sdk = "~=0.15.0"
2121

2222
# DB connectors
2323
pymongo = "~=4.6.2"

jupyter/datascience/ubi8-python-3.8/Pipfile.lock

Lines changed: 35 additions & 35 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.14.1"
20+
codeflare-sdk = "~=0.15.0"
2121

2222
# DB connectors
2323
pymongo = "~=4.6.2"

0 commit comments

Comments
 (0)