Skip to content

Commit

Permalink
change larch version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Dec 4, 2024
1 parent d32f09f commit 0211185
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda-environments/activitysim-dev-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies:
- ipykernel # so this env will appear in jupyter as a selection
- isort
- jupyterlab
- larch = 5.7.*
- larch6 >= 6.0.32
- matplotlib
- myst-parser # allows markdown in sphinx
- nbconvert
Expand Down
2 changes: 1 addition & 1 deletion conda-environments/activitysim-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ dependencies:
- ipykernel # so this env will appear in jupyter as a selection
- isort
- jupyterlab
- larch = 5.7.*
- matplotlib
- myst-parser # allows markdown in sphinx
- nbconvert
Expand Down Expand Up @@ -75,4 +74,5 @@ dependencies:

- pip:
- autodoc_pydantic
- larch6 >= 6.0.32
- -e ..
2 changes: 1 addition & 1 deletion conda-environments/docbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ dependencies:
- git
- jupyter-book
- jupyterlab
- larch >=5.5.3
- matplotlib
- myst-nb
- myst-parser
Expand Down Expand Up @@ -59,4 +58,5 @@ dependencies:

- pip:
- autodoc_pydantic
- larch6 >= 6.0.32
- -e ..

0 comments on commit 0211185

Please sign in to comment.