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
commit 1a6a0923e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
};
}