From 9916a8f61774515a3c805acd59d9e4440ab46ad3 Mon Sep 17 00:00:00 2001 From: Prithwish Mukherjee <109645853+prmukherj@users.noreply.github.com> Date: Tue, 14 May 2024 13:58:40 +0530 Subject: [PATCH] build: Update pandas version. (#2801) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e9838fc047d..7e2d2dafe6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ grpcio-health-checking = "^1.30.0" h5py = { version = "==3.10.0", optional = true } lxml = "^4.9.2" numpy= "^1.21.5" -pandas = "^1.1.5" +pandas = "^2.0.3" platformdirs = "^3.5.1" psutil = "^5.9.5" pyyaml = "^6.0"