mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 17:21: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"
|
||||
],
|
||||
"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": [
|
||||
|
|
Loading…
Add table
Reference in a new issue