Skip to content

Commit

Permalink
bump pyarrow==12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianliebscher committed May 19, 2023
1 parent 3a4e540 commit 37144fc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ geographiclib==1.52
# via geopy
geopy==2.2.0
# via apache-superset
greenlet==2.0.2
# via sqlalchemy
gunicorn==20.1.0
# via apache-superset
hashids==1.3.1
Expand All @@ -134,6 +136,8 @@ humanize==3.11.0
# via apache-superset
idna==3.2
# via email-validator
importlib-metadata==6.6.0
# via flask
importlib-resources==5.12.0
# via limits
isodate==0.6.0
Expand Down Expand Up @@ -209,7 +213,7 @@ prison==0.2.1
# via flask-appbuilder
prompt-toolkit==3.0.38
# via click-repl
pyarrow==10.0.1
pyarrow==12.0.0
# via apache-superset
pycparser==2.20
# via cffi
Expand Down Expand Up @@ -322,6 +326,10 @@ wtforms-json==0.3.5
# via apache-superset
xlsxwriter==3.0.7
# via apache-superset
zipp==3.15.0
# via
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# setuptools
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def get_git_sha() -> str:
"python-dateutil",
"python-dotenv",
"python-geohash",
"pyarrow>=10.0.1, <11",
"pyarrow>=12.0.0, <13",
"pyyaml>=5.4",
"PyJWT>=2.4.0, <3.0",
"redis>=4.5.4, <5.0",
Expand Down

0 comments on commit 37144fc

Please sign in to comment.