From 0795e3cb79528150808f9970a0f308fc38a9b7c3 Mon Sep 17 00:00:00 2001 From: Wei Kang Date: Thu, 2 May 2024 22:49:14 -0500 Subject: [PATCH] (bug) fix environment.yml --- environment.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/environment.yml b/environment.yml index f38a055..0390679 100644 --- a/environment.yml +++ b/environment.yml @@ -1,15 +1,14 @@ -name: binder-env +name: giddy channels: - conda-forge dependencies: - - python=3.11 + - python + - jupyterlab + - esda + - libpysal + - quantecon + - scipy - geopandas - - libspatialindex - - matplotlib - - rtree - - seaborn - splot - - watermark - pip - - pip: - - git+https://github.com/pysal/giddy.git@main +