pythonPackages.folium: add missing numpy runtime dependency
This commit is contained in:
parent
0666f784ee
commit
37afcbf0f5
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
|||||||
sha256 = "08681be47b1861221bc7cf17b6e368a8d734db81682d716c22a11e839f47cb79";
|
sha256 = "08681be47b1861221bc7cf17b6e368a8d734db81682d716c22a11e839f47cb79";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest numpy nbconvert pandas mock ];
|
checkInputs = [ pytest nbconvert pandas mock ];
|
||||||
propagatedBuildInputs = [ jinja2 branca six requests numpy ];
|
propagatedBuildInputs = [ jinja2 branca six requests numpy ];
|
||||||
|
|
||||||
# No tests in archive
|
# No tests in archive
|
||||||
|
Loading…
Reference in New Issue
Block a user