We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6328e09 commit d1b66b5Copy full SHA for d1b66b5
pyproject.toml
@@ -20,7 +20,7 @@ classifiers = [
20
]
21
dependencies = [
22
"requests",
23
- "pandas==2.*",
+ "pandas>=2.0.0,<3.0.0",
24
25
dynamic = ["version"]
26
0 commit comments