Skip to content

Commit 2c5e719

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents d37c4a1 + 463ab61 commit 2c5e719

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+2123
-2136
lines changed

.coderabbit.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
language: en-US
3+
early_access: false
4+
enable_free_tier: true
5+
reviews:
6+
sequence_diagrams: false
7+
poem: false

codeserver/ubi9-python-3.11/Pipfile.lock

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

codeserver/ubi9-python-3.11/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,9 @@ fonttools==4.58.2; python_version >= '3.9' \
262262
--hash=sha256:f7e10f4e7160bcf6a240d7560e9e299e8cb585baed96f6a616cef51180bf56cb \
263263
--hash=sha256:f8df6dc80ecc9033ca25a944ee5db7564fecca28e96383043fd92d9df861a159 \
264264
--hash=sha256:f95dec862d7c395f2d4efe0535d9bdaf1e3811e51b86432fa2a77e73f8195756
265-
google-api-core==2.25.0; python_version >= '3.7' \
266-
--hash=sha256:1db79d1281dcf9f3d10023283299ba38f3dc9f639ec41085968fd23e5bcf512e \
267-
--hash=sha256:9b548e688702f82a34ed8409fb8a6961166f0b7795032f0be8f48308dff4333a
265+
google-api-core==2.25.1; python_version >= '3.7' \
266+
--hash=sha256:8a2a56c1fef82987a524371f99f3bd0143702fecc670c72e600c1cda6bf8dbb7 \
267+
--hash=sha256:d2aaa0b13c78c61cb3f4282c464c046e45fbd75755683c9c525e6e8f7ed0a5e8
268268
google-auth==2.40.3; python_version >= '3.7' \
269269
--hash=sha256:1370d4593e86213563547f97a92752fc658456fe4514c809544f330fed45a7ca \
270270
--hash=sha256:500c3a29adedeb36ea9cf24b8d10858e152f2412e3ca37829b3fa18e33d63b77
@@ -426,9 +426,9 @@ matplotlib==3.10.3; python_version >= '3.10' \
426426
matplotlib-inline==0.1.7; python_version >= '3.8' \
427427
--hash=sha256:8423b23ec666be3d16e16b60bdd8ac4e86e840ebd1dd11a30b9f117f2fa0ab90 \
428428
--hash=sha256:df192d39a4ff8f21b1895d72e6a13f5fcc5099f00fa84384e0ea28c2cc0653ca
429-
narwhals==1.42.0; python_version >= '3.8' \
430-
--hash=sha256:a5e554782446d1197593312651352cd39b2025e995053d8e6bdfaa01a70a91d3 \
431-
--hash=sha256:ef6cedf7700dc22c09d17973b9ede11b53e25331e238b24ac73884a8c5e27c19
429+
narwhals==1.42.1; python_version >= '3.8' \
430+
--hash=sha256:50a5635b11aeda98cf9c37e839fd34b0a24159f59a4dfae930290ad698320494 \
431+
--hash=sha256:7a270d44b94ccdb277a799ae890c42e8504c537c1849f195eb14717c6184977a
432432
nest-asyncio==1.6.0; python_version >= '3.5' \
433433
--hash=sha256:6f172d5449aca15afd6c646851f4e31e02c598d553a667e38cafa997cfec55fe \
434434
--hash=sha256:87af6efd6b5e897c81050477ef65c62e2b2f35d51703cae01aff2905b1852e1c

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.6.1"
1818
scipy = "~=1.15.2"
1919
skl2onnx = "~=1.18.0"
2020
onnxconverter-common = "~=1.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
21-
codeflare-sdk = "~=0.28.1"
21+
codeflare-sdk = "~=0.29.0"
2222
kubeflow-training = "==1.9.2"
2323

2424
# DB connectors

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

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

jupyter/datascience/ubi9-python-3.11/requirements.txt

Lines changed: 94 additions & 95 deletions
Large diffs are not rendered by default.

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.6.1"
2828
scipy = "~=1.15.2"
2929
skl2onnx = "~=1.18.0"
3030
onnxconverter-common = "~=1.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
31-
codeflare-sdk = "~=0.28.1"
31+
codeflare-sdk = "~=0.29.0"
3232
kubeflow-training = "==1.9.2"
3333

3434
# DB connectors

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

Lines changed: 95 additions & 96 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/requirements.txt

Lines changed: 94 additions & 95 deletions
Large diffs are not rendered by default.

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.6.1"
3030
scipy = "~=1.15.2"
3131
skl2onnx = "~=1.18.0"
3232
onnxconverter-common = "~=1.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
33-
codeflare-sdk = "~=0.28.1"
33+
codeflare-sdk = "~=0.29.0"
3434
kubeflow-training = "==1.9.2"
3535

3636
# DB connectors

0 commit comments

Comments
 (0)