Merge pull request #232696 from fabaff/flax-broken

python311Packages.flax: mark as broken
This commit is contained in:
Sandro
2023-05-19 00:40:19 +02:00
committed by GitHub
@@ -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;
};
}