Blame view

install/conda_env_nc2cdf.yml 911 Bytes
5ab287f2   Nathanael Jourdane   First commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: nc2cdf
channels:
- defaults
- http://conda.binstar.org/roipoussiere
dependencies:
- curl=7.49.0=1
- hdf4=4.2.11=0
- hdf5=1.8.17=1
- jpeg=9b=0
- libnetcdf=4.4.1=0
- mkl=2017.0.1=0
- netcdf4=1.2.4=np111py36_0
- numpy=1.11.3=py36_0
- openssl=1.0.2k=0
- pip=9.0.1=py36_1
- python=3.6.0=0
- readline=6.2=2
- setuptools=27.2.0=py36_0
- sqlite=3.13.0=0
- tk=8.5.18=0
- wheel=0.29.0=py36_0
- xz=5.2.2=1
- zlib=1.2.8=3
- pip:
64b2f990   Nathanael Jourdane   Add documentation...
25
26
  - alabaster==0.7.9
  - babel==2.3.4
b264ceef   Nathanael Jourdane   Fix dependency files
27
28
  - cycler==0.10.0
  - decorator==4.0.11
64b2f990   Nathanael Jourdane   Add documentation...
29
  - docutils==0.13.1
b264ceef   Nathanael Jourdane   Fix dependency files
30
31
  - ffnet==0.8.3
  - h5py==2.6.0
64b2f990   Nathanael Jourdane   Add documentation...
32
33
34
  - imagesize==0.7.1
  - jinja2==2.9.5
  - markupsafe==0.23
b264ceef   Nathanael Jourdane   Fix dependency files
35
36
  - matplotlib==2.0.0
  - networkx==1.11
64b2f990   Nathanael Jourdane   Add documentation...
37
  - pygments==2.2.0
b264ceef   Nathanael Jourdane   Fix dependency files
38
39
  - pyparsing==2.1.10
  - python-dateutil==2.6.0
5ab287f2   Nathanael Jourdane   First commit
40
  - pytz==2016.10
64b2f990   Nathanael Jourdane   Add documentation...
41
  - requests==2.13.0
b264ceef   Nathanael Jourdane   Fix dependency files
42
  - scipy==0.18.1
5ab287f2   Nathanael Jourdane   First commit
43
  - six==1.10.0
64b2f990   Nathanael Jourdane   Add documentation...
44
  - snowballstemmer==1.2.1
b264ceef   Nathanael Jourdane   Fix dependency files
45
  - spacepy==0.1.6
64b2f990   Nathanael Jourdane   Add documentation...
46
  - sphinx==1.5.3
5ab287f2   Nathanael Jourdane   First commit
47
prefix: /home/nathanael/.anaconda3/envs/nc2cdf