Skip to content

Commit 41fcc72

Browse files
committed
scipy: Update Quarto to v1.3.450
1 parent 695e655 commit 41fcc72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION_MATRIX.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Topmost entry = Tag `latest`
44

55
| Python | Jupyter Hub | Jupyter Lab | code‑server (Code) | Git | Git LFS | Pandoc | Quarto[^2] | CTAN date[^2] | Linux distro |
66
|:-----------|:------------|:------------|:-------------------|:-------|:--------|:-------|:------------|:--------------|:-------------|
7-
| 3.11.4 | 4.0.1 | 3.6.5 | 4.16.1 (1.80.2) | 2.41.0 | 3.4.0 | 3.1.1 | 1.3.433 | | Debian 12 |
7+
| 3.11.4 | 4.0.1 | 3.6.5 | 4.16.1 (1.80.2) | 2.41.0 | 3.4.0 | 3.1.1 | 1.3.450 | | Debian 12 |
88
| 3.11.3 | 4.0.0 | 3.6.4 | 4.13.0 (1.78.2) | 2.41.0 | 3.3.0 | 3.1.1 | 1.3.361 | 2023‑06‑06 | Debian 11 |
99
| 3.10.12 | 4.0.0 | 3.6.4 | 4.13.0 (1.78.2) | 2.41.0 | 3.3.0 | 3.1.1 | 1.3.361 | 2023‑06‑06 | Debian 11 |
1010
| 3.11.2[^1] | 3.1.1 | 3.6.3 | 4.9.1 (1.73.1) | 2.40.0 | 3.3.0 | 2.19.2 | 1.2.475[^3] | 2023‑04‑05 | Debian 11 |

scipy/latest.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG BUILD_ON_IMAGE=glcr.b-data.ch/jupyterlab/python/base
22
ARG PYTHON_VERSION
33
ARG CODE_BUILTIN_EXTENSIONS_DIR=/opt/code-server/lib/vscode/extensions
4-
ARG QUARTO_VERSION=1.3.433
4+
ARG QUARTO_VERSION=1.3.450
55
ARG CTAN_REPO=https://mirror.ctan.org/systems/texlive/tlnet
66

77
FROM ${BUILD_ON_IMAGE}:${PYTHON_VERSION}

0 commit comments

Comments
 (0)