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,15 +24,25 @@ dependencies: | ||
24 | - pip: | 24 | - pip: |
25 | - alabaster==0.7.9 | 25 | - alabaster==0.7.9 |
26 | - babel==2.3.4 | 26 | - babel==2.3.4 |
27 | + - cycler==0.10.0 | ||
28 | + - decorator==4.0.11 | ||
27 | - docutils==0.13.1 | 29 | - docutils==0.13.1 |
30 | + - ffnet==0.8.3 | ||
31 | + - h5py==2.6.0 | ||
28 | - imagesize==0.7.1 | 32 | - imagesize==0.7.1 |
29 | - jinja2==2.9.5 | 33 | - jinja2==2.9.5 |
30 | - markupsafe==0.23 | 34 | - markupsafe==0.23 |
35 | + - matplotlib==2.0.0 | ||
36 | + - networkx==1.11 | ||
31 | - pygments==2.2.0 | 37 | - pygments==2.2.0 |
38 | + - pyparsing==2.1.10 | ||
39 | + - python-dateutil==2.6.0 | ||
32 | - pytz==2016.10 | 40 | - pytz==2016.10 |
33 | - requests==2.13.0 | 41 | - requests==2.13.0 |
42 | + - scipy==0.18.1 | ||
34 | - six==1.10.0 | 43 | - six==1.10.0 |
35 | - snowballstemmer==1.2.1 | 44 | - snowballstemmer==1.2.1 |
45 | + - spacepy==0.1.6 | ||
36 | - sphinx==1.5.3 | 46 | - sphinx==1.5.3 |
37 | prefix: /home/nathanael/.anaconda3/envs/nc2cdf | 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 | cycler==0.10.0 | 4 | cycler==0.10.0 |
3 | decorator==4.0.11 | 5 | decorator==4.0.11 |
4 | -functools32==3.2.3.post2 | 6 | +docutils==0.13.1 |
7 | +ffnet==0.8.3 | ||
5 | h5py==2.6.0 | 8 | h5py==2.6.0 |
9 | +imagesize==0.7.1 | ||
10 | +Jinja2==2.9.5 | ||
11 | +MarkupSafe==0.23 | ||
6 | matplotlib==2.0.0 | 12 | matplotlib==2.0.0 |
7 | netCDF4==1.2.7 | 13 | netCDF4==1.2.7 |
8 | networkx==1.11 | 14 | networkx==1.11 |
9 | numpy==1.12.0 | 15 | numpy==1.12.0 |
10 | packaging==16.8 | 16 | packaging==16.8 |
17 | +pkg-resources==0.0.0 | ||
18 | +Pygments==2.2.0 | ||
11 | pyparsing==2.1.10 | 19 | pyparsing==2.1.10 |
12 | python-dateutil==2.6.0 | 20 | python-dateutil==2.6.0 |
13 | pytz==2016.10 | 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 | requests==2.13.0 | 22 | requests==2.13.0 |
23 | +scipy==0.18.1 | ||
26 | six==1.10.0 | 24 | six==1.10.0 |
27 | snowballstemmer==1.2.1 | 25 | snowballstemmer==1.2.1 |
28 | -sphinx==1.5.3 | 26 | +spacepy==0.1.6 |
27 | +Sphinx==1.5.3 |