Skip to content

Commit 1a1db84

Browse files
authored
Merge pull request #542 from project-codeflare/odh-sync-updater-9212708997
[Codeflare Action] Update notebook's pipfile to sync with Codeflare-SDK release 0.16.2
2 parents a5ec851 + 6f649e3 commit 1a1db84

File tree

30 files changed

+2232
-2021
lines changed

30 files changed

+2232
-2021
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
@@ -35,7 +35,7 @@ scikit-learn = "~=1.3.2"
3535
scipy = "~=1.10.1"
3636
skl2onnx = "~=1.16.0"
3737
onnxconverter-common = "~=1.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
38-
codeflare-sdk = "~=0.16.1"
38+
codeflare-sdk = "~=0.16.2"
3939
# DB connectors
4040
pymongo = "~=4.6.2"
4141
psycopg = "~=3.1.18"

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

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

intel/runtimes/ml/ubi9-python-3.9/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ plotly = "~=5.16.1"
2020
scipy = "~=1.11.2"
2121
scikit-learn = "~=1.3.1"
2222
skl2onnx = "~=1.15.0"
23-
codeflare-sdk = "~=0.16.1"
23+
codeflare-sdk = "~=0.16.2"
2424
# DB connectors
2525
pymongo = "~=4.5.0"
2626
psycopg = "~=3.1.10"

intel/runtimes/ml/ubi9-python-3.9/Pipfile.lock

Lines changed: 143 additions & 144 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.16.1"
20+
codeflare-sdk = "~=0.16.2"
2121
# DB connectors
2222
pymongo = "~=4.6.2"
2323
psycopg = "~=3.1.18"

0 commit comments

Comments
 (0)