From 8c89d0a83721c5effd4cec562005fa21b1792d58 Mon Sep 17 00:00:00 2001 From: Lakshidaa Saigiridharan <33449160+Lakshidaa@users.noreply.github.com> Date: Tue, 13 Aug 2024 11:50:49 +0530 Subject: [PATCH] Revert pandas version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8476bf8..f0e2b5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ packages = [ [tool.poetry.dependencies] python = ">=3.9,<3.11" urllib3 = "<2.0" -pandas = "^2.0.0" +pandas = "^1.0.0" xxhash = "^2.0.0" rdchiral = "^1.1.0" PyYAML = "^6.0.1"