We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f90b9 commit 6249539Copy full SHA for 6249539
pyproject.toml
@@ -12,7 +12,7 @@ pydantic = ">=1.9.0,<3.0"
12
pydantic-core = ">=2.14.6"
13
cachetools = ">=4.2.2"
14
pyjwt = "~=2.8.0"
15
-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"}
16
17
18
[tool.poetry.group.test.dependencies]
0 commit comments