Paddle needs numpy>=1.12

* because it uses `numpy.flip` in `test_image.py`
cblas_new
Yu Yang 8 years ago
parent 52b68cad42
commit 36d40b1b70

@ -22,7 +22,7 @@ setup(name="py_paddle",
package_data={'py_paddle':['*.py','_swig_paddle.so']}, package_data={'py_paddle':['*.py','_swig_paddle.so']},
install_requires = [ install_requires = [
'nltk>=3.2.2', 'nltk>=3.2.2',
'numpy>=1.8.0', # The numpy is required. 'numpy>=1.12.0', # The numpy is required.
'protobuf==${PROTOBUF_VERSION}' # The paddle protobuf version 'protobuf==${PROTOBUF_VERSION}' # The paddle protobuf version
], ],
url='http://www.paddlepaddle.org/', url='http://www.paddlepaddle.org/',

@ -14,7 +14,7 @@ packages=['paddle',
'paddle.v2.framework.proto'] 'paddle.v2.framework.proto']
setup_requires=["requests", setup_requires=["requests",
"numpy", "numpy>=1.12",
"protobuf==3.1", "protobuf==3.1",
"recordio", "recordio",
"matplotlib", "matplotlib",

Loading…
Cancel
Save