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

python311Packages.trfl: mark as broken

parent 21cfe646
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -72,5 +72,7 @@ buildPythonPackage rec {
    homepage = "https://github.com/deepmind/trfl";
    license = licenses.asl20;
    maintainers = with maintainers; [ onny ];
    # ModuleNotFoundError: No module named 'keras.api._v2' as tensorflow is too outdated
    broken = true;
  };
}