From e7c90e6ebb06624b2cfd98e08449df5f24ae76af Mon Sep 17 00:00:00 2001 From: PedroHMCosme Date: Wed, 2 Sep 2026 08:51:15 -0300 Subject: [PATCH] chore(deps): sync requirements.txt with release/SIENTIAPDE-1646's trim MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Vitor trimmed release/SIENTIAPDE-1646's requirements.txt to drop explicit pins for packages already pulled transitively by sientia_do/ sientia_model (psycopg2-binary, sqlalchemy, redis, botocore, s3fs, pyarrow, kaleido, hyperopt, shap, pycurl) — confirmed all of these install anyway via sientia_do/sientia_model's own deps in the cluster pod logs. Fewer redundant top-level pins means fewer chances for a version mismatch like the scikit-learn one from earlier today. Also bumps sientia_model floor to >=0.14.0 to match, and mirrors the same trim in requirements-local.txt for local-dev parity — but keeps this branch's sientia-model-library@0.13.1 git pin there (release's own requirements-local.txt is stale at @0.10.0, predating the RegressionMetrics class this card depends on). --- requirements-local.txt | 12 +----------- requirements.txt | 12 +----------- 2 files changed, 2 insertions(+), 22 deletions(-) diff --git a/requirements-local.txt b/requirements-local.txt index c970def..5603103 100644 --- a/requirements-local.txt +++ b/requirements-local.txt @@ -1,18 +1,8 @@ temporalio -psycopg2-binary -sqlalchemy asyncua==1.0.6 -redis git+ssh://git@github.com/Aignosi/sientia-dataops-library.git@1.12.1 git+ssh://git@github.com/Aignosi/sientia-model-library.git@0.13.1 -prometheus-client -botocore +prometheus-client boto3 -s3fs -pyarrow -kaleido -hyperopt -shap -pycurl scipy<1.14.0 scikit-learn==1.8.0 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index ecf3261..de0de45 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,18 +1,8 @@ temporalio -psycopg2-binary -sqlalchemy asyncua==1.0.6 -redis sientia_do>=1.12.1 -sientia_model>=0.12.0 +sientia_model>=0.14.0 prometheus-client -botocore boto3 -s3fs -pyarrow -kaleido -hyperopt -shap -pycurl scipy<1.14.0 scikit-learn==1.8.0 \ No newline at end of file