Skip to content

Commit c2ffbab

Browse files
authored
Merge pull request #388 from till-m/patch-1
Add python version requirement, colorama version requirement
2 parents a840398 + ad6a6e2 commit c2ffbab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@
1010
author_email="[email protected]",
1111
description='Bayesian Optimization package',
1212
long_description="A Python implementation of global optimization with gaussian processes.",
13+
python_requires='>= 3.7',
1314
install_requires=[
1415
"numpy >= 1.9.0",
1516
"scipy >= 1.0.0",
1617
"scikit-learn >= 0.18.0",
17-
"colorama"
18+
"colorama >= 0.4.6"
1819
],
1920
classifiers=[
2021
'License :: OSI Approved :: MIT License',

0 commit comments

Comments
 (0)