-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
51 lines (50 loc) · 1.29 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
name: pokeGAN_fusion
channels:
- pytorch
- defaults
dependencies:
- blas=1.0=mkl
- ca-certificates=2020.1.1=0
- certifi=2020.4.5.1=py38_0
- cudatoolkit=10.2.89=h74a9793_1
- freetype=2.9.1=ha9979f8_1
- icc_rt=2019.0.0=h0cc432a_1
- intel-openmp=2020.1=216
- jpeg=9b=hb83a4c4_2
- libpng=1.6.37=h2a8f88b_0
- libtiff=4.1.0=h56a325e_1
- lz4-c=1.9.2=h62dcd97_0
- mkl=2020.1=216
- mkl-service=2.3.0=py38hb782905_0
- mkl_fft=1.0.15=py38h14836fe_0
- mkl_random=1.1.1=py38h47e9c7a_0
- ninja=1.9.0=py38h74a9793_0
- numpy-base=1.18.1=py38hc3f5095_1
- olefile=0.46=py_0
- openssl=1.1.1g=he774522_0
- pillow=7.1.2=py38hcc1f983_0
- pip=20.0.2=py38_3
- python=3.8.3=he1778fa_0
- pytorch=1.5.0=py3.8_cuda102_cudnn7_0
- setuptools=47.1.1=py38_0
- six=1.15.0=py_0
- sqlite=3.31.1=h2a8f88b_1
- tk=8.6.8=hfa6e2cd_0
- torchvision=0.6.0=py38_cu102
- vc=14.1=h0510ff6_4
- vs2015_runtime=14.16.27012=hf0eaf9b_2
- wheel=0.34.2=py38_0
- wincertstore=0.2=py38_0
- xz=5.2.5=h62dcd97_0
- zlib=1.2.11=h62dcd97_4
- zstd=1.4.4=ha9fde0e_3
- pip:
- cycler==0.10.0
- kiwisolver==1.2.0
- matplotlib==3.2.1
- numpy==1.18.5
- pandas==1.0.4
- pyparsing==2.4.7
- python-dateutil==2.8.1
- pytz==2020.1
prefix: C:\Users\Jason\Anaconda3\envs\pokeGAN_fusion