fix: pin pandas version to 2.1.x (#15333)

This commit is contained in:
Teddy 2024-02-24 18:42:22 +01:00 committed by GitHub
parent ba8208222e
commit 16fdc249b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,7 @@ VERSIONS = {
"grpc-tools": "grpcio-tools>=1.47.2",
"msal": "msal~=1.2",
"neo4j": "neo4j~=5.3.0",
"pandas": "pandas<=2,<3",
"pandas": "pandas~=2.0.0",
"pyarrow": "pyarrow~=14.0",
"pydantic": "pydantic~=1.10",
"pydomo": "pydomo~=0.3",