From 25430b5b261b39649ed081d87ae90b02e7e97f8c Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Thu, 2 Apr 2026 10:07:05 -0300 Subject: [PATCH] SIENTIAPDE-1712 Update scipy version constraint in requirements.txt to allow versions below 1.14.0 for compatibility with existing dependencies. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 381aebb..6c5c242 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,5 +14,5 @@ kaleido hyperopt shap pycurl -scipy==1.13.0 +scipy<1.14.0 scikit-learn==1.5.2 \ No newline at end of file