未验证 提交 c1af4140 编写于 作者: C Chengmo 提交者: GitHub

fix setup (#85)

上级 fca1c52d
# Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. # coding=utf8
# Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved.
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
...@@ -21,7 +22,7 @@ from setuptools import setup, find_packages ...@@ -21,7 +22,7 @@ from setuptools import setup, find_packages
import shutil import shutil
import tempfile import tempfile
requires = ["paddlepaddle == 1.7.2", "PyYAML >= 5.1.1"] requires = ["paddlepaddle >= 1.7.2", "PyYAML >= 5.1.1"]
about = {} about = {}
about["__title__"] = "paddle-rec" about["__title__"] = "paddle-rec"
...@@ -97,10 +98,12 @@ shutil.rmtree(dirname) ...@@ -97,10 +98,12 @@ shutil.rmtree(dirname)
print(''' print('''
\033[32m \033[32m
_ _ _ _ _ _ _ _ _ ██████╗ █████╗ ██████╗ ██████╗ ██╗ ███████╗██████╗ ███████╗ ██████╗
/ \ / \ / \ / \ / \ / \ / \ / \ / \ ██╔══██╗██╔══██╗██╔══██╗██╔══██╗██║ ██╔════╝██╔══██╗██╔════╝██╔════╝
( P | A | D | D | L | E | - | R | E | C ) ██████╔╝███████║██║ ██║██║ ██║██║ █████╗ ██████╔╝█████╗ ██║
\_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ ██╔═══╝ ██╔══██║██║ ██║██║ ██║██║ ██╔══╝ ██╔══██╗██╔══╝ ██║
██║ ██║ ██║██████╔╝██████╔╝███████╗███████╗██║ ██║███████╗╚██████╗
╚═╝ ╚═╝ ╚═╝╚═════╝ ╚═════╝ ╚══════╝╚══════╝╚═╝ ╚═╝╚══════╝ ╚═════╝
\033[0m \033[0m
\033[34m \033[34m
Installation Complete. Congratulations! Installation Complete. Congratulations!
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册