Unverified Commit 1a6a0923 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #232696 from fabaff/flax-broken

python311Packages.flax: mark as broken 
parents 8cac8760 192910cd
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -85,7 +85,10 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Neural network library for JAX";
    homepage = "https://github.com/google/flax";
    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;
  };
}