diff --git a/pyproject.toml b/pyproject.toml index dce9d45..e80fa38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ pydantic = ">=1.9.0,<3.0" pydantic-core = ">=2.14.6" cachetools = ">=4.2.2" pyjwt = "~=2.8.0" -pandas = {version = ">=1.3.0", python = ">=3.9,<3.9.7 || >3.9.7,<4.0"} +pandas = {version = ">=1.0.0", python = ">=3.8,<3.9.7 || >3.9.7,<4.0"} [tool.poetry.group.test.dependencies]