Loading pkgs/development/python-modules/ray/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ buildPythonPackage rec { python = pyShortVersion; abi = pyShortVersion; platform = "manylinux2014_x86_64"; hash = binary-hashes.${pyShortVersion}; hash = binary-hashes.${pyShortVersion} or { }; }; nativeBuildInputs = [ Loading Loading
pkgs/development/python-modules/ray/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ buildPythonPackage rec { python = pyShortVersion; abi = pyShortVersion; platform = "manylinux2014_x86_64"; hash = binary-hashes.${pyShortVersion}; hash = binary-hashes.${pyShortVersion} or { }; }; nativeBuildInputs = [ Loading