summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/jax-jumpy
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/jax-jumpy')
-rw-r--r--pkgs/development/python-modules/jax-jumpy/default.nix11
1 files changed, 6 insertions, 5 deletions
diff --git a/pkgs/development/python-modules/jax-jumpy/default.nix b/pkgs/development/python-modules/jax-jumpy/default.nix
index f37677da0283..1fbda8b2cd3e 100644
--- a/pkgs/development/python-modules/jax-jumpy/default.nix
+++ b/pkgs/development/python-modules/jax-jumpy/default.nix
@@ -1,8 +1,9 @@
-{ lib
-, buildPythonPackage
-, fetchFromGitHub
-, numpy
-, setuptools
+{
+ lib,
+ buildPythonPackage,
+ fetchFromGitHub,
+ numpy,
+ setuptools,
}:
buildPythonPackage rec {