Merge pull request #214758 from superherointj/broken-python310Packages.flax
python310Packages.flax: mark broken
This commit is contained in:
commit
a9b657a4e6
1 changed files with 3 additions and 0 deletions
|
@ -87,5 +87,8 @@ buildPythonPackage rec {
|
||||||
homepage = "https://github.com/google/flax";
|
homepage = "https://github.com/google/flax";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ ndl ];
|
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 a new issue