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 146c7ff commit 4063cd6Copy full SHA for 4063cd6
.github/workflows/core_tests.yml
@@ -435,7 +435,7 @@ jobs:
435
if: steps.cache.outputs.cache-hit != 'true'
436
437
- name: Install Larch
438
- run: mamba install "larch>=5.7.1"
+ run: mamba install "larch>=5.7.1,<6"
439
440
- name: Install activitysim
441
# installing without dependencies is faster, we trust that all needed dependencies
conda-environments/docbuild.yml
@@ -23,7 +23,7 @@ dependencies:
23
- git
24
- jupyter-book
25
- jupyterlab
26
-- larch >=5.5.3
+- larch >=5.5.3,<6
27
- matplotlib
28
- multimethod <2.0
29
- myst-nb
0 commit comments