mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 03:03:42 +00:00
python310Packages.cupy: fix lint issue
This commit is contained in:
parent
091ed1dd01
commit
775589f43d
@ -18,7 +18,7 @@ let
|
||||
in buildPythonPackage rec {
|
||||
pname = "cupy";
|
||||
version = "11.5.0";
|
||||
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
|
Loading…
Reference in New Issue
Block a user