From 9db125b1257ff44d9d1b71116f057f9cbe6a9fc0 Mon Sep 17 00:00:00 2001 From: Jeff Newman Date: Mon, 12 May 2025 17:11:36 -0500 Subject: [PATCH] pin larch<6 for now --- .github/workflows/core_tests.yml | 2 +- conda-environments/docbuild.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/core_tests.yml b/.github/workflows/core_tests.yml index f3fe380ae..1b4d8a26a 100644 --- a/.github/workflows/core_tests.yml +++ b/.github/workflows/core_tests.yml @@ -435,7 +435,7 @@ jobs: if: steps.cache.outputs.cache-hit != 'true' - name: Install Larch - run: mamba install "larch>=5.7.1" + run: mamba install "larch>=5.7.1,<6" - name: Install activitysim # installing without dependencies is faster, we trust that all needed dependencies diff --git a/conda-environments/docbuild.yml b/conda-environments/docbuild.yml index df20b7729..3bdffc44e 100644 --- a/conda-environments/docbuild.yml +++ b/conda-environments/docbuild.yml @@ -23,7 +23,7 @@ dependencies: - git - jupyter-book - jupyterlab -- larch >=5.5.3 +- larch >=5.5.3,<6 - matplotlib - multimethod <2.0 - myst-nb