python312Packages.cleanlab: add missing dependency cleanvision

This commit is contained in:
Gaetan Lepage
2024-09-27 08:38:04 +02:00
parent f231b7dac1
commit cfa3385876
@@ -14,6 +14,7 @@
pandas,
# test dependencies
cleanvision,
datasets,
fasttext,
hypothesis,
@@ -58,6 +59,7 @@ buildPythonPackage rec {
doCheck = true;
nativeCheckInputs = [
cleanvision
datasets
fasttext
hypothesis