-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathenvironment.yml
40 lines (40 loc) · 1.1 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
name: mnist
channels:
- conda-forge
- defaults
dependencies:
- atomicwrites=1.4.0=pyh9f0ad1d_0
- attrs=20.3.0=pyhd3deb0d_0
- ca-certificates=2020.12.5=h5b45459_0
- certifi=2020.12.5=py38haa244fe_1
- colorama=0.4.4=pyh9f0ad1d_0
- iniconfig=1.1.1=pyh9f0ad1d_0
- intel-openmp=2021.2.0=h57928b3_616
- libblas=3.9.0=8_mkl
- libcblas=3.9.0=8_mkl
- liblapack=3.9.0=8_mkl
- mkl=2020.4=hb70f87d_311
- more-itertools=8.7.0=pyhd8ed1ab_0
- numpy=1.20.2=py38h09042cb_0
- openssl=1.1.1k=h8ffe710_0
- packaging=20.9=pyh44b312d_0
- pip=21.0.1=pyhd8ed1ab_0
- pluggy=0.13.1=py38haa244fe_4
- py=1.10.0=pyhd3deb0d_0
- pyparsing=2.4.7=pyh9f0ad1d_0
- pytest=6.2.3=py38haa244fe_0
- python=3.8.8=h7840368_0_cpython
- python_abi=3.8=1_cp38
- setuptools=49.6.0=py38haa244fe_3
- sqlite=3.35.4=h8ffe710_0
- toml=0.10.2=pyhd8ed1ab_0
- vc=14.2=hb210afc_4
- vs2015_runtime=14.28.29325=h5e1d092_4
- wheel=0.36.2=pyhd3deb0d_0
- wincertstore=0.2=py38haa244fe_1006
- pip:
- pillow==8.2.0
- torch==1.8.1
- torch-testing==0.0.2
- torchvision==0.9.1
- typing-extensions==3.7.4.3