diff --git a/Makefile b/Makefile index ba2bdf786..53d0b4203 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ SHELL := /bin/bash ifndef SPACY_EXTRAS -override SPACY_EXTRAS = spacy-lookups-data==1.0.0rc0 jieba spacy-pkuseg==0.0.28 sudachipy sudachidict_core pymorphy2 +override SPACY_EXTRAS = spacy-lookups-data==1.0.0 jieba spacy-pkuseg==0.0.28 sudachipy sudachidict_core pymorphy2 endif ifndef PYVER diff --git a/setup.cfg b/setup.cfg index a3de23a3f..d4ee0c991 100644 --- a/setup.cfg +++ b/setup.cfg @@ -66,7 +66,7 @@ console_scripts = [options.extras_require] lookups = - spacy_lookups_data>=1.0.0rc0,<1.1.0 + spacy_lookups_data>=1.0.0,<1.1.0 transformers = spacy_transformers>=1.0.0rc0,<1.1.0 ray =