Skip to content

Commit 2f72d3a

Browse files
fix numpy override
1 parent d842fa6 commit 2f72d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

building/lambda/build-lambda-layer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ pushd /aws-sdk-pandas
8484
pip3 install . -t ./python ".[redshift,mysql,postgres,gremlin,opensearch,openpyxl]"
8585

8686
# Install Numpy 1.x because 2.x is not support in layers right now
87-
pip3 install "numpy==1.*" -t ./python
87+
pip3 install -t ./python --upgrade "numpy==1.*"
8888

8989
rm -rf python/pyarrow*
9090
rm -rf python/boto*

0 commit comments

Comments
 (0)