mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-07 02:01:40 -05:00
Merge pull request #1133 from silky/pandas-2.0.0
Set versioneer for pandas
This commit is contained in:
commit
e4b542069e
1 changed files with 5 additions and 1 deletions
|
@ -10722,7 +10722,11 @@
|
|||
],
|
||||
"pandas": [
|
||||
"cython",
|
||||
"setuptools"
|
||||
"setuptools",
|
||||
{
|
||||
"buildSystem": "versioneer",
|
||||
"from": "2.0.0"
|
||||
}
|
||||
],
|
||||
"pandas-datareader": [
|
||||
"setuptools"
|
||||
|
|
Loading…
Add table
Reference in a new issue