Skip to content

Commit d53d66c

Browse files
author
Leah Wasser
authored
Merge pull request #71 from earthlab/update-earthpy
force rebuild of earthpy for the new hub
2 parents f880467 + c26d74f commit d53d66c

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ script:
1515
- export PATH="$HOME/miniconda/bin:$PATH"
1616
- conda activate earth-analytics-python
1717
- python -c "import earthpy"
18+
- conda list

environment.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- defaults
55

66
dependencies:
7-
- python=3.7
7+
- python=3.8
88
- pip
99
# Core scientific python
1010
- numpy
@@ -15,15 +15,16 @@ dependencies:
1515
- kiwisolver
1616

1717
# Spatial packages
18-
#- rasterio
18+
#- rasterio
1919
- pysal
2020
- pyproj
2121
- rasterstats
2222
- geopy
2323
- cartopy
2424
#- geopandas
25+
- descartes
2526
- contextily
26-
- earthpy>0.9.1
27+
- earthpy=0.9.2
2728
- folium
2829
- geojson
2930
- mapboxgl
@@ -34,18 +35,17 @@ dependencies:
3435
- scipy
3536

3637
# Natural language processing
37-
- nltk
38+
- nltk
3839
- textblob
3940

4041
# Jupyter Environment
4142
- papermill
4243
- autopep8
4344
- jupyterlab
44-
- notebook
45+
- notebook
4546
- ipython
4647
- jupyter_contrib_nbextensions
4748
- nbclean
4849
# Autograding
4950
- matplotcheck>=0.1.2
5051
- nbgrader
51-

0 commit comments

Comments
 (0)