We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd08f0 commit 17b7964Copy full SHA for 17b7964
pkgs/development/python-modules/jax/default.nix
@@ -194,10 +194,6 @@ buildPythonPackage rec {
194
195
meta = {
196
description = "Source-built JAX frontend: differentiate, compile, and transform Numpy code";
197
- longDescription = ''
198
- This is the JAX frontend package, it's meant to be used together with one of the jaxlib implementations,
199
- e.g. `python3Packages.jaxlib`, `python3Packages.jaxlib-bin`, or `python3Packages.jaxlibWithCuda`.
200
- '';
201
homepage = "https://github.com/google/jax";
202
license = lib.licenses.asl20;
203
maintainers = with lib.maintainers; [ samuela ];
0 commit comments