From dd4bef364ca8dd44114c5ad15da448a3014d82ae Mon Sep 17 00:00:00 2001 From: James Gaboardi Date: Tue, 1 Nov 2022 16:03:16 -0400 Subject: [PATCH] binder doesn't support python=3.11 --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index c917a77e..54038bef 100644 --- a/environment.yml +++ b/environment.yml @@ -2,7 +2,7 @@ name: notebooks-environment channels: - conda-forge dependencies: - - python=3.11 + - python=3.10 - esda - geopandas>=0.9.0 - libspatialindex