From 027de4731039d937ae949e64d9619ea1f1da7338 Mon Sep 17 00:00:00 2001 From: "Vicente P. Soloviev" Date: Wed, 28 Jun 2023 12:49:56 +0200 Subject: [PATCH] v1.1.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d9bbf59..f539b9a 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ ], keywords=['EDA', 'estimation', 'bayesian', 'evolutionary', 'algorithm', 'optimization', 'time_series', 'feature', 'selection', 'semiparametric', 'Gaussian'], - python_requires='>=3.0', + python_requires='>=3.8', license="MIT", include_package_data=True, package_data={'': ['benchmarks/input_data/*.txt']}