提交 fa6abf9b 编写于 作者: M malin10

update

上级 83ab26c8
......@@ -23,6 +23,8 @@ before_install:
- sudo pip install pylint pytest astroid isort pre-commit
- sudo pip install kiwisolver
- sudo pip install paddlepaddle==1.7.2 --ignore-installed urllib3
- sudo pip uninstall -y rarfile
- sudo pip install -y rarfile==3.0
- sudo python setup.py install
- |
function timeout() { perl -e 'alarm shift; exec @ARGV' "$@"; }
......
......@@ -23,7 +23,7 @@ from setuptools import setup, find_packages
import shutil
import tempfile
requires = ["paddlepaddle == 1.7.2", "PyYAML >= 5.1.1", "rarfile == 3.0"]
requires = ["paddlepaddle == 1.7.2", "PyYAML >= 5.1.1"]
about = {}
about["__title__"] = "paddle-rec"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册