We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f4510 commit 34ae1a2Copy full SHA for 34ae1a2
setup.py
@@ -92,8 +92,7 @@
92
extras_requires = {
93
"test": tests_requires,
94
"spacy": ["spacy>=2.1,<2.2"],
95
- "tensorflow_text": ["tensorflow_text~=1.15.1"],
96
- "tensorflow_hub": ["tensorflow_hub~=0.6.0"],
+ "convert": ["tensorflow_text~=1.15.1", "tensorflow_hub~=0.6.0"],
97
"mitie": ["mitie"],
98
"sql": ["psycopg2~=2.8.2", "SQLAlchemy~=1.3"],
99
}
0 commit comments