Skip to content

Commit

Permalink
Update pyvista dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Jul 12, 2024
1 parent 86bc5ce commit e94d9ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ mamba install -c conda-forge hypercoast
To install the optional dependencies, run the following command:

```bash
mamba install -c conda-forge cartopy earthaccess mapclassify pyvista
mamba install -c conda-forge cartopy earthaccess mapclassify pyvista trame-vtk trame-vuetify
```

## Install from GitHub
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ all = [
extra = [
"cartopy",
"earthaccess",
"pyvista",
"pyvista[jupyter]",
]


Expand Down

0 comments on commit e94d9ed

Please sign in to comment.