From 796c638710ca03322a76ab2084b4da6f316788a0 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:38:17 +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 fbe35f0..907aa4d 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