未验证 提交 066b7056 编写于 作者: G Guanghua Yu 提交者: GitHub

del setup python_version check (#1162)

上级 b007324c
......@@ -23,13 +23,6 @@ from setuptools import setup
slim_version = "2.3.0"
def python_version():
return [int(v) for v in platform.python_version().split(".")]
max_version, mid_version, min_version = python_version()
with open('./requirements.txt') as f:
setup_requires = f.read().splitlines()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册