mirror of https://github.com/explosion/spaCy.git
Add transformers to extras_require [ci skip]
This commit is contained in:
parent
6965cdf16d
commit
52e4586ec1
|
@ -66,6 +66,8 @@ console_scripts =
|
||||||
[options.extras_require]
|
[options.extras_require]
|
||||||
lookups =
|
lookups =
|
||||||
spacy_lookups_data==1.0.0rc0
|
spacy_lookups_data==1.0.0rc0
|
||||||
|
transformers =
|
||||||
|
spacy_transformers>=1.0.0a17,<1.0.0
|
||||||
cuda =
|
cuda =
|
||||||
cupy>=5.0.0b4,<9.0.0
|
cupy>=5.0.0b4,<9.0.0
|
||||||
cuda80 =
|
cuda80 =
|
||||||
|
|
Loading…
Reference in New Issue