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"