Skip to content

Commit

Permalink
fix: Improve performance of CSV download (#22929)
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Ritter committed Feb 1, 2023
1 parent b410dbb commit 98f4e90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ packaging==21.3
# via
# bleach
# deprecation
pandas==1.5.2
pandas==1.5.3
# via apache-superset
paramiko==2.11.0
# via sshtunnel
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def get_git_sha() -> str:
"markdown>=3.0",
"msgpack>=1.0.0, <1.1",
"numpy==1.23.5",
"pandas>=1.5.2, <1.6",
"pandas>=1.5.3, <1.6",
"parsedatetime",
"pgsanity",
"polyline",
Expand Down

0 comments on commit 98f4e90

Please sign in to comment.