Commit b264ceef17bf87f3c677fe25a034c7c68fb543d8
1 parent
e681de95
Exists in
master
Fix dependency files
Showing
2 changed files
with
23 additions
and
14 deletions
Show diff stats
install/conda_env_nc2cdf.yml
... | ... | @@ -24,15 +24,25 @@ dependencies: |
24 | 24 | - pip: |
25 | 25 | - alabaster==0.7.9 |
26 | 26 | - babel==2.3.4 |
27 | + - cycler==0.10.0 | |
28 | + - decorator==4.0.11 | |
27 | 29 | - docutils==0.13.1 |
30 | + - ffnet==0.8.3 | |
31 | + - h5py==2.6.0 | |
28 | 32 | - imagesize==0.7.1 |
29 | 33 | - jinja2==2.9.5 |
30 | 34 | - markupsafe==0.23 |
35 | + - matplotlib==2.0.0 | |
36 | + - networkx==1.11 | |
31 | 37 | - pygments==2.2.0 |
38 | + - pyparsing==2.1.10 | |
39 | + - python-dateutil==2.6.0 | |
32 | 40 | - pytz==2016.10 |
33 | 41 | - requests==2.13.0 |
42 | + - scipy==0.18.1 | |
34 | 43 | - six==1.10.0 |
35 | 44 | - snowballstemmer==1.2.1 |
45 | + - spacepy==0.1.6 | |
36 | 46 | - sphinx==1.5.3 |
37 | 47 | prefix: /home/nathanael/.anaconda3/envs/nc2cdf |
38 | 48 | ... | ... |
install/pip_req_nc2cdf.txt
1 | -appdirs==1.4.0 | |
1 | +alabaster==0.7.9 | |
2 | +appdirs==1.4.2 | |
3 | +Babel==2.3.4 | |
2 | 4 | cycler==0.10.0 |
3 | 5 | decorator==4.0.11 |
4 | -functools32==3.2.3.post2 | |
6 | +docutils==0.13.1 | |
7 | +ffnet==0.8.3 | |
5 | 8 | h5py==2.6.0 |
9 | +imagesize==0.7.1 | |
10 | +Jinja2==2.9.5 | |
11 | +MarkupSafe==0.23 | |
6 | 12 | matplotlib==2.0.0 |
7 | 13 | netCDF4==1.2.7 |
8 | 14 | networkx==1.11 |
9 | 15 | numpy==1.12.0 |
10 | 16 | packaging==16.8 |
17 | +pkg-resources==0.0.0 | |
18 | +Pygments==2.2.0 | |
11 | 19 | pyparsing==2.1.10 |
12 | 20 | python-dateutil==2.6.0 |
13 | 21 | pytz==2016.10 |
14 | -scipy==0.18.1 | |
15 | -six==1.10.0 | |
16 | -subprocess32==3.2.7 | |
17 | -alabaster==0.7.9 | |
18 | -babel==2.3.4 | |
19 | -docutils==0.13.1 | |
20 | -imagesize==0.7.1 | |
21 | -jinja2==2.9.5 | |
22 | -markupsafe==0.23 | |
23 | -pygments==2.2.0 | |
24 | -pytz==2016.10 | |
25 | 22 | requests==2.13.0 |
23 | +scipy==0.18.1 | |
26 | 24 | six==1.10.0 |
27 | 25 | snowballstemmer==1.2.1 |
28 | -sphinx==1.5.3 | |
26 | +spacepy==0.1.6 | |
27 | +Sphinx==1.5.3 | ... | ... |