14 buildPythonPackage rec {
19 disabled = pythonOlder "3.10";
22 inherit pname version;
23 hash = "sha256-Bb+6WWRHSmK91SWew/oBc9AeNlIItqSv9OoOYwlqdTM=";
26 build-system = [ poetry-core ];
28 pythonRelaxDeps = [ "pyarrow" ];
38 pythonImportsCheck = [ "datashaper" ];
40 # pypi tarball has no tests
44 description = "Collection of utilities for doing lightweight data wrangling";
45 homepage = "https://github.com/microsoft/datashaper/tree/main/python/datashaper";
46 license = lib.licenses.mit;
47 maintainers = with lib.maintainers; [ natsukium ];