From d6152e0557d120e9976c73fbd96ad62767f7aea6 Mon Sep 17 00:00:00 2001 From: d33bs Date: Fri, 8 Nov 2024 10:01:24 -0700 Subject: [PATCH] linting pyproject file --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6d06c5ff..fe71b56b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ numpy = ">=1.16.5" scipy = [ { version = ">=1.5", python = "<3.13" }, { version = ">1.13", python = ">=3.13" }, -] +] pandas = ">=1.2.0" scikit-learn = ">=0.21.2" sqlalchemy = ">=1.3.6,<3"