1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 12:11:28 +00:00

python3Packages.grad-cam: Fix alias-free eval

scikitlearn -> scikit-learn on 2021-07-21
This commit is contained in:
OPNA2608 2023-02-22 14:11:00 +01:00 committed by Bobby Rong
parent 4578498df5
commit eea5dc6e5d

View file

@ -6,7 +6,7 @@
, numpy
, opencv4
, pillow
, scikitlearn
, scikit-learn
, torch
, torchvision
, ttach
@ -33,7 +33,7 @@ buildPythonPackage rec {
numpy
opencv4
pillow
scikitlearn
scikit-learn
torchvision
ttach
tqdm