22 buildPythonPackage rec {
27 src = fetchFromGitHub {
31 hash = "sha256-ObOnbtAT4SlrwOms1jtn7/XKZorGISGY6VuhQlC3DaQ=";
34 # At the time of writing (2022-03-29), rich is currently at version 11.0.0.
35 # The treeo dependency is compatible with a patch, but not marked as such in
36 # treex. See https://github.com/cgarciae/treex/issues/68.
48 buildInputs = [ jaxlib ];
50 propagatedBuildInputs = [
69 pythonImportsCheck = [ "treex" ];
72 description = "Pytree Module system for Deep Learning in JAX";
73 homepage = "https://github.com/cgarciae/treex";
74 license = licenses.mit;
75 maintainers = with maintainers; [ ndl ];