From 2a32d77be639fdc473d48ab22511b25ca43d861d Mon Sep 17 00:00:00 2001 From: Ales Kubicek Date: Tue, 26 Sep 2023 00:07:26 +0200 Subject: [PATCH] Add scipy minimum version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 202f8c1..e8532be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "transformers>=4.31.0", "accelerate>=0.21.0", "bitsandbytes>=0.41.0", - "scipy", + "scipy>=1.10.1", ] [project.urls]