From 330229584d46524ccb6965eeb907e134fa761bb7 Mon Sep 17 00:00:00 2001 From: kukushking Date: Wed, 8 Jan 2025 18:23:22 +0000 Subject: [PATCH] unpin numpy in lambda layers --- building/lambda/build-lambda-layer.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/building/lambda/build-lambda-layer.sh b/building/lambda/build-lambda-layer.sh index 6d02e1136..ce8d54a35 100755 --- a/building/lambda/build-lambda-layer.sh +++ b/building/lambda/build-lambda-layer.sh @@ -85,9 +85,6 @@ pushd /aws-sdk-pandas pip3 install . -t ./python ".[redshift,mysql,postgres,gremlin,opensearch,openpyxl]" -# Install Numpy 1.x because 2.x is not support in layers right now -pip3 install -t ./python --upgrade "numpy==1.*" - rm -rf python/pyarrow* rm -rf python/boto* rm -rf python/urllib3*