Skip to content

Commit

Permalink
Update to mesa v2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rlskoeser committed Dec 14, 2023
1 parent 0a6601a commit 3ca748e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ classifiers = [
"Programming Language :: Python :: 3",
]
dependencies = [
"mesa==2.1.2",
"mesa==2.1.5",
# "mesa @ git+https://github.com/projectmesa/mesa.git@main",
"matplotlib",
"altair>5.0.1"
Expand Down
2 changes: 1 addition & 1 deletion simulatingrisk/risky_food/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
jupyterviz_params,
measures=[plot_total_agents, plot_risk_histogram],
name="Risky Food",
space_drawer=None, # no agent portrayal because this model does not use a grid
space_drawer=False, # no agent portrayal because this model does not use a grid
)
# required to render the visualization with Jupyter/Solara
page

0 comments on commit 3ca748e

Please sign in to comment.