6 oldest-supported-numpy,
22 buildPythonPackage rec {
23 pname = "spatialmath-python";
27 disabled = pythonOlder "3.7";
30 pname = "spatialmath_python";
32 hash = "sha256-7h29RHCrxdexpabtxMQx/7RahQmCDGHhdJ1WETvtfYg=";
36 oldest-supported-numpy
40 pythonRemoveDeps = [ "pre-commit" ];
42 propagatedBuildInputs = [
50 optional-dependencies = {
61 pythonImportsCheck = [ "spatialmath" ];
63 nativeCheckInputs = [ pytestCheckHook ];
66 description = "Provides spatial maths capability for Python";
67 homepage = "https://pypi.org/project/spatialmath-python/";
68 license = licenses.mit;
69 maintainers = with maintainers; [