mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 04:02:10 +00:00
Merge pull request #136295 from smaret/fix-136294
python3Packages.spectral-cube: add missing dependencies
This commit is contained in:
commit
837d765221
|
@ -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 a new issue