Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stanfordnlp/stanza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ38 <jebolton@stanford.edu>2021-11-04 14:42:52 +0300
committerJohn Bauer <horatio@gmail.com>2022-04-23 07:36:46 +0300
commitdea5403b9abb9c8cc38afec5fdadb9e64b66b13f (patch)
treef0cbd07d8146e0cd4cbb0a5a90aed4c9fab2b898 /setup.py
parentf58adc0fa9bddbdb7cec50452699aecd4911bf96 (diff)
add transformers
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 042e4502..f9898a91 100644
--- a/setup.py
+++ b/setup.py
@@ -76,7 +76,7 @@ setup(
# your project is installed. For an analysis of "install_requires" vs pip's
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
- install_requires=['emoji', 'numpy', 'protobuf', 'requests', 'six', 'torch>=1.3.0', 'tqdm'],
+ install_requires=['emoji', 'numpy', 'protobuf', 'requests', 'six', 'torch>=1.3.0', 'tqdm', 'transformers'],
# List required Python versions
python_requires='>=3.6',