From ff4a6f309c0d32f5131f8017ba605123ca4ab9aa Mon Sep 17 00:00:00 2001 From: ahmdkaml Date: Fri, 14 Aug 2026 15:10:32 +0300 Subject: [PATCH] test locked dependency versions against minimums --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c5d14b7..bccc3cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ excel = ["openpyxl>=3.0"] parquet = ["pyarrow>=10.0"] proxy = ["scipy>=1.10"] -benchmark = ["scikit-learn>=1.8.0", "pyyaml>=6.0", "fairlearn>=0.14.0", "matplotlib>=3.11"] +benchmark = ["scikit-learn>=1.8.0", "pyyaml>=6.0", "fairlearn>=0.14.0", "matplotlib>=3.10.9"] [project.urls] Homepage = "https://github.com/yakew7/Fair-Code"