Skip to content

Commit 9e319f0

Browse files
authored
unpin numpy in lambda layers (#3068)
1 parent ad9f1eb commit 9e319f0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

building/lambda/build-lambda-layer.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@ pushd /aws-sdk-pandas
8585

8686
pip3 install . -t ./python ".[redshift,mysql,postgres,gremlin,opensearch,openpyxl]"
8787

88-
# Install Numpy 1.x because 2.x is not support in layers right now
89-
pip3 install -t ./python --upgrade "numpy==1.*"
90-
9188
rm -rf python/pyarrow*
9289
rm -rf python/boto*
9390
rm -rf python/urllib3*

0 commit comments

Comments
 (0)