python3Packages.sunpy: add missing dependency

This commit is contained in:
Robert T. McGibbon 2021-04-27 12:30:53 -04:00
parent 3a349a7ad3
commit 305343359b

View file

@ -11,6 +11,7 @@
, beautifulsoup4 , beautifulsoup4
, drms , drms
, glymur , glymur
, h5netcdf
, hypothesis , hypothesis
, matplotlib , matplotlib
, numpy , numpy
@ -50,6 +51,7 @@ buildPythonPackage rec {
pandas pandas
astropy astropy
astropy-helpers astropy-helpers
h5netcdf
parfive parfive
sqlalchemy sqlalchemy
scikitimage scikitimage