From 16fdc249b7545bd9088ce54fb1a4282d9404ce40 Mon Sep 17 00:00:00 2001 From: Teddy Date: Sat, 24 Feb 2024 18:42:22 +0100 Subject: [PATCH] fix: pin pandas version to 2.1.x (#15333) --- ingestion/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingestion/setup.py b/ingestion/setup.py index 13e9498b90a1..72e9bad4c93f 100644 --- a/ingestion/setup.py +++ b/ingestion/setup.py @@ -30,7 +30,7 @@ "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",