Merge pull request #168148 from friedelino/update-ipympl

This commit is contained in:
Sandro 2022-04-10 20:54:46 +02:00 committed by GitHub
commit 3f54d9a761
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@
, fetchPypi
, ipykernel
, ipywidgets
, matplotlib
}:
buildPythonPackage rec {
@ -16,7 +17,7 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [ ipykernel ipywidgets ];
propagatedBuildInputs = [ ipykernel ipywidgets matplotlib ];
# There are no unit tests in repository
doCheck = false;