Skip to content

Commit

Permalink
Merge pull request #388 from till-m/patch-1
Browse files Browse the repository at this point in the history
Add python version requirement, colorama version requirement
  • Loading branch information
bwheelz36 authored Dec 4, 2022
2 parents a840398 + ad6a6e2 commit c2ffbab
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 c2ffbab

Please sign in to comment.