We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17bb9ce commit a0e9e50Copy full SHA for a0e9e50
setup.py
@@ -12,7 +12,7 @@
12
long_description="A Python implementation of global optimization with gaussian processes.",
13
install_requires=[
14
"numpy >= 1.9.0",
15
- "scipy >= 1.6.0",
+ "scipy >= 1.0.0",
16
"scikit-learn >= 0.18.0",
17
],
18
classifiers=[
0 commit comments