From c40197bf1c49bf233289d1404b96f9ebc1ddd064 Mon Sep 17 00:00:00 2001 From: Santiago Martinez Date: Tue, 30 Jan 2024 12:36:25 +0000 Subject: [PATCH] Lower scipy version to support python 3.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 08e1aee..f0973a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "numpy>=1.23.5", "pandas>=1.5.3", "scikit-learn>=1.2.2", - "scipy>=1.11.4", + "scipy>=1.10.1", "torch>=1.13.1", "torchaudio", "torchvision",