Loading pkgs/development/python-modules/flax/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -85,6 +85,7 @@ 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 ]; }; Loading Loading
pkgs/development/python-modules/flax/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -85,6 +85,7 @@ 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 ]; }; Loading