Commit 192910cd authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.flax: mark as broken

Requires orbax which is not available in Nixpkgs
parent c35f96ef
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -88,5 +88,7 @@ buildPythonPackage rec {
    changelog = "https://github.com/google/flax/releases/tag/v${version}";
    license = licenses.asl20;
    maintainers = with maintainers; [ ndl ];
    # Requires orbax which is not available
    broken = true;
  };
}