mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 20:03:16 +00:00
python310Packages.flax: mark broken
This commit is contained in:
parent
47611e4acc
commit
b200b3f2d7
@ -87,5 +87,8 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/google/flax";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ ndl ];
|
||||
# Py3.10 requires orbax, tensorstore which needs packaging
|
||||
# Py3.11 requires tensorboard, which is unsupported at py3.11 atm
|
||||
broken = true; # At 2023-02-05
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user