From 2211e8793df4cb039ccdec7e10653eb870e1fcad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20Kir=C3=A1ly?= Date: Sun, 29 Sep 2024 18:44:36 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 53b86981..0d013940 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [] all_extras = ["numpy", "pandas"] dev = [ - "scikit-learn>=0.24.0; not (python_version == '3.13' and sys_platform == 'win32')", + 'scikit-learn>=0.24.0; not (python_version == "3.13" and sys_platform == "win32")', "pre-commit", "pytest", "pytest-cov"