python3Packages.torchinfo: fix pythonImportsCheck
This commit is contained in:
parent
455d23b95d
commit
9b5fb1838d
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ buildPythonPackage rec {
|
|||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"torchvision"
|
||||
"torchinfo"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue