From 91d6455cdf8896cbe066bb29b1d836c0ebadc376 Mon Sep 17 00:00:00 2001 From: Michael Duong Date: Sun, 2 Nov 2025 17:32:27 +0000 Subject: [PATCH] update pyarrow version --- .../src/pipeline/requirements/predictions/requirements-dev.txt | 2 +- .../src/pipeline/requirements/predictions/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ml-pipeline/src/pipeline/requirements/predictions/requirements-dev.txt b/modules/ml-pipeline/src/pipeline/requirements/predictions/requirements-dev.txt index 30ec95f..bf8b14c 100644 --- a/modules/ml-pipeline/src/pipeline/requirements/predictions/requirements-dev.txt +++ b/modules/ml-pipeline/src/pipeline/requirements/predictions/requirements-dev.txt @@ -3,5 +3,5 @@ boto3==1.40.61 pandas==2.2.3 autogluon.tabular[all]==1.4 dynaconf==3.2.12 -pyarrow==22.0.0 +pyarrow==20.0.0 pre-commit==4.3.0 diff --git a/modules/ml-pipeline/src/pipeline/requirements/predictions/requirements.txt b/modules/ml-pipeline/src/pipeline/requirements/predictions/requirements.txt index 63580ab..0df33db 100644 --- a/modules/ml-pipeline/src/pipeline/requirements/predictions/requirements.txt +++ b/modules/ml-pipeline/src/pipeline/requirements/predictions/requirements.txt @@ -3,5 +3,5 @@ boto3==1.40.61 pandas==2.2.3 autogluon.tabular[all]==1.4 dynaconf==3.2.12 -pyarrow==22.0.0 +pyarrow==20.0.0 PyYAML==6.0.3