From d7e005d64eb27d0eadd98e4473f1dcb03f45e3eb Mon Sep 17 00:00:00 2001 From: ubreblanca Date: Fri, 26 Dec 2025 09:24:35 -0800 Subject: [PATCH 1/2] Add packaging --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e0561fe5..86d9c9ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,7 @@ dependencies = [ "colorama>=0.4.6", "numpy>=1.25; python_version<'3.13'", "numpy>=2.1.3; python_version>='3.13'", + "packaging>=25.0", "scikit-learn>=1.0.0", "scipy>=1.0.0; python_version<'3.13'", "scipy>=1.14.1; python_version>='3.13'", From aff39f7181a2f2243a3972ad46cfa433bbf3ca02 Mon Sep 17 00:00:00 2001 From: ubreblanca Date: Fri, 26 Dec 2025 22:35:41 -0800 Subject: [PATCH 2/2] Relax version requirement --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 86d9c9ed..ef05ff0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "colorama>=0.4.6", "numpy>=1.25; python_version<'3.13'", "numpy>=2.1.3; python_version>='3.13'", - "packaging>=25.0", + "packaging>=20.0", "scikit-learn>=1.0.0", "scipy>=1.0.0; python_version<'3.13'", "scipy>=1.14.1; python_version>='3.13'",