Merge pull request #147328 from arkivm/fix-yfinance

This commit is contained in:
Sandro
2021-11-25 12:59:59 +01:00
committed by GitHub
@@ -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