未验证 提交 415d7880 编写于 作者: M Mihai Maruseac 提交者: GitHub

Merge pull request #41866 from tensorflow/mm-scipy-r2.2

Remove scipy dependency.
......@@ -73,10 +73,6 @@ REQUIRED_PACKAGES = [
# functools comes with python3, need to install the backport for python2
'functools32 >= 3.2.3;python_version<"3"',
'six >= 1.12.0',
# scipy < 1.4.1 causes segfaults due to pybind11
# Latest scipy pip for py2 is scipy==1.2.2
'scipy == 1.4.1;python_version>="3"',
'scipy == 1.2.2;python_version<"3"',
]
if sys.byteorder == 'little':
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册