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
2 changed files with 2 additions and 2 deletions

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",