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-17 12:08:00 +0300
committerJ38 <jebolton@stanford.edu>2019-01-17 12:08:00 +0300
commit577f9cbb38e5fdd90fb13018b015fac54f65d1ed (patch)
tree6dab51e111ba1934063bad7fec05cd854fe37868 /setup.py
parent336d4ad43d1d2720c9c6ffc33dea8f2ee9576161 (diff)
set versions
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 d404d612..25253bc4 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=['numpy', 'ply', 'protobuf', 'requests >= 2.10.0', 'torch >= 0.4.1'],
+ install_requires=['numpy == 1.5.14', 'ply', 'protobuf == 3.6.1', 'requests == 2.21.0', 'torch == 1.0.0'],
# List additional groups of dependencies here (e.g. development
# dependencies). You can install these using the following syntax,