Skip to content

Commit d551c22

Browse files
committed
updates for larch and graphviz
1 parent 1f69acc commit d551c22

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.github/workflows/core_tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,8 +461,11 @@ jobs:
461461
conda env update -n asim-test -f conda-environments/github-actions-tests.yml
462462
if: steps.cache.outputs.cache-hit != 'true'
463463

464+
- name: Install Graphviz
465+
uses: ts-graphviz/setup-graphviz@v2
466+
464467
- name: Install Larch v6
465-
run: python -m pip install larch6 "pandas<2"
468+
run: python -m pip install larch6 "pandas<2" pydot
466469

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

conda-environments/activitysim-dev-base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies:
3131
- ipykernel # so this env will appear in jupyter as a selection
3232
- isort
3333
- jupyterlab
34-
- larch6 >= 6.0.32
34+
- larch6 >= 6.0.33
3535
- matplotlib
3636
- myst-parser # allows markdown in sphinx
3737
- nbconvert

conda-environments/activitysim-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ dependencies:
7474

7575
- pip:
7676
- autodoc_pydantic
77-
- larch6 >= 6.0.32
77+
- larch6 >= 6.0.33
7878
- -e ..

conda-environments/docbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ dependencies:
5858

5959
- pip:
6060
- autodoc_pydantic
61-
- larch6 >= 6.0.32
61+
- larch6 >= 6.0.33
6262
- -e ..

0 commit comments

Comments
 (0)