Skip to content

Commit 4063cd6

Browse files
authored
pin larch<6 for now (#947)
1 parent 146c7ff commit 4063cd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/core_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ jobs:
435435
if: steps.cache.outputs.cache-hit != 'true'
436436

437437
- name: Install Larch
438-
run: mamba install "larch>=5.7.1"
438+
run: mamba install "larch>=5.7.1,<6"
439439

440440
- name: Install activitysim
441441
# installing without dependencies is faster, we trust that all needed dependencies

conda-environments/docbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies:
2323
- git
2424
- jupyter-book
2525
- jupyterlab
26-
- larch >=5.5.3
26+
- larch >=5.5.3,<6
2727
- matplotlib
2828
- multimethod <2.0
2929
- myst-nb

0 commit comments

Comments
 (0)