pythonPackages.folium: add missing numpy runtime dependency

This commit is contained in:
Frederik Rietdijk 2018-08-30 17:56:07 +02:00 committed by Frederik Rietdijk
parent 0666f784ee
commit 37afcbf0f5

View File

@ -21,7 +21,7 @@ buildPythonPackage rec {
sha256 = "08681be47b1861221bc7cf17b6e368a8d734db81682d716c22a11e839f47cb79";
};
checkInputs = [ pytest numpy nbconvert pandas mock ];
checkInputs = [ pytest nbconvert pandas mock ];
propagatedBuildInputs = [ jinja2 branca six requests numpy ];
# No tests in archive