Skip to content

Commit c1af414

Browse files
authored
fix setup (#85)
1 parent fca1c52 commit c1af414

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

setup.py

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved.
1+
# coding=utf8
2+
# Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved.
23
#
34
# Licensed under the Apache License, Version 2.0 (the "License");
45
# you may not use this file except in compliance with the License.
@@ -21,7 +22,7 @@
2122
import shutil
2223
import tempfile
2324

24-
requires = ["paddlepaddle == 1.7.2", "PyYAML >= 5.1.1"]
25+
requires = ["paddlepaddle >= 1.7.2", "PyYAML >= 5.1.1"]
2526

2627
about = {}
2728
about["__title__"] = "paddle-rec"
@@ -97,10 +98,12 @@ def build(dirname):
9798

9899
print('''
99100
\033[32m
100-
_ _ _ _ _ _ _ _ _
101-
/ \ / \ / \ / \ / \ / \ / \ / \ / \
102-
( P | A | D | D | L | E | - | R | E | C )
103-
\_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/
101+
██████╗ █████╗ ██████╗ ██████╗ ██╗ ███████╗██████╗ ███████╗ ██████╗
102+
██╔══██╗██╔══██╗██╔══██╗██╔══██╗██║ ██╔════╝██╔══██╗██╔════╝██╔════╝
103+
██████╔╝███████║██║ ██║██║ ██║██║ █████╗ ██████╔╝█████╗ ██║
104+
██╔═══╝ ██╔══██║██║ ██║██║ ██║██║ ██╔══╝ ██╔══██╗██╔══╝ ██║
105+
██║ ██║ ██║██████╔╝██████╔╝███████╗███████╗██║ ██║███████╗╚██████╗
106+
╚═╝ ╚═╝ ╚═╝╚═════╝ ╚═════╝ ╚══════╝╚══════╝╚═╝ ╚═╝╚══════╝ ╚═════╝
104107
\033[0m
105108
\033[34m
106109
Installation Complete. Congratulations!

0 commit comments

Comments
 (0)