From 29b1ffe010fc53ba83c46f65f463b40962cef4c3 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Fri, 8 Dec 2023 08:48:26 -0800 Subject: [PATCH] Unpin geopandas Let's see if this helps --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 1acc24f..a6afd8c 100644 --- a/environment.yml +++ b/environment.yml @@ -8,7 +8,7 @@ dependencies: - networkx==3.2.* - nltk==3.8.* - spacy==3.7.* - - geopandas==0.14.* + - geopandas - geopy==2.4.* # From https://github.com/utoronto-2i2c/jupyterhub-deploy/issues/29 - astroquery==0.4.*