yfinance: fix build
This commit is contained in:
parent
f5f9557cb4
commit
7402bc6c2e
@ -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 New Issue
Block a user