From e94d9edb5a6fd2df113b95b5922f7db3700c9025 Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Thu, 11 Jul 2024 20:59:56 -0700 Subject: [PATCH] Update pyvista dependencies --- docs/installation.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 87d8be1..603afcf 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 1a8b38a..c140c1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ all = [ extra = [ "cartopy", "earthaccess", - "pyvista", + "pyvista[jupyter]", ]