forked from youngbin-ro/Multi2OIE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
97 lines (97 loc) · 2.59 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
name: multi2oie
channels:
- conda-forge
- defaults
dependencies:
- _libgcc_mutex=0.1=main
- _pytorch_select=0.2=gpu_0
- attrs=19.3.0=py_0
- blas=1.0=mkl
- brotlipy=0.7.0=py37h8f50634_1000
- ca-certificates=2020.4.5.1=hecc5488_0
- catalogue=1.0.0=py_0
- certifi=2020.4.5.1=py37hc8dfbb8_0
- cffi=1.14.0=py37he30daa8_1
- chardet=3.0.4=py37hc8dfbb8_1006
- cryptography=2.9.2=py37hb09aad4_0
- cudatoolkit=10.1.243=h6bb024c_0
- cudnn=7.6.5=cuda10.1_0
- cymem=2.0.3=py37h3340039_1
- cython-blis=0.4.1=py37h8f50634_1
- idna=2.9=py_1
- importlib-metadata=1.6.0=py37hc8dfbb8_0
- importlib_metadata=1.6.0=0
- intel-openmp=2020.1=217
- joblib=0.15.1=py_0
- jsonschema=3.2.0=py37hc8dfbb8_1
- 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
- libgfortran-ng=7.3.0=hdf63c60_0
- libstdcxx-ng=9.1.0=hdf63c60_0
- mkl=2020.1=217
- mkl-service=2.3.0=py37he904b0f_0
- mkl_fft=1.0.15=py37ha843d7b_0
- mkl_random=1.1.1=py37h0573a6f_0
- murmurhash=1.0.0=py37h3340039_0
- ncurses=6.2=he6710b0_1
- ninja=1.9.0=py37hfd86e86_0
- numpy=1.18.1=py37h4f9e942_0
- numpy-base=1.18.1=py37hde5b4d6_1
- openssl=1.1.1g=h516909a_0
- pandas=1.0.3=py37h0573a6f_0
- pip=20.0.2=py37_3
- plac=0.9.6=py37_0
- preshed=3.0.2=py37h3340039_2
- pycparser=2.20=py_0
- pyopenssl=19.1.0=py_1
- pyrsistent=0.16.0=py37h8f50634_0
- pysocks=1.7.1=py37hc8dfbb8_1
- python=3.7.7=hcff3b4d_5
- python-dateutil=2.8.1=py_0
- python_abi=3.7=1_cp37m
- pytorch=1.4.0=cuda101py37h02f0884_0
- pytz=2020.1=py_0
- readline=8.0=h7b6447c_0
- requests=2.23.0=pyh8c360ce_2
- scikit-learn=0.22.1=py37hd81dba3_0
- scipy=1.4.1=py37h0b6359f_0
- setuptools=46.4.0=py37_0
- six=1.14.0=py37_0
- spacy=2.2.4=py37h99015e2_1
- sqlite=3.31.1=h62c20be_1
- srsly=1.0.2=py37h3340039_0
- thinc=7.4.0=py37h99015e2_2
- tk=8.6.8=hbc83047_0
- tqdm=4.46.0=pyh9f0ad1d_0
- urllib3=1.25.9=py_0
- wasabi=0.6.0=py_0
- wheel=0.34.2=py37_0
- xz=5.2.5=h7b6447c_0
- zipp=3.1.0=py_0
- zlib=1.2.11=h7b6447c_3
- pip:
- backcall==0.1.0
- click==7.1.2
- decorator==4.4.2
- docopt==0.6.2
- filelock==3.0.12
- ipdb==0.13.2
- ipython==7.14.0
- ipython-genutils==0.2.0
- jedi==0.17.0
- nltk==3.5
- parso==0.7.0
- pexpect==4.8.0
- pickleshare==0.7.5
- prompt-toolkit==3.0.5
- ptyprocess==0.6.0
- pygments==2.6.1
- regex==2020.5.14
- sacremoses==0.0.43
- sentencepiece==0.1.91
- tokenizers==0.7.0
- traitlets==4.3.3
- transformers==2.10.0
- wcwidth==0.1.9