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