forked from danielroich/PTI
-
Notifications
You must be signed in to change notification settings - Fork 2
/
environment.yml
107 lines (107 loc) · 2.19 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
name: stylegan2
channels:
- pytorch
- defaults
dependencies:
- _libgcc_mutex=0.1
- _openmp_mutex=4.5
- blas=1.0
- ca-certificates=2021.7.5
- certifi=2021.5.30
- cudatoolkit=11.0.221
- freetype=2.10.4
- intel-openmp=2021.3.0
- jpeg=9b
- lcms2=2.12
- ld_impl_linux-64=2.35.1
- libffi=3.3
- libgcc-ng=9.3.0
- libgomp=9.3.0
- libpng=1.6.37
- libstdcxx-ng=9.3.0
- libtiff=4.2.0
- libuv=1.40.0
- libwebp-base=1.2.0
- lz4-c=1.9.3
- mkl=2021.3.0
- mkl-service=2.4.0
- mkl_fft=1.3.0
- mkl_random=1.2.2
- ncurses=6.2
- ninja=1.10.2
- numpy-base=1.20.3
- olefile=0.46
- openjpeg=2.3.0
- openssl=1.1.1k
- pillow=8.3.1
- pip=21.1.3
- python=3.7.11
- pytorch=1.7.1
- readline=8.1
- setuptools=52.0.0
- six=1.16.0
- sqlite=3.36.0
- tk=8.6.10
- torchaudio=0.7.2
- torchvision=0.8.2
- typing_extensions=3.10.0.0
- wheel=0.36.2
- xz=5.2.5
- zlib=1.2.11
- zstd=1.4.9
- pip:
- absl-py==0.13.0
- astor==0.8.1
- cached-property==1.5.2
- charset-normalizer==2.0.4
- click==8.0.1
- configparser==5.0.2
- cycler==0.10.0
- docker-pycreds==0.4.0
- flask==2.0.1
- gast==0.2.2
- gitdb==4.0.7
- gitpython==3.1.18
- google-pasta==0.2.0
- graphql-core==3.1.5
- grpcio==1.39.0
- h5py==3.3.0
- idna==3.2
- importlib-metadata==4.6.3
- itsdangerous==2.0.1
- jinja2==3.0.1
- keras-applications==1.0.8
- keras-preprocessing==1.1.2
- kiwisolver==1.3.1
- markdown==3.3.4
- markupsafe==2.0.1
- matplotlib==3.4.2
- numpy==1.21.1
- opencv-python==4.5.3.56
- opt-einsum==3.3.0
- pandas==1.3.1
- pathtools==0.1.2
- promise==2.3
- protobuf==3.17.3
- psutil==5.8.0
- pyparsing==2.4.7
- python-dateutil==2.8.2
- pytz==2021.1
- pyyaml==5.4.1
- requests==2.26.0
- scipy==1.7.0
- sentry-sdk==1.3.1
- shortuuid==1.0.1
- smmap==4.0.0
- tensorboard==1.15.0
- tensorflow==1.15.0
- tensorflow-estimator==1.15.1
- tensorflow-gpu==1.15.0
- termcolor==1.1.0
- tqdm==4.62.0
- urllib3==1.26.6
- wandb==0.11.1
- werkzeug==2.0.1
- wrapt==1.12.1
- zipp==3.5.0
prefix: /opt/conda/envs/stylegan2