fix: Improve performance of CSV download (#22929)

This commit is contained in:
Erik Ritter 2023-02-01 13:25:50 -08:00 committed by GitHub
parent b410dbb5dd
commit 98f4e90944
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -101,7 +101,7 @@ setup(
"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",