From 790c223b552844e543b803776d812b21f071d754 Mon Sep 17 00:00:00 2001 From: danielz <31590926+danielz02@users.noreply.github.com> Date: Fri, 6 Oct 2023 22:13:16 -0400 Subject: [PATCH] Widen scipy dependency --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2a614b296b..de1ece7a00 100644 --- a/setup.cfg +++ b/setup.cfg @@ -52,7 +52,7 @@ install_requires= nltk~=3.7 pyext~=0.7 rouge-score~=0.1.2 - scipy~=1.9.1 + scipy~=1.9.1,<=1.10.1 uncertainty-calibration~=0.1.3 # Work around https://github.com/p-lambda/verified_calibration/issues/11 # TODO: Remove after this issue is resolved