forked from earthlab/earth-analytics-python-env
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
57 lines (51 loc) · 861 Bytes
/
environment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
name: earth-analytics-python
channels:
- conda-forge
dependencies:
# Core scientific python
- numpy
- matplotlib
- python=3.6
- pyqt
- seaborn
# Extensions
- autopep8
# Geo stuff
- rasterstats
- geopy
- cartopy
- geopandas
- rasterio
- contextily
- pysal
- pyproj
- folium
- scikit-image
- gdal
- libgdal
- kealib
- geocoder
- geojson
# Natural language processing
- tweepy
- nltk
- textblob
# Jupyter Environment
- notebook
- ipython
- jupyter_contrib_nbextensions
- jupyterlab
- nb_conda
- pip:
# Utilities
- download
- nbgrader
- nbclean
- mne
- tqdm
- kiwisolver
# EA tools via pip
- mapboxgl
- sklearn
- hydrofunctions
- git+https://github.com/earthlab/earthpy.git@ad143d31ab4386eba93080a1803fea291d8ed684