fix: require cython3 for pandas >=2.2.2

This commit is contained in:
Phillip Cloud 2024-04-30 08:26:55 -04:00
parent 1e45a45656
commit 1fda2c061d
No known key found for this signature in database
GPG key ID: D908212070FD785E

View file

@ -14790,13 +14790,20 @@
"setuptools"
],
"pandas": [
"cython",
"meson-python",
"oldest-supported-numpy",
"setuptools",
{
"buildSystem": "cython_0",
"until": "2.2.0"
},
{
"buildSystem": "versioneer",
"from": "2.0.0"
},
{
"buildSystem": "cython",
"from": "2.2.0"
}
],
"pandas-datareader": [