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
commit c8a3763679
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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