-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yaml
41 lines (41 loc) · 976 Bytes
/
environment.yaml
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
name: covid-qa
channels:
- defaults
dependencies:
- _libgcc_mutex=0.1=main
- ca-certificates=2020.1.1=0
- certifi=2020.4.5.1=py38_0
- ld_impl_linux-64=2.33.1=h53a641e_7
- libedit=3.1.20181209=hc058e9b_0
- libffi=3.3=he6710b0_1
- libgcc-ng=9.1.0=hdf63c60_0
- libstdcxx-ng=9.1.0=hdf63c60_0
- ncurses=6.2=he6710b0_1
- openssl=1.1.1g=h7b6447c_0
- pip=20.0.2=py38_3
- python=3.8.3=hcff3b4d_0
- readline=8.0=h7b6447c_0
- setuptools=46.4.0=py38_0
- sqlite=3.31.1=h62c20be_1
- tk=8.6.8=hbc83047_0
- wheel=0.34.2=py38_0
- xz=5.2.5=h7b6447c_0
- zlib=1.2.11=h7b6447c_3
- pip:
- chardet==3.0.4
- click==7.1.2
- filelock==3.0.12
- future==0.18.2
- idna==2.9
- joblib==0.15.1
- numpy==1.18.4
- regex==2020.5.14
- requests==2.23.0
- sacremoses==0.0.43
- sentencepiece==0.1.91
- six==1.15.0
- tokenizers==0.7.0
- torch==1.5.0
- tqdm==4.46.0
- transformers==2.10.0
- urllib3==1.25.9