From e011edc1428225fc8af74bf2dd95994cb8f0db44 Mon Sep 17 00:00:00 2001 From: Daniel Perrefort Date: Thu, 5 Oct 2023 11:59:10 -0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 49da6d1..f9db1e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ python = ">=3.8" pydantic = "^2.0.3" pydantic-settings = "^2.0.2" asyncssh = {extras = ["bcrypt", "fido2"], version = "^2.13.2"} -pandas = "2.0.3" # Newer versions are incompatible with Python 3.8 +pandas = "1.5.3" # Newer versions are incompatible with Python 3.8 [tool.poetry.group.tests] optional = true