mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 01:31:39 -05:00
fix: require cython3 for pandas >=2.2.2
This commit is contained in:
parent
1e45a45656
commit
1fda2c061d
1 changed files with 8 additions and 1 deletions
|
@ -14790,13 +14790,20 @@
|
||||||
"setuptools"
|
"setuptools"
|
||||||
],
|
],
|
||||||
"pandas": [
|
"pandas": [
|
||||||
"cython",
|
|
||||||
"meson-python",
|
"meson-python",
|
||||||
"oldest-supported-numpy",
|
"oldest-supported-numpy",
|
||||||
"setuptools",
|
"setuptools",
|
||||||
|
{
|
||||||
|
"buildSystem": "cython_0",
|
||||||
|
"until": "2.2.0"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"buildSystem": "versioneer",
|
"buildSystem": "versioneer",
|
||||||
"from": "2.0.0"
|
"from": "2.0.0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"buildSystem": "cython",
|
||||||
|
"from": "2.2.0"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"pandas-datareader": [
|
"pandas-datareader": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue