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:
authorYuhao Zhang <zyh@stanford.edu>2019-03-08 06:13:41 +0300
committerYuhao Zhang <zyh@stanford.edu>2019-03-08 06:13:41 +0300
commit3f223b9bcd06f8576857224ad2cb09c00156f5f2 (patch)
treec3e4a86965cf859e04f6d6d712f4476c836b4560 /setup.py
parent828ef2e5b9b700ad49b7e9c1cc7f558103413b2f (diff)
Add pytorch version
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 cd8be6d6..ae8d7917 100644
--- a/setup.py
+++ b/setup.py
@@ -66,7 +66,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=['numpy', 'protobuf', 'requests', 'torch', 'tqdm'],
+ install_requires=['numpy', 'protobuf', 'requests', 'torch>=1.0.0', 'tqdm'],
# List additional groups of dependencies here (e.g. development
# dependencies). You can install these using the following syntax,