mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
committed by
github-actions[bot]
parent
7918d1c96b
commit
157f18a8cf
@@ -5,6 +5,7 @@
|
||||
, numpy
|
||||
, pandas
|
||||
, requests
|
||||
, lxml
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -22,6 +23,7 @@ buildPythonPackage rec {
|
||||
numpy
|
||||
pandas
|
||||
requests
|
||||
lxml
|
||||
];
|
||||
|
||||
doCheck = false; # Tests require internet access
|
||||
|
||||
Reference in New Issue
Block a user