From 1ab34329ae14169b922af498ddfa6aa4b1ed7d28 Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Tue, 25 Aug 2026 11:11:31 -0300 Subject: [PATCH] Add requirements-local.txt --- requirements-local.txt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 requirements-local.txt diff --git a/requirements-local.txt b/requirements-local.txt new file mode 100644 index 0000000..8d060e3 --- /dev/null +++ b/requirements-local.txt @@ -0,0 +1,26 @@ +temporalio +psycopg2-binary +sqlalchemy +asyncua==1.0.6 +redis +git+ssh://git@github.com/Aignosi/sientia-dataops-library.git@1.12.1 +/home/grezewave/Documents/projects/sientia/sientia-mlops-library +prometheus-client +# fsspec/s3fs/gcsfs pinned as a set: nannyml (via the mlops library) pulls both s3fs and +# gcsfs, and each pins fsspec exactly, so a free `s3fs` makes the resolver fail against +# evidently's fsspec>=2024.2.0. Versions match the library-distribution-controller freeze. +fsspec==2026.7.0 +s3fs==2026.7.0 +gcsfs==2026.8.0 +# aiobotocore 3.9.0 (pulled by s3fs) requires botocore<1.43.57,>=1.43.3. +botocore==1.43.56 +boto3==1.43.56 +pyarrow +kaleido +hyperopt +shap +pycurl +scipy<1.14.0 +scikit-learn==1.4.2 +pycaret==3.3.2 +joblib \ No newline at end of file