Skip to content

Commit

Permalink
Merge pull request #71 from earthlab/update-earthpy
Browse files Browse the repository at this point in the history
force rebuild of earthpy for the new hub
  • Loading branch information
Leah Wasser authored Aug 22, 2020
2 parents f880467 + c26d74f commit d53d66c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ script:
- export PATH="$HOME/miniconda/bin:$PATH"
- conda activate earth-analytics-python
- python -c "import earthpy"
- conda list
12 changes: 6 additions & 6 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- defaults

dependencies:
- python=3.7
- python=3.8
- pip
# Core scientific python
- numpy
Expand All @@ -15,15 +15,16 @@ dependencies:
- kiwisolver

# Spatial packages
#- rasterio
#- rasterio
- pysal
- pyproj
- rasterstats
- geopy
- cartopy
#- geopandas
- descartes
- contextily
- earthpy>0.9.1
- earthpy=0.9.2
- folium
- geojson
- mapboxgl
Expand All @@ -34,18 +35,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

0 comments on commit d53d66c

Please sign in to comment.