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