We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a840398 + ad6a6e2 commit c2ffbabCopy full SHA for c2ffbab
setup.py
@@ -10,11 +10,12 @@
10
author_email="[email protected]",
11
description='Bayesian Optimization package',
12
long_description="A Python implementation of global optimization with gaussian processes.",
13
+ python_requires='>= 3.7',
14
install_requires=[
15
"numpy >= 1.9.0",
16
"scipy >= 1.0.0",
17
"scikit-learn >= 0.18.0",
- "colorama"
18
+ "colorama >= 0.4.6"
19
],
20
classifiers=[
21
'License :: OSI Approved :: MIT License',
0 commit comments