From 2e41dc7d5179ab51e65706eea9a7d00ce6bee813 Mon Sep 17 00:00:00 2001
From: Amy Stamile <astamile@usgs.gov>
Date: Wed, 22 May 2024 10:23:28 -0700
Subject: [PATCH] Make vis.py optional

---
 examples/usgscsm_isis_cmp.ipynb | 15 ++++++++++++++-
 recipe/meta.yaml                |  2 --
 2 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/examples/usgscsm_isis_cmp.ipynb b/examples/usgscsm_isis_cmp.ipynb
index ac4fc99..2af2e0a 100644
--- a/examples/usgscsm_isis_cmp.ipynb
+++ b/examples/usgscsm_isis_cmp.ipynb
@@ -13,7 +13,20 @@
    "source": [
     "## Prerequisites\n",
     "\n",
-    "This comparison notebook requires the installation of ISIS. Follow the instructions in the [ISIS Installation With Conda guide](https://astrogeology.usgs.gov/docs/how-to-guides/environment-setup-and-maintenance/installing-isis-via-anaconda/)."
+    "This comparison notebook requires the installation of ISIS, kalasiris, and plotly.\n",
+    "\n",
+    "### 1. Install ISIS\n",
+    "Follow the instructions in the [ISIS Installation With Conda guide](https://astrogeology.usgs.gov/docs/how-to-guides/environment-setup-and-maintenance/installing-isis-via-anaconda/).\n",
+    "\n",
+    "### 2. Install Kalasiris\n",
+    "To install kalasiris in your knoten environment, run the following command:\n",
+    "\n",
+    "`conda install conda-forge::kalasiris`\n",
+    "\n",
+    "### 3. Install Plotly\n",
+    "To install plotly in your knoten environment, run the following command:\n",
+    "\n",
+    "`conda install conda-forge::plotly`"
    ]
   },
   {
diff --git a/recipe/meta.yaml b/recipe/meta.yaml
index 63ec3bb..50d5571 100644
--- a/recipe/meta.yaml
+++ b/recipe/meta.yaml
@@ -35,8 +35,6 @@ requirements:
     - scipy
     - shapely
     - usgscsm>=2.0
-    - kalasiris
-    - plotly
 
 test:
   imports:
-- 
GitLab