File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ rm -f "dist/awswrangler-layer.zip"
7272pip install . -t ./python
7373rm -rf python/pyarrow*
7474cp -r ~ /pyarrow_files/pyarrow* python/
75- zip -r " awswrangler-layer.zip" ./python
75+ zip -r9 " awswrangler-layer.zip" ./python
7676mv " awswrangler-layer.zip" dist/
7777
7878# # Cleaning up the directory again
Original file line number Diff line number Diff line change 1+ numpy ~= 1.17.2
2+ pandas ~= 0.25.1
3+ pyarrow ~= 0.14.0
14botocore ~= 1.12.239
25boto3 ~= 1.9.239
3- pandas ~= 0.25.1
46s3fs ~= 0.3.4
5- pyarrow ~= 0.14.0
67tenacity ~= 5.1.1
78pg8000 ~= 1.13.2
Original file line number Diff line number Diff line change 2222 exclude = ["tests" ]),
2323 python_requires = ">=3.6" ,
2424 install_requires = [
25- "pyarrow~=0.14.0 " ,
25+ "numpy~=1.17.2 " ,
2626 "pandas~=0.25.1" ,
27+ "pyarrow~=0.14.0" ,
2728 "botocore~=1.12.239" ,
2829 "boto3~=1.9.239" ,
2930 "s3fs~=0.3.4" ,
You can’t perform that action at this time.
0 commit comments