File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -15,3 +15,4 @@ script:
15
15
- export PATH="$HOME/miniconda/bin:$PATH"
16
16
- conda activate earth-analytics-python
17
17
- python -c "import earthpy"
18
+ - conda list
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ channels:
4
4
- defaults
5
5
6
6
dependencies :
7
- - python=3.7
7
+ - python=3.8
8
8
- pip
9
9
# Core scientific python
10
10
- numpy
@@ -15,15 +15,16 @@ dependencies:
15
15
- kiwisolver
16
16
17
17
# Spatial packages
18
- # - rasterio
18
+ # - rasterio
19
19
- pysal
20
20
- pyproj
21
21
- rasterstats
22
22
- geopy
23
23
- cartopy
24
24
# - geopandas
25
+ - descartes
25
26
- contextily
26
- - earthpy> 0.9.1
27
+ - earthpy= 0.9.2
27
28
- folium
28
29
- geojson
29
30
- mapboxgl
@@ -34,18 +35,17 @@ dependencies:
34
35
- scipy
35
36
36
37
# Natural language processing
37
- - nltk
38
+ - nltk
38
39
- textblob
39
40
40
41
# Jupyter Environment
41
42
- papermill
42
43
- autopep8
43
44
- jupyterlab
44
- - notebook
45
+ - notebook
45
46
- ipython
46
47
- jupyter_contrib_nbextensions
47
48
- nbclean
48
49
# Autograding
49
50
- matplotcheck>=0.1.2
50
51
- nbgrader
51
-
You can’t perform that action at this time.
0 commit comments