Skip to content

Commit 6e11741

Browse files
committed
new version
1 parent 9777e62 commit 6e11741

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setuptools.setup(
1010
name="chefboost",
11-
version="0.0.18",
11+
version="0.0.19",
1212
author="Sefik Ilkin Serengil",
1313
author_email="serengil@gmail.com",
1414
description="Lightweight Decision Tree Framework Supporting GBM, Random Forest and Adaboost",
@@ -21,6 +21,6 @@
2121
"License :: OSI Approved :: MIT License",
2222
"Operating System :: OS Independent",
2323
],
24-
python_requires='>=3.6',
25-
install_requires=requirements
24+
python_requires=">=3.6",
25+
install_requires=requirements,
2626
)

0 commit comments

Comments
 (0)