-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenvironment.yaml
More file actions
32 lines (31 loc) · 796 Bytes
/
environment.yaml
File metadata and controls
32 lines (31 loc) · 796 Bytes
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
name: fedbn
channels:
- defaults
dependencies:
- _libgcc_mutex=0.1=main
- ca-certificates=2020.10.14=0
- certifi=2020.6.20=pyhd3eb1b0_3
- ld_impl_linux-64=2.33.1=h53a641e_7
- libedit=3.1.20191231=h14c3975_1
- libffi=3.3=he6710b0_2
- libgcc-ng=9.1.0=hdf63c60_0
- libstdcxx-ng=9.1.0=hdf63c60_0
- ncurses=6.2=he6710b0_1
- openssl=1.1.1h=h7b6447c_0
- pip=20.2.4=py37h06a4308_0
- python=3.7.9=h7579374_0
- readline=8.0=h7b6447c_0
- setuptools=50.3.1=py37h06a4308_1
- sqlite=3.33.0=h62c20be_0
- tk=8.6.10=hbc83047_0
- wheel=0.35.1=pyhd3eb1b0_0
- xz=5.2.5=h7b6447c_0
- zlib=1.2.11=h7b6447c_3
- pip:
- dataclasses==0.6
- future==0.18.2
- numpy==1.19.4
- pillow==8.0.1
- torch==1.7.0
- torchvision==0.8.1
- typing-extensions==3.7.4.3