Merge pull request #113953 from veprbl/pr/awkward_1_1_2

pythonPackages.awkward: 1.0.2 -> 1.1.2
This commit is contained in:
Sandro 2021-03-07 04:01:23 +01:00 committed by GitHub
commit dd6fa0006a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,11 +10,11 @@
buildPythonPackage rec {
pname = "awkward";
version = "1.0.2";
version = "1.1.2";
src = fetchPypi {
inherit pname version;
sha256 = "3468cb80cab51252a1936e5e593c7df4588ea0e18dcb6fb31e3d2913ba883928";
sha256 = "4ae8371d9e6d5bd3e90f3686b433cebc0541c88072655d2c75ec58e79b5d6943";
};
nativeBuildInputs = [ cmake ];
@ -25,6 +25,7 @@ buildPythonPackage rec {
checkInputs = [ pytestCheckHook numba ];
dontUseSetuptoolsCheck = true;
disabledTestPaths = [ "tests-cuda" ];
meta = with lib; {
description = "Manipulate JSON-like data with NumPy-like idioms";