Merge pull request #41867 from tensorflow/mm-scipy-r2.3

Remove scipy dependency.
This commit is contained in:
Mihai Maruseac 2020-09-18 09:41:05 -07:00 committed by GitHub
commit 254c701480
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,8 +69,6 @@ REQUIRED_PACKAGES = [
'wrapt >= 1.11.1',
'wheel >= 0.26',
'six >= 1.12.0',
# scipy < 1.4.1 causes segfaults due to pybind11
'scipy == 1.4.1',
]
if sys.byteorder == 'little':