From f8b94dbeb07dd70e6dc3eb0dbee1158692e8b4ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Gonz=C3=A1lez-Delgado?= <88046156+gonzalez-delgado@users.noreply.github.com> Date: Tue, 27 Jun 2023 15:40:21 +0200 Subject: [PATCH] Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 907aa4d..fbe35f0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,7 +37,7 @@ install_requires = statsmodels tqdm umap-learn -python_requires >=3.8 +python_requires = >=3.8 include_package_data = True [options.entry_points] -- GitLab