From 3a4bdfc81e3011d3ac1db35ce823721430c787a4 Mon Sep 17 00:00:00 2001 From: Ian Preston <17241371+ianepreston@users.noreply.github.com> Date: Mon, 4 Feb 2019 17:25:58 -0700 Subject: [PATCH] redo environment --- environment.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 2d97893..b3d160d 100644 --- a/environment.yml +++ b/environment.yml @@ -1,14 +1,16 @@ name: scipygeo18 channels: - - defaults - conda-forge dependencies: + - python=3.7 - geopandas - geoplot - pysal - folium - scikit-learn - rasterio + - jupyterlab + - pytest - pip - pip: - contextily