-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathenvironment.yml
More file actions
49 lines (48 loc) · 1.1 KB
/
environment.yml
File metadata and controls
49 lines (48 loc) · 1.1 KB
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
name: DeepLoc_TFv1.0
channels: !!python/tuple
- !!python/unicode
'conda-forge'
- !!python/unicode
'defaults'
dependencies:
- conda-forge::ca-certificates=2017.1.23=0
- conda-forge::certifi=2017.1.23=py27_0
- conda-forge::ncurses=5.9=10
- conda-forge::openssl=1.0.2h=3
- conda-forge::pip=9.0.1=py27_0
- conda-forge::python=2.7.12=2
- conda-forge::readline=6.2=0
- conda-forge::setuptools=33.1.0=py27_0
- conda-forge::sqlite=3.13.0=1
- conda-forge::tk=8.5.19=1
- conda-forge::wheel=0.29.0=py27_0
- conda-forge::zlib=1.2.11=0
- pip:
- appdirs==1.4.3
- cycler==0.10.0
- dask==0.14.0
- decorator==4.0.11
- funcsigs==1.0.2
- functools32==3.2.3.post2
- h5py==2.6.0
- mahotas==1.4.3
- matplotlib==2.0.0
- mock==2.0.0
- networkx==1.11
- numpy==1.12.0
- olefile==0.44
- packaging==16.8
- pandas==0.19.2
- pbr==2.0.0
- pillow==4.0.0
- protobuf==3.2.0
- pyparsing==2.2.0
- python-dateutil==2.6.0
- pytz==2016.10
- scikit-image==0.12.3
- scipy==0.19.0
- six==1.10.0
- subprocess32==3.2.7
# - tensorflow-gpu==1.0.1
- toolz==0.8.2
prefix: /home/okraus/anaconda2/envs/DeepLoc_TFv1.0