Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
till-m authored Dec 2, 2022
1 parent a840398 commit ad6a6e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@
author_email="[email protected]",
description='Bayesian Optimization package',
long_description="A Python implementation of global optimization with gaussian processes.",
python_requires='>= 3.7',
install_requires=[
"numpy >= 1.9.0",
"scipy >= 1.0.0",
"scikit-learn >= 0.18.0",
"colorama"
"colorama >= 0.4.6"
],
classifiers=[
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit ad6a6e2

Please sign in to comment.