diff --git a/setup.py b/setup.py index d157070..3e13bdf 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name="chefboost", - version="0.0.18", + version="0.0.19", author="Sefik Ilkin Serengil", author_email="serengil@gmail.com", description="Lightweight Decision Tree Framework Supporting GBM, Random Forest and Adaboost", @@ -21,6 +21,6 @@ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ], - python_requires='>=3.6', - install_requires=requirements + python_requires=">=3.6", + install_requires=requirements, )