Remove scipy dependency.

See #40884, #35709, #40789.
This commit is contained in:
Mihai Maruseac 2020-07-29 10:48:39 -07:00
parent 265de52331
commit 65341f73d1

View File

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