Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pyarrow greater than 4.0.0 #790

Merged
merged 2 commits into from
Dec 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ marshmallow-jsonschema==0.13.0
# flytekit
mock==4.0.3
# via -r dev-requirements.in
mypy==0.920
mypy==0.930
# via -r dev-requirements.in
mypy-extensions==0.4.3
# via
Expand Down Expand Up @@ -288,6 +288,7 @@ pytimeparse==1.1.8
pytz==2021.3
# via
# -c requirements.txt
# flytekit
# pandas
pyyaml==5.4.1
# via
Expand Down Expand Up @@ -376,7 +377,7 @@ websocket-client==0.59.0
# via
# docker
# docker-compose
wheel==0.37.0
wheel==0.37.1
# via
# -c requirements.txt
# flytekit
Expand Down
7 changes: 4 additions & 3 deletions doc-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ black==21.12b0
# via papermill
bleach==4.1.0
# via nbconvert
boto3==1.20.24
boto3==1.20.26
# via sagemaker-training
botocore==1.23.24
botocore==1.23.26
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -286,6 +286,7 @@ pytimeparse==1.1.8
pytz==2021.3
# via
# babel
# flytekit
# pandas
pyyaml==6.0
# via
Expand Down Expand Up @@ -429,7 +430,7 @@ webencodings==0.5.1
# via bleach
werkzeug==2.0.2
# via sagemaker-training
wheel==0.37.0
wheel==0.37.1
# via flytekit
wrapt==1.13.3
# via
Expand Down
10 changes: 6 additions & 4 deletions requirements-spark2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ black==21.12b0
# via papermill
bleach==4.1.0
# via nbconvert
boto3==1.20.24
boto3==1.20.26
# via sagemaker-training
botocore==1.23.24
botocore==1.23.26
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -256,7 +256,9 @@ python-slugify==5.0.2
pytimeparse==1.1.8
# via flytekit
pytz==2021.3
# via pandas
# via
# flytekit
# pandas
pyyaml==5.4.1
# via
# -r requirements.in
Expand Down Expand Up @@ -349,7 +351,7 @@ webencodings==0.5.1
# via bleach
werkzeug==2.0.2
# via sagemaker-training
wheel==0.37.0
wheel==0.37.1
# via flytekit
wrapt==1.13.3
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ black==21.12b0
# via papermill
bleach==4.1.0
# via nbconvert
boto3==1.20.25
boto3==1.20.26
# via sagemaker-training
botocore==1.23.25
botocore==1.23.26
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -349,7 +349,7 @@ webencodings==0.5.1
# via bleach
werkzeug==2.0.2
# via sagemaker-training
wheel==0.37.0
wheel==0.37.1
# via flytekit
wrapt==1.13.3
# via
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
spark = ["pyspark>=2.4.0,<3.0.0"]
spark3 = ["pyspark>=3.0.0"]
sidecar = ["k8s-proto>=0.0.3,<1.0.0"]
schema = ["numpy>=1.14.0,<2.0.0", "pandas>=0.22.0,<2.0.0", "pyarrow>=6.0.0"]
schema = ["numpy>=1.14.0,<2.0.0", "pandas>=0.22.0,<2.0.0", "pyarrow>=4.0.0"]
hive_sensor = ["hmsclient>=0.0.1,<1.0.0"]
notebook = ["papermill>=1.2.0", "nbconvert>=6.0.7", "ipykernel>=5.0.0,<6.0.0"]
sagemaker = ["sagemaker-training>=3.6.2,<4.0.0"]
Expand Down Expand Up @@ -67,7 +67,7 @@
"flyteidl>=0.21.4",
"wheel>=0.30.0,<1.0.0",
"pandas>=1.0.0,<2.0.0",
"pyarrow>=6.0.0,<7.0.0",
"pyarrow>=4.0.0,<7.0.0",
"click>=6.6,<8.0",
"croniter>=0.3.20,<4.0.0",
"deprecated>=1.0,<2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ urllib3==1.26.7
# flytekit
# requests
# responses
wheel==0.37.0
wheel==0.37.1
# via
# -r tests/flytekit/integration/remote/mock_flyte_repo/workflows/requirements.in
# flytekit
Expand Down