From 6f2c80dd1412a6bc6c04a628a6036561bc87ae71 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Tue, 28 Apr 2026 18:52:21 +0800 Subject: [PATCH] Revert "CI: Temporarily pin tectonic=0.15 (#4604)" This reverts commit ebb6ea28fa511ad4e111828e436df6ba38db3b99. --- .github/workflows/ci_docs.yml | 2 +- environment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_docs.yml b/.github/workflows/ci_docs.yml index be5e7ed5a57..ab904cf6a0d 100644 --- a/.github/workflows/ci_docs.yml +++ b/.github/workflows/ci_docs.yml @@ -116,7 +116,7 @@ jobs: sphinx_rtd_theme cairosvg sphinxcontrib-svg2pdfconverter - tectonic=0.15 + tectonic # Download cached remote files (artifacts) from GitHub - name: Download remote data from GitHub diff --git a/environment.yml b/environment.yml index bf9c9f44c51..ccd85758ab4 100644 --- a/environment.yml +++ b/environment.yml @@ -46,7 +46,7 @@ dependencies: # Dev dependencies (building PDF documentation) - cairosvg - sphinxcontrib-svg2pdfconverter - - tectonic=0.15 + - tectonic # Dev dependencies (type hints) - mypy - pandas-stubs