Skip to content

Commit 8381f4c

Browse files
Merge pull request opendatahub-io#921 from jiridanek/odh-sync-updater-13505252594
[Kubeflow-Training] Update notebook's pipfile to sync with Kubeflow-Training SDK release 1.9.0
2 parents d1fe5bc + 2e4a490 commit 8381f4c

File tree

15 files changed

+40
-40
lines changed

15 files changed

+40
-40
lines changed

Diff for: codeserver/ubi9-python-3.11/Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ scikit-learn = "~=1.4.0"
2626
scipy = "~=1.12.0"
2727
skl2onnx = "~=1.16.0"
2828
ipykernel = "~=6.29.3"
29-
kubeflow-training = "==1.8.1"
29+
kubeflow-training = "==1.9.0"
3030

3131
# Some extra useful packages
3232
opencensus = "~=0.11.4"

Diff for: codeserver/ubi9-python-3.11/Pipfile.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: codeserver/ubi9-python-3.11/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -384,9 +384,9 @@ kiwisolver==1.4.8; python_version >= '3.10' \
384384
--hash=sha256:eb158fe28ca0c29f2260cca8c43005329ad58452c36f0edf298204de32a9a3ed \
385385
--hash=sha256:ed33ca2002a779a2e20eeb06aea7721b6e47f2d4b8a8ece979d8ba9e2a167e34 \
386386
--hash=sha256:fc2ace710ba7c1dfd1a3b42530b62b9ceed115f19a1656adefce7b1782a37794
387-
kubeflow-training==1.8.1 \
388-
--hash=sha256:137cdeb5843f90e637fd53df988cbf6894501900c8f372e7de75a6a1302fe8f5 \
389-
--hash=sha256:ef36df107b850c6e6587dc1b9b7a92aaa7b6cf28e9d73b5f1eb87dd84e80222d
387+
kubeflow-training==1.9.0 \
388+
--hash=sha256:b8b2fead3f0491793dbe24e6b0d7c73d4bce47bfd0c3dc362d38f620f69ec744 \
389+
--hash=sha256:d2fed2d3123fb553780b0cc12d2cb8a2a591eb5e5a86022ae26c7b372e384ae8
390390
kubernetes==32.0.1; python_version >= '3.6' \
391391
--hash=sha256:35282ab8493b938b08ab5526c7ce66588232df00ef5e1dbe88a419107dc10998 \
392392
--hash=sha256:42f43d49abd437ada79a79a16bd48a604d3471a117a8347e87db693f2ba0ba28

Diff for: jupyter/datascience/ubi9-python-3.11/Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ 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
2121
codeflare-sdk = "~=0.26.0"
22-
kubeflow-training = "==1.8.1"
22+
kubeflow-training = "==1.9.0"
2323

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

Diff for: jupyter/datascience/ubi9-python-3.11/Pipfile.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: jupyter/datascience/ubi9-python-3.11/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1043,9 +1043,9 @@ kiwisolver==1.4.8; python_version >= '3.10' \
10431043
--hash=sha256:eb158fe28ca0c29f2260cca8c43005329ad58452c36f0edf298204de32a9a3ed \
10441044
--hash=sha256:ed33ca2002a779a2e20eeb06aea7721b6e47f2d4b8a8ece979d8ba9e2a167e34 \
10451045
--hash=sha256:fc2ace710ba7c1dfd1a3b42530b62b9ceed115f19a1656adefce7b1782a37794
1046-
kubeflow-training==1.8.1 \
1047-
--hash=sha256:137cdeb5843f90e637fd53df988cbf6894501900c8f372e7de75a6a1302fe8f5 \
1048-
--hash=sha256:ef36df107b850c6e6587dc1b9b7a92aaa7b6cf28e9d73b5f1eb87dd84e80222d
1046+
kubeflow-training==1.9.0 \
1047+
--hash=sha256:b8b2fead3f0491793dbe24e6b0d7c73d4bce47bfd0c3dc362d38f620f69ec744 \
1048+
--hash=sha256:d2fed2d3123fb553780b0cc12d2cb8a2a591eb5e5a86022ae26c7b372e384ae8
10491049
kubernetes==30.1.0; python_version >= '3.6' \
10501050
--hash=sha256:41e4c77af9f28e7a6c314e3bd06a8c6229ddd787cad684e0ab9f69b498e98ebc \
10511051
--hash=sha256:e212e8b7579031dd2e512168b617373bc1e03888d41ac4e04039240a292d478d

Diff for: jupyter/pytorch/ubi9-python-3.11/Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ 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
3131
codeflare-sdk = "~=0.26.0"
32-
kubeflow-training = "==1.8.1"
32+
kubeflow-training = "==1.9.0"
3333

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

Diff for: jupyter/pytorch/ubi9-python-3.11/Pipfile.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: jupyter/pytorch/ubi9-python-3.11/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1047,9 +1047,9 @@ kiwisolver==1.4.8; python_version >= '3.10' \
10471047
--hash=sha256:eb158fe28ca0c29f2260cca8c43005329ad58452c36f0edf298204de32a9a3ed \
10481048
--hash=sha256:ed33ca2002a779a2e20eeb06aea7721b6e47f2d4b8a8ece979d8ba9e2a167e34 \
10491049
--hash=sha256:fc2ace710ba7c1dfd1a3b42530b62b9ceed115f19a1656adefce7b1782a37794
1050-
kubeflow-training==1.8.1 \
1051-
--hash=sha256:137cdeb5843f90e637fd53df988cbf6894501900c8f372e7de75a6a1302fe8f5 \
1052-
--hash=sha256:ef36df107b850c6e6587dc1b9b7a92aaa7b6cf28e9d73b5f1eb87dd84e80222d
1050+
kubeflow-training==1.9.0 \
1051+
--hash=sha256:b8b2fead3f0491793dbe24e6b0d7c73d4bce47bfd0c3dc362d38f620f69ec744 \
1052+
--hash=sha256:d2fed2d3123fb553780b0cc12d2cb8a2a591eb5e5a86022ae26c7b372e384ae8
10531053
kubernetes==30.1.0; python_version >= '3.6' \
10541054
--hash=sha256:41e4c77af9f28e7a6c314e3bd06a8c6229ddd787cad684e0ab9f69b498e98ebc \
10551055
--hash=sha256:e212e8b7579031dd2e512168b617373bc1e03888d41ac4e04039240a292d478d

Diff for: jupyter/rocm/pytorch/ubi9-python-3.11/Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ 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
3333
codeflare-sdk = "~=0.26.0"
34-
kubeflow-training = "==1.8.1"
34+
kubeflow-training = "==1.9.0"
3535

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

Diff for: jupyter/rocm/pytorch/ubi9-python-3.11/Pipfile.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: jupyter/rocm/pytorch/ubi9-python-3.11/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1047,9 +1047,9 @@ kiwisolver==1.4.8; python_version >= '3.10' \
10471047
--hash=sha256:eb158fe28ca0c29f2260cca8c43005329ad58452c36f0edf298204de32a9a3ed \
10481048
--hash=sha256:ed33ca2002a779a2e20eeb06aea7721b6e47f2d4b8a8ece979d8ba9e2a167e34 \
10491049
--hash=sha256:fc2ace710ba7c1dfd1a3b42530b62b9ceed115f19a1656adefce7b1782a37794
1050-
kubeflow-training==1.8.1 \
1051-
--hash=sha256:137cdeb5843f90e637fd53df988cbf6894501900c8f372e7de75a6a1302fe8f5 \
1052-
--hash=sha256:ef36df107b850c6e6587dc1b9b7a92aaa7b6cf28e9d73b5f1eb87dd84e80222d
1050+
kubeflow-training==1.9.0 \
1051+
--hash=sha256:b8b2fead3f0491793dbe24e6b0d7c73d4bce47bfd0c3dc362d38f620f69ec744 \
1052+
--hash=sha256:d2fed2d3123fb553780b0cc12d2cb8a2a591eb5e5a86022ae26c7b372e384ae8
10531053
kubernetes==30.1.0; python_version >= '3.6' \
10541054
--hash=sha256:41e4c77af9f28e7a6c314e3bd06a8c6229ddd787cad684e0ab9f69b498e98ebc \
10551055
--hash=sha256:e212e8b7579031dd2e512168b617373bc1e03888d41ac4e04039240a292d478d

Diff for: jupyter/trustyai/ubi9-python-3.11/Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ 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
3333
codeflare-sdk = "~=0.26.0"
34-
kubeflow-training = "==1.8.1"
34+
kubeflow-training = "==1.9.0"
3535

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

Diff for: jupyter/trustyai/ubi9-python-3.11/Pipfile.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: jupyter/trustyai/ubi9-python-3.11/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1077,9 +1077,9 @@ kiwisolver==1.4.8; python_version >= '3.10' \
10771077
--hash=sha256:eb158fe28ca0c29f2260cca8c43005329ad58452c36f0edf298204de32a9a3ed \
10781078
--hash=sha256:ed33ca2002a779a2e20eeb06aea7721b6e47f2d4b8a8ece979d8ba9e2a167e34 \
10791079
--hash=sha256:fc2ace710ba7c1dfd1a3b42530b62b9ceed115f19a1656adefce7b1782a37794
1080-
kubeflow-training==1.8.1 \
1081-
--hash=sha256:137cdeb5843f90e637fd53df988cbf6894501900c8f372e7de75a6a1302fe8f5 \
1082-
--hash=sha256:ef36df107b850c6e6587dc1b9b7a92aaa7b6cf28e9d73b5f1eb87dd84e80222d
1080+
kubeflow-training==1.9.0 \
1081+
--hash=sha256:b8b2fead3f0491793dbe24e6b0d7c73d4bce47bfd0c3dc362d38f620f69ec744 \
1082+
--hash=sha256:d2fed2d3123fb553780b0cc12d2cb8a2a591eb5e5a86022ae26c7b372e384ae8
10831083
kubernetes==30.1.0; python_version >= '3.6' \
10841084
--hash=sha256:41e4c77af9f28e7a6c314e3bd06a8c6229ddd787cad684e0ab9f69b498e98ebc \
10851085
--hash=sha256:e212e8b7579031dd2e512168b617373bc1e03888d41ac4e04039240a292d478d

0 commit comments

Comments
 (0)