Skip to content

Commit 257d004

Browse files
committed
update environment
1 parent c1d7c43 commit 257d004

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

files/environment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ dependencies:
1616
- xarray-spatial
1717
- descartes>=1.0.0 # necessary for geopandas plotting
1818
- pystac-client
19+
- python-graphviz # necessary for plotting dask graphs

setup.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ code on the Terminal:
159159
```bash
160160
conda create -n geospatial -c conda-forge -y \
161161
jupyterlab numpy matplotlib \
162-
xarray rasterio geopandas rioxarray earthpy descartes xarray-spatial pystac-client
162+
xarray rasterio geopandas rioxarray earthpy descartes xarray-spatial pystac-client python-graphviz
163163
164164
```
165165

@@ -198,6 +198,7 @@ code on the Terminal:
198198
- earthpy
199199
- descartes # necessary for geopandas plotting
200200
- pystac-client
201+
- python-graphviz
201202
```
202203
203204
In the terminal, navigate to the directory where you saved the `environment.yaml` file using the `cd` command.

0 commit comments

Comments
 (0)