Skip to content

Commit

Permalink
Pyarrow greater than 4.0.0 (#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: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario and eapolinario committed Jan 28, 2022
1 parent 7e28a1b commit 0526a60
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
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
1 change: 1 addition & 0 deletions doc-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ pytimeparse==1.1.8
pytz==2021.3
# via
# babel
# flytekit
# pandas
pyyaml==6.0
# 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 @@ -66,7 +66,7 @@
install_requires=[
"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

0 comments on commit 0526a60

Please sign in to comment.