Skip to content

Commit 17b7964

Browse files
committed
python3Packages.jax: remove outdated longDescription
1 parent 9bd08f0 commit 17b7964

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pkgs/development/python-modules/jax/default.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,6 @@ buildPythonPackage rec {
194194

195195
meta = {
196196
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-
'';
201197
homepage = "https://github.com/google/jax";
202198
license = lib.licenses.asl20;
203199
maintainers = with lib.maintainers; [ samuela ];

0 commit comments

Comments
 (0)