Skip to content

Commit

Permalink
Pyarrow greater than 4.0.0 (flyteorg#790)
Browse files Browse the repository at this point in the history
* pyarrow>=4.0.0

Signed-off-by: Eduardo Apolinario <[email protected]>

* Regenerate requirements.

Signed-off-by: Eduardo Apolinario <[email protected]>

Co-authored-by: Eduardo Apolinario <[email protected]>
Signed-off-by: Robert Everson <[email protected]>
  • Loading branch information
2 people authored and Robert Everson committed May 27, 2022
1 parent d4e224d commit e26d21d
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 15 deletions.
5 changes: 3 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,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 @@ -273,6 +273,7 @@ pytimeparse==1.1.8
pytz==2021.3
# via
# -c requirements.txt
# flytekit
# pandas
pyyaml==5.4.1
# via
Expand Down Expand Up @@ -361,7 +362,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

0 comments on commit e26d21d

Please sign in to comment.