File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ channels:
44 - defaults
55
66dependencies :
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-
You can’t perform that action at this time.
0 commit comments