Skip to content

Commit

Permalink
Merge pull request #33 from jshogland/main
Browse files Browse the repository at this point in the history
Notebook Updates - Pin py3dep

This pins py3dep until we can bring the other dependencies forward.
  • Loading branch information
fbunt authored Nov 14, 2024
2 parents 59e340e + 7f5098f commit e4ecf61
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion notebooks/TCSI_Demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"!pip install --upgrade datascience\n",
"!pip install --upgrade gym\n",
"!pip install raster_tools\n",
"!pip install py3dep\n",
"!pip install py3dep==0.17.1\n",
"!pip install osmnx\n",
"!pip install ipywidgets\n",
"!pip install nest-asyncio"
Expand Down
2 changes: 1 addition & 1 deletion notebooks/clipping_module.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"!pip install --upgrade gym\n",
"!pip install --upgrade folium\n",
"!pip install raster_tools\n",
"!pip install py3dep"
"!pip install py3dep==0.17.1"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion notebooks/creation_module.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"!pip install --upgrade gym\n",
"!pip install --upgrade folium\n",
"!pip install raster_tools\n",
"!pip install py3dep"
"!pip install py3dep==0.17.1"
]
},
{
Expand Down
5 changes: 1 addition & 4 deletions notebooks/distance_module.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion notebooks/focal_module.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"!pip install --upgrade ipyleaflet\n",
"!pip install xarray_leaflet\n",
"!pip install raster_tools\n",
"!pip install py3dep\n",
"!pip install py3dep==0.17.1\n",
"!pip install localtileserver"
]
},
Expand Down
2 changes: 1 addition & 1 deletion notebooks/general_module.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"!pip install --upgrade ipyleaflet\n",
"!pip install xarray_leaflet\n",
"!pip install raster_tools\n",
"!pip install py3dep\n",
"!pip install py3dep==0.17.1\n",
"!pip install localtileserver"
]
},
Expand Down
2 changes: 1 addition & 1 deletion notebooks/surface_module.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"!pip install --upgrade ipyleaflet\n",
"!pip install xarray_leaflet\n",
"!pip install raster_tools\n",
"!pip install py3dep\n",
"!pip install py3dep==0.17.1\n",
"!pip install localtileserver"
]
},
Expand Down
2 changes: 1 addition & 1 deletion notebooks/zonal_module.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"!pip install --upgrade gym\n",
"!pip install --upgrade folium\n",
"!pip install raster_tools\n",
"!pip install py3dep"
"!pip install py3dep==0.17.1"
]
},
{
Expand Down

0 comments on commit e4ecf61

Please sign in to comment.