Skip to content

Commit

Permalink
unpin numpy in lambda layers (#3068)
Browse files Browse the repository at this point in the history
  • Loading branch information
kukushking authored Jan 9, 2025
1 parent ad9f1eb commit 9e319f0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions building/lambda/build-lambda-layer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down

0 comments on commit 9e319f0

Please sign in to comment.