Skip to content

Commit cee68f3

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents 378ca89 + 52bf022 commit cee68f3

File tree

53 files changed

+1340
-1369
lines changed

Some content is hidden

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

53 files changed

+1340
-1369
lines changed

.github/workflows/build-notebooks-TEMPLATE.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ jobs:
676676
--volume ${PODMAN_SOCK}:/var/run/docker.sock \
677677
--volume ${PWD}:/mnt \
678678
--volume /mnt/node_modules \
679-
mcr.microsoft.com/playwright:v1.52.0-noble \
679+
mcr.microsoft.com/playwright:v1.53.1-noble \
680680
/bin/bash <<EOF
681681
set -Eeuxo pipefail
682682
cd /mnt

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,8 @@ BASE_DIRS := jupyter/minimal/ubi9-python-$(PYTHON_VERSION) \
399399
jupyter/rocm/tensorflow/ubi9-python-$(PYTHON_VERSION) \
400400
jupyter/rocm/pytorch/ubi9-python-$(PYTHON_VERSION) \
401401
codeserver/ubi9-python-$(PYTHON_VERSION) \
402+
rstudio/rhel9-python-$(PYTHON_VERSION) \
403+
rstudio/c9s-python-$(PYTHON_VERSION) \
402404
runtimes/minimal/ubi9-python-$(PYTHON_VERSION) \
403405
runtimes/datascience/ubi9-python-$(PYTHON_VERSION) \
404406
runtimes/pytorch/ubi9-python-$(PYTHON_VERSION) \

codeserver/ubi9-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ verify_ssl = true
1313
[packages]
1414
# Base packages
1515
wheel = "~=0.45.1"
16-
setuptools = "~=75.8.2"
16+
setuptools = "~=78.1.1"
1717

1818
# Datascience packages
1919
boto3 = "~=1.37.8"

codeserver/ubi9-python-3.11/Pipfile.lock

Lines changed: 4 additions & 4 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -962,9 +962,9 @@ scipy==1.15.3; python_version >= '3.10' \
962962
--hash=sha256:eae3cf522bc7df64b42cad3925c876e1b0b6c35c1337c93e12c0f366f55b0eaf \
963963
--hash=sha256:ed7284b21a7a0c8f1b6e5977ac05396c0d008b89e05498c8b7e8f4a1423bba0e \
964964
--hash=sha256:f77f853d584e72e874d87357ad70f44b437331507d1c311457bed8ed2b956126
965-
setuptools==75.8.2; python_version >= '3.9' \
966-
--hash=sha256:4880473a969e5f23f2a2be3646b2dfd84af9028716d398e46192f84bc36900d2 \
967-
--hash=sha256:558e47c15f1811c1fa7adbd0096669bf76c1d3f433f58324df69f3f5ecac4e8f
965+
setuptools==78.1.1; python_version >= '3.9' \
966+
--hash=sha256:c3a9c4211ff4c309edb8b8c4f1cbfa7ae324c4ba9f91ff254e3d305b9fd54561 \
967+
--hash=sha256:fcc17fd9cd898242f6b4adfaca46137a9edef687f43e6f78469692a5e70d851d
968968
six==1.17.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2' \
969969
--hash=sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274 \
970970
--hash=sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81

jupyter/datascience/ubi9-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ nbgitpuller = "~=1.2.2"
4545

4646
# Base packages
4747
wheel = "~=0.45.1"
48-
setuptools = "~=75.8.2"
48+
setuptools = "~=78.1.1"
4949

5050
[requires]
5151
python_version = "3.11"

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

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

0 commit comments

Comments
 (0)