From f64b9503f9373f56d219442a79ad88f38b363d8c Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 7 Jul 2023 09:08:32 +0200 Subject: [PATCH] scipy 1.11 doesn't support python 3.8 any longer --- requirements-hyperopt.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements-hyperopt.txt b/requirements-hyperopt.txt index 920da615c..aafbad608 100644 --- a/requirements-hyperopt.txt +++ b/requirements-hyperopt.txt @@ -2,7 +2,8 @@ -r requirements.txt # Required for hyperopt -scipy==1.11.1 +scipy==1.11.1; python_version >= '3.9' +scipy==1.10.1; python_version < '3.9' scikit-learn==1.1.3 scikit-optimize==0.9.0 filelock==3.12.2