python3Packages.torchinfo: fix pythonImportsCheck

This commit is contained in:
Someone Serge 2023-03-23 20:35:15 +02:00
parent 455d23b95d
commit 9b5fb1838d
No known key found for this signature in database
GPG key ID: 7B0E3B1390D61DA4

View file

@ -43,7 +43,7 @@ buildPythonPackage rec {
];
pythonImportsCheck = [
"torchvision"
"torchinfo"
];
meta = with lib; {