From f37fcd7801c6dd64b6be32b09e74fb0275e1ea5f Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Fri, 8 Dec 2023 08:34:09 -0800 Subject: [PATCH] Re-pin geopandas, bump tensorflow Maybe this fixes it --- environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index c32af8f..1acc24f 100644 --- a/environment.yml +++ b/environment.yml @@ -8,7 +8,7 @@ dependencies: - networkx==3.2.* - nltk==3.8.* - spacy==3.7.* - - geopandas + - geopandas==0.14.* - geopy==2.4.* # From https://github.com/utoronto-2i2c/jupyterhub-deploy/issues/29 - astroquery==0.4.* @@ -16,7 +16,7 @@ dependencies: - galpy==1.9.* - libgfortran==3.0.0 - conda-tree - - tensorflow==2.13.* + - tensorflow==2.14.* # Infrastructure things - nbgitpuller==1.2.*