-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yaml
More file actions
71 lines (71 loc) · 2.07 KB
/
environment.yaml
File metadata and controls
71 lines (71 loc) · 2.07 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
name: pytorch_tutorials
channels:
- pytorch
- defaults
dependencies:
- blas=1.0=mkl
- brotlipy=0.7.0=py38h2bbff1b_1003
- ca-certificates=2022.10.11=haa95532_0
- certifi=2022.9.24=py38haa95532_0
- cffi=1.15.1=py38h2bbff1b_3
- charset-normalizer=2.0.4=pyhd3eb1b0_0
- cryptography=38.0.1=py38h21b164f_0
- cudatoolkit=11.3.1=h59b6b97_2
- flit-core=3.6.0=pyhd3eb1b0_0
- freetype=2.12.1=ha860e81_0
- idna=3.4=py38haa95532_0
- intel-openmp=2021.4.0=haa95532_3556
- jpeg=9e=h2bbff1b_0
- lerc=3.0=hd77b12b_0
- libdeflate=1.8=h2bbff1b_5
- libffi=3.4.2=hd77b12b_6
- libpng=1.6.37=h2a8f88b_0
- libtiff=4.4.0=h8a3f274_2
- libuv=1.40.0=he774522_0
- libwebp=1.2.4=h2bbff1b_0
- libwebp-base=1.2.4=h2bbff1b_0
- lz4-c=1.9.3=h2bbff1b_1
- mkl=2021.4.0=haa95532_640
- mkl-service=2.4.0=py38h2bbff1b_0
- mkl_fft=1.3.1=py38h277e83a_0
- mkl_random=1.2.2=py38hf11a4ad_0
- numpy=1.23.4=py38h3b20f71_0
- numpy-base=1.23.4=py38h4da318b_0
- openssl=1.1.1s=h2bbff1b_0
- pillow=9.2.0=py38hdc2b20a_1
- pip=22.2.2=py38haa95532_0
- pycparser=2.21=pyhd3eb1b0_0
- pyopenssl=22.0.0=pyhd3eb1b0_0
- pysocks=1.7.1=py38haa95532_0
- python=3.8.15=h6244533_2
- pytorch=1.11.0=py3.8_cuda11.3_cudnn8_0
- pytorch-mutex=1.0=cuda
- requests=2.28.1=py38haa95532_0
- setuptools=65.5.0=py38haa95532_0
- six=1.16.0=pyhd3eb1b0_1
- sqlite=3.40.0=h2bbff1b_0
- tk=8.6.12=h2bbff1b_0
- torchaudio=0.11.0=py38_cu113
- torchvision=0.12.0=py38_cu113
- typing_extensions=4.4.0=py38haa95532_0
- urllib3=1.26.12=py38haa95532_0
- vc=14.2=h21ff451_1
- vs2015_runtime=14.27.29016=h5e58377_2
- wheel=0.37.1=pyhd3eb1b0_0
- win_inet_pton=1.1.0=py38haa95532_0
- wincertstore=0.2=py38haa95532_2
- xz=5.2.8=h8cc25b3_0
- zlib=1.2.13=h8cc25b3_0
- zstd=1.5.2=h19a0ad4_0
- pip:
- contourpy==1.0.6
- cycler==0.11.0
- fonttools==4.38.0
- kiwisolver==1.4.4
- matplotlib==3.6.2
- opencv-python==4.6.0.66
- packaging==22.0
- pyparsing==3.0.9
- python-dateutil==2.8.2
- torchsummary==1.5.1
prefix: C:\ProgramData\Miniconda3\envs\pytorch_tutorials