forked from bird-house/flyingpigeon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
77 lines (77 loc) · 1.1 KB
/
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
name: flyingpigeon
channels:
- defaults
- birdhouse
# cartopy nco cdo ... etc
- ioos
- conda-forge
# ocgis
- nesii
# the r hell ...
- r
- bioconda
dependencies:
- python=2.7.12
- gcc=4.8.5
- pyopenssl=0.16.0
- cryptography=1.4
- icu=54.1
- libiconv=1.14
# tests
- pytest
# docs
- sphinx
- sphinx_rtd_theme
# ipython
- ipython=4.2.0
# wps
- nginx=1.10.1
- supervisor=3.1.3
- gunicorn=19.1.0
- gevent
- pywps=3.2.6
- mako
# misc
- pywget
- pyyaml
# cdo
- cdo=1.7.0
- jpeg=8d
# numeric
- pandas=0.18.1
- statsmodels=0.6.1
- scikit-learn=0.17.1
# cartopy
- cartopy=0.14.2 # conflicts with numpy >1.10
- iris=1.9.2 # conflicts with numpy >1.10
# ocgis ... drives me nuts :(
- ocgis-next=1.4.0.dev1
- esmpy=7.0.0
- icclim=4.1.1
- netcdf4=1.2.2
- libnetcdf=4.3.3.1=3
- gdal=1.11.3
- numpy=1.11.1
- proj.4=4.9.2
- udunits2=2.2.20
- geos=3.4.2
- cf_units=1.1
- curl=7.45
- fiona=1.6.3
- libspatialindex=1.8.5
- munch=2.0.4
- rtree=0.8.2
# analogue
- castf90=0.1.2
- nco=4.5.5
# r
- r=3.2.2
- rpy2=2.7.0
- r-mclust=5.1
- r-ncdf4=1.13
- r-fields=8.4
- pip:
- genshi==0.7
- pygbif==0.1.4
- cdo==1.3.0
- sphinx-autoapi==0.4.0