From b64b876d1b1d64f62721e603cfb537f9d4d5f046 Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Fri, 21 Aug 2020 17:17:11 -0600 Subject: [PATCH 1/3] force rebuild --- environment.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/environment.yml b/environment.yml index 503eb0c..9deb118 100644 --- a/environment.yml +++ b/environment.yml @@ -15,7 +15,7 @@ dependencies: - kiwisolver # Spatial packages - #- rasterio + #- rasterio - pysal - pyproj - rasterstats @@ -23,7 +23,7 @@ dependencies: - cartopy #- geopandas - contextily - - earthpy>0.9.1 + - earthpy=0.9.2 - folium - geojson - mapboxgl @@ -34,18 +34,17 @@ dependencies: - scipy # Natural language processing - - nltk + - nltk - textblob # Jupyter Environment - papermill - autopep8 - jupyterlab - - notebook + - notebook - ipython - jupyter_contrib_nbextensions - nbclean # Autograding - matplotcheck>=0.1.2 - nbgrader - From b4443abb1215757ceafd5b8d65984a9e8877a3ef Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Fri, 21 Aug 2020 17:25:03 -0600 Subject: [PATCH 2/3] python 3.8 --- .travis.yml | 1 + environment.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 693c0b3..ebe9e08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,3 +15,4 @@ script: - export PATH="$HOME/miniconda/bin:$PATH" - conda activate earth-analytics-python - python -c "import earthpy" + - conda list diff --git a/environment.yml b/environment.yml index 9deb118..58b437f 100644 --- a/environment.yml +++ b/environment.yml @@ -4,7 +4,7 @@ channels: - defaults dependencies: - - python=3.7 + - python=3.8 - pip # Core scientific python - numpy From c26d74f06d98322168815b05fa87a99ff9f5cb9b Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Fri, 21 Aug 2020 17:35:06 -0600 Subject: [PATCH 3/3] add descarte - no longer a geopandas dep --- environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/environment.yml b/environment.yml index 58b437f..14a1230 100644 --- a/environment.yml +++ b/environment.yml @@ -22,6 +22,7 @@ dependencies: - geopy - cartopy #- geopandas + - descartes - contextily - earthpy=0.9.2 - folium