Skip to content

Commit 6344789

Browse files
committed
add nltk dependency in paddle/setup.py.in
1 parent bb51f0a commit 6344789

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

paddle/setup.py.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ setup(name="py_paddle",
2121
include_package_data=True,
2222
package_data={'py_paddle':['*.py','_swig_paddle.so']},
2323
install_requires = [
24+
'nltk>=3.2.2',
2425
'numpy>=1.8.0', # The numpy is required.
2526
'protobuf>=${PROTOBUF_VERSION}' # The paddle protobuf version
2627
],

0 commit comments

Comments
 (0)