We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5fce1a commit 02011d9Copy full SHA for 02011d9
VERSION_MATRIX.md
@@ -48,7 +48,7 @@ Topmost entry = Tag `latest`
48
49
| Python | CTAN date | Quarto |
50
|:-----------|:-----------|:------------|
51
-| 3.13.3 | | 1.7.30 |
+| 3.13.3 | | 1.7.31 |
52
| 3.12.10 | | 1.6.43 |
53
| 3.13.2 | 2025‑04‑08 | 1.6.43 |
54
| 3.12.9 | 2025‑04‑08 | 1.6.43 |
scipy/latest.Dockerfile
@@ -1,7 +1,7 @@
1
ARG BUILD_ON_IMAGE=glcr.b-data.ch/jupyterlab/python/base
2
ARG PYTHON_VERSION
3
ARG CODE_BUILTIN_EXTENSIONS_DIR=/opt/code-server/lib/vscode/extensions
4
-ARG QUARTO_VERSION=1.7.30
+ARG QUARTO_VERSION=1.7.31
5
ARG CTAN_REPO=https://mirror.ctan.org/systems/texlive/tlnet
6
7
FROM ${BUILD_ON_IMAGE}${PYTHON_VERSION:+:}${PYTHON_VERSION}
0 commit comments