mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Merge pull request #147328 from arkivm/fix-yfinance
This commit is contained in:
commit
c8a3763679
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
, numpy
|
||||
, pandas
|
||||
, requests
|
||||
, lxml
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -23,6 +24,7 @@ buildPythonPackage rec {
|
|||
numpy
|
||||
pandas
|
||||
requests
|
||||
lxml
|
||||
];
|
||||
|
||||
doCheck = false; # Tests require internet access
|
||||
|
|
Loading…
Reference in a new issue