Commit cfa33858 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python312Packages.cleanlab: add missing dependency cleanvision

parent f231b7da
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
  pandas,

  # test dependencies
  cleanvision,
  datasets,
  fasttext,
  hypothesis,
@@ -58,6 +59,7 @@ buildPythonPackage rec {
  doCheck = true;

  nativeCheckInputs = [
    cleanvision
    datasets
    fasttext
    hypothesis