From 6d93cc76b6c6f0c55bc6d3c75c1dfd472ee8c6fc Mon Sep 17 00:00:00 2001 From: Daniel Perrefort Date: Fri, 13 Oct 2023 12:41:01 -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..3ae10a0 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 = "2.0.3" [tool.poetry.group.tests] optional = true