Skip to content

Commit b0b7204

Browse files
committed
Necessary pkgs for ELMo
1 parent d66f7e2 commit b0b7204

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@
2525
install_requires=[
2626
'torch>=1.7.1',
2727
'transformers>=4.0.0',
28-
'allennlp',
2928
'nltk',
3029
'stanza',
3130
'dill'],
31+
extras_require={
32+
'elmo': ['allennlp']
33+
},
3234
entry_points={
3335
'console_scripts': [
3436
'biaffine-dep=supar.cmds.biaffine_dep:main',

0 commit comments

Comments
 (0)