mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
pythonPackages.awkward: 1.0.2 -> 1.1.2
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
9dd55143dc
commit
4e25873e92
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user