Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
Browse files Browse the repository at this point in the history
… gfortran
  • Loading branch information
gangliao committed May 3, 2017
2 parents f27fd9d + b097f3e commit f0bd057
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/setup.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ packages=['paddle',
setup(name='paddle',
version='${PADDLE_VERSION}',
description='Parallel Distributed Deep Learning',
install_requires=[
"requests",
],
packages=packages,
package_dir={
'': '${CMAKE_CURRENT_SOURCE_DIR}'
Expand Down

0 comments on commit f0bd057

Please sign in to comment.