From 5563aafee9fa8b9dae2ee6e2c8b4baaf8af72d71 Mon Sep 17 00:00:00 2001 From: "Han Sang (Hans) Kim" Date: Wed, 20 Nov 2024 14:12:38 -0800 Subject: [PATCH] Install pyshp (shapefile) package as environment setup --- schimpy_env.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/schimpy_env.yml b/schimpy_env.yml index 3b25238..321de4c 100644 --- a/schimpy_env.yml +++ b/schimpy_env.yml @@ -27,6 +27,7 @@ dependencies: - palettable - openpyxl - ipykernel + - pyshp # Note, though these are listed below as if conda would use pip # we do not recommend that you uncomment and use conda to install them via pip. # Instead, if you want a developer install, leave these libraries above