From 6e117416ec9827d2ccf9fc245b91b2c6ecf389c7 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Wed, 30 Oct 2024 20:45:48 +0000 Subject: [PATCH] new version --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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, )