mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 11:53:27 +00:00
parent
9013640211
commit
7448cab54b
@ -6,6 +6,8 @@
|
||||
, joblib
|
||||
, astropy
|
||||
, radio_beam
|
||||
, six
|
||||
, dask
|
||||
, pytestCheckHook
|
||||
, pytest-astropy
|
||||
, astropy-helpers
|
||||
@ -31,7 +33,7 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ astropy-helpers ];
|
||||
propagatedBuildInputs = [ astropy radio_beam joblib ];
|
||||
propagatedBuildInputs = [ astropy radio_beam joblib six dask ];
|
||||
checkInputs = [ pytestCheckHook aplpy pytest-astropy ];
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user