提交 6344789a 编写于 作者: Q qiaolongfei

add nltk dependency in paddle/setup.py.in

上级 bb51f0a2
......@@ -21,6 +21,7 @@ setup(name="py_paddle",
include_package_data=True,
package_data={'py_paddle':['*.py','_swig_paddle.so']},
install_requires = [
'nltk>=3.2.2',
'numpy>=1.8.0', # The numpy is required.
'protobuf>=${PROTOBUF_VERSION}' # The paddle protobuf version
],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册