Skip to content

Commit 73ae2db

Browse files
committed
reduce scipy version
1 parent 229f3ca commit 73ae2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
long_description="A Python implementation of global optimization with gaussian processes.",
1313
install_requires=[
1414
"numpy >= 1.9.0",
15-
"scipy >= 1.6.0",
15+
"scipy >= 1.0.0",
1616
"scikit-learn >= 0.18.0",
1717
],
1818
classifiers=[

0 commit comments

Comments
 (0)