-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
96 lines (96 loc) · 2.99 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
name: SpecGAN
channels:
- pytorch
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
- conda-forge
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch3d/
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/peterjc123/
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/menpo/
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2/
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
- defaults
dependencies:
- beautifulsoup4=4.11.1=pyha770c72_0
- blas=2.116=mkl
- blas-devel=3.9.0=16_win64_mkl
- ca-certificates=2022.9.24=h5b45459_0
- cudatoolkit=11.1.1=heb2d755_10
- freetype=2.12.1=h546665d_0
- intel-openmp=2022.1.0=h57928b3_3787
- jpeg=9b=hb83a4c4_2
- libblas=3.9.0=16_win64_mkl
- libcblas=3.9.0=16_win64_mkl
- liblapack=3.9.0=16_win64_mkl
- liblapacke=3.9.0=16_win64_mkl
- libpng=1.6.38=h19919ed_0
- libsqlite=3.39.4=hcfcfb64_0
- libtiff=4.0.9=hf1753bf_1
- libuv=1.44.2=h8ffe710_0
- libwebp=1.2.4=h8ffe710_0
- libwebp-base=1.2.4=h8ffe710_0
- libzlib=1.2.13=hcfcfb64_4
- m2w64-gcc-libgfortran=5.3.0=6
- m2w64-gcc-libs=5.3.0=7
- m2w64-gcc-libs-core=5.3.0=7
- m2w64-gmp=6.1.0=2
- m2w64-libwinpthread-git=5.0.0.4634.697f757=2
- mkl=2022.1.0=h6a75c08_874
- mkl-devel=2022.1.0=h57928b3_875
- mkl-include=2022.1.0=h6a75c08_874
- msys2-conda-epoch=20160418=1
- ninja=1.11.0=h2d74725_0
- numpy=1.21.6=py37h2830a78_0
- openssl=3.0.7=hcfcfb64_0
- pillow=9.2.0=py37hdc2b20a_1
- pip=22.3.1=pyhd8ed1ab_0
- python=3.7.12=h900ac77_100_cpython
- python_abi=3.7=2_cp37m
- pytorch=1.9.0=py3.7_cuda11.1_cudnn8_0
- scipy=1.7.3=py37hb6553fb_0
- setuptools=65.5.1=pyhd8ed1ab_0
- soupsieve=2.3.2.post1=pyhd8ed1ab_0
- sqlite=3.39.4=hcfcfb64_0
- tbb=2021.6.0=h91493d7_1
- tk=8.6.12=h8ffe710_0
- torchaudio=0.9.0=py37
- torchvision=0.10.0=py37_cu111
- typing_extensions=4.4.0=pyha770c72_0
- ucrt=10.0.22621.0=h57928b3_0
- vc=14.3=h3d8a991_9
- vs2015_runtime=14.32.31332=h1d6e394_9
- wheel=0.38.4=pyhd8ed1ab_0
- zlib=1.2.13=hcfcfb64_4
- pip:
- addict==2.4.0
- certifi==2022.9.24
- charset-normalizer==2.1.1
- click==8.1.3
- colorama==0.4.6
- commonmark==0.9.1
- idna==3.4
- importlib-metadata==5.0.0
- markdown==3.4.1
- model-index==0.1.11
- opencv-python==4.6.0.66
- openmim==0.3.3
- ordered-set==4.1.0
- packaging==21.3
- pandas==1.3.5
- pyparsing==3.0.9
- pyproj==3.2.1
- python-dateutil==2.8.2
- pytz==2022.6
- regex==2022.10.31
- requests==2.28.1
- rich==12.6.0
- six==1.16.0
- tabulate==0.9.0
- urllib3==1.26.12
- yapf==0.32.0
- zipp==3.10.0
prefix: C:\Users\leisen\Anaconda3\envs\SpecGAN