未验证 提交 68175d00 编写于 作者: D Dong Daxiang 提交者: GitHub

Merge pull request #14 from qjing666/master

add paddlepaddle as install requirement
...@@ -12,5 +12,5 @@ ...@@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
""" PaddleFL version string """ """ PaddleFL version string """
fl_version = "0.1.0" fl_version = "0.1.1"
module_proto_version = "0.1.0" module_proto_version = "0.1.1"
...@@ -26,11 +26,10 @@ from paddle_fl.version import fl_version ...@@ -26,11 +26,10 @@ from paddle_fl.version import fl_version
def python_version(): def python_version():
return [int(v) for v in platform.python_version().split(".")] return [int(v) for v in platform.python_version().split(".")]
max_version, mid_version, min_version = python_version() max_version, mid_version, min_version = python_version()
REQUIRED_PACKAGES = [ REQUIRED_PACKAGES = [
'six >= 1.10.0', 'protobuf >= 3.1.0', 'six >= 1.10.0', 'protobuf >= 3.1.0','paddlepaddle >= 1.6'
] ]
if max_version < 3: if max_version < 3:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册