mirror of https://github.com/explosion/spaCy.git
Allow spacy-transformers v1.2.x in transformers extra (#12092)
This commit is contained in:
parent
9e0322de1a
commit
e0168ccce9
|
@ -74,7 +74,7 @@ console_scripts =
|
||||||
lookups =
|
lookups =
|
||||||
spacy_lookups_data>=1.0.3,<1.1.0
|
spacy_lookups_data>=1.0.3,<1.1.0
|
||||||
transformers =
|
transformers =
|
||||||
spacy_transformers>=1.1.2,<1.2.0
|
spacy_transformers>=1.1.2,<1.3.0
|
||||||
ray =
|
ray =
|
||||||
spacy_ray>=0.1.0,<1.0.0
|
spacy_ray>=0.1.0,<1.0.0
|
||||||
cuda =
|
cuda =
|
||||||
|
|
Loading…
Reference in New Issue