feat: add pandas performance dependencies (#24768)

This commit is contained in:
Sebastian Liebscher
2023-07-22 00:18:35 +02:00
committed by GitHub
parent f856ba246e
commit e06004292a
4 changed files with 21 additions and 10 deletions

View File

@@ -102,7 +102,7 @@ setup(
"nh3>=0.2.11, <0.3",
"numpy==1.23.5",
"packaging",
"pandas>=2.0.3, <2.1",
"pandas[performance]>=2.0.3, <2.1",
"parsedatetime",
"pgsanity",
"polyline>=2.0.0, <3.0",