Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
serengil committed Oct 30, 2024
1 parent 9777e62 commit 6e11741
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name="chefboost",
version="0.0.18",
version="0.0.19",
author="Sefik Ilkin Serengil",
author_email="[email protected]",
description="Lightweight Decision Tree Framework Supporting GBM, Random Forest and Adaboost",
Expand All @@ -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,
)

0 comments on commit 6e11741

Please sign in to comment.