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>2019-01-23 11:26:52 +0300
committerJ38 <jebolton@stanford.edu>2019-01-23 11:26:52 +0300
commit09854d25f7cd0e1e1a404adc24ec3ffd25e5856d (patch)
treefae70cc7391aab572a4f057208408e930e2f8959 /setup.py
parent532174ffd2db35e7588067aabb332a052384e5a7 (diff)
add tqdm to setup.py
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 877e4a29..f259c2ae 100644
--- a/setup.py
+++ b/setup.py
@@ -59,7 +59,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=['clint', 'numpy', 'ply', 'protobuf', 'requests', 'torch'],
+ install_requires=['numpy', 'ply', 'protobuf', 'requests', 'tqdm', 'torch'],
# List additional groups of dependencies here (e.g. development
# dependencies). You can install these using the following syntax,