alues closed pull request #9839: update setup config
URL: https://github.com/apache/incubator-mxnet/pull/9839
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/python/setup.py b/python/setup.py
index cf94adf982..c7966f88fc 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -28,7 +28,7 @@
else:
from setuptools import setup
from setuptools.extension import Extension
- kwargs = {'install_requires': ['numpy<=1.13.3,>=1.8.2',
'requests==2.18.4', 'graphviz==0.8.1'], 'zip_safe': False}
+ kwargs = {'install_requires': ['numpy<=1.14.0,>=1.8.2',
'requests==2.18.4', 'graphviz==0.8.1'], 'zip_safe': False}
from setuptools import find_packages
with_cython = False
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services