Skip to content

Commit 34ae1a2

Browse files
committed
changed extra requires
1 parent 15f4510 commit 34ae1a2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@
9292
extras_requires = {
9393
"test": tests_requires,
9494
"spacy": ["spacy>=2.1,<2.2"],
95-
"tensorflow_text": ["tensorflow_text~=1.15.1"],
96-
"tensorflow_hub": ["tensorflow_hub~=0.6.0"],
95+
"convert": ["tensorflow_text~=1.15.1", "tensorflow_hub~=0.6.0"],
9796
"mitie": ["mitie"],
9897
"sql": ["psycopg2~=2.8.2", "SQLAlchemy~=1.3"],
9998
}

0 commit comments

Comments
 (0)