diff options
Diffstat (limited to 'pkgs/development/python-modules/cupy/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/cupy/default.nix | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/pkgs/development/python-modules/cupy/default.nix b/pkgs/development/python-modules/cupy/default.nix index 842645597062..47f6f768b8d3 100644 --- a/pkgs/development/python-modules/cupy/default.nix +++ b/pkgs/development/python-modules/cupy/default.nix @@ -1,17 +1,18 @@ -{ lib -, buildPythonPackage -, fetchPypi -, cython -, fastrlock -, numpy -, wheel -, pytestCheckHook -, mock -, setuptools -, cudaPackages -, addOpenGLRunpath -, pythonOlder -, symlinkJoin +{ + lib, + buildPythonPackage, + fetchPypi, + cython, + fastrlock, + numpy, + wheel, + pytestCheckHook, + mock, + setuptools, + cudaPackages, + addOpenGLRunpath, + pythonOlder, + symlinkJoin, }: let |
