From 52bb0c4a35ecbaaf4a7948ce89822dac2c422483 Mon Sep 17 00:00:00 2001 From: Ewout ter Hoeven Date: Tue, 3 Sep 2024 18:40:03 +0200 Subject: [PATCH] docs: Fix Visualization Tutorial (2.x branch) The scheduler was removed from the example model used, so the docs started failing. --- docs/tutorials/visualization_tutorial.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/visualization_tutorial.ipynb b/docs/tutorials/visualization_tutorial.ipynb index f19b21421ef..845de2b16bd 100644 --- a/docs/tutorials/visualization_tutorial.ipynb +++ b/docs/tutorials/visualization_tutorial.ipynb @@ -43,7 +43,7 @@ "import mesa\n", "\n", "# You can either define the BoltzmannWealthModel (aka MoneyModel) or install mesa-models:\n", - "%pip install --quiet -U git+https://github.com/projectmesa/mesa-examples#egg=mesa-models\n", + "%pip install --quiet -U git+https://github.com/projectmesa/mesa-examples@mesa-2.x#egg=mesa-models\n", "\n", "from mesa_models.boltzmann_wealth_model.model import BoltzmannWealthModel" ]