Revert "python310Packages.flax: mark broken"

This reverts commit b200b3f2d7.
This commit is contained in:
Robert Schütz 2023-02-09 15:54:40 -08:00
parent 33cfeb9563
commit f68fea2b6f

View file

@ -87,8 +87,5 @@ 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
};
}