Skip to content

Commit

Permalink
fix build fail error
Browse files Browse the repository at this point in the history
  • Loading branch information
tpike3 committed Oct 20, 2024
1 parent e18c288 commit 82746ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions docs/tutorials/intro_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,10 @@
]
},
{
"cell_type": "code",
"execution_count": null,
"cell_type": "raw",
"metadata": {},
"outputs": [],
"source": [
"# SKIP THIS CELL unless running in colab\n",
"# SKIP THIS CELL unless you need to install Mesa; convert cell type from raw to code\n",
"\n",
"%pip install --quiet --upgrade --pre mesa\n",
"print(f\"Mesa version: {mesa.__version__}\")\n",
Expand Down
6 changes: 2 additions & 4 deletions docs/tutorials/visualization_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,12 @@
]
},
{
"cell_type": "code",
"execution_count": null,
"cell_type": "raw",
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"# Install and import the latest Mesa pre-release version\n",
"# Install and import the latest Mesa pre-release version; convert cell type from raw to code\n",
"%pip install solara # Prevents from installing solara pre-release\n",
"%pip install --quiet --upgrade --pre mesa\n",
"import mesa\n",
Expand Down

0 comments on commit 82746ba

Please sign in to comment.