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 e83e0a7 commit 770f046Copy full SHA for 770f046
setup.cfg
@@ -97,7 +97,8 @@ development =
97
pytzdata
98
responses
99
pandas =
100
- pandas>=2.1.2,<3.0.0
+ pandas>=1.0.0,<3.0.0; python_version < '3.13'
101
+ pandas>=2.1.2,<3.0.0; python_version >= '3.13'
102
pyarrow>=14.0.1
103
secure-local-storage =
104
keyring>=23.1.0,<26.0.0
0 commit comments