7 oldest-supported-numpy,
17 buildPythonPackage rec {
18 pname = "spatialmath-python";
22 disabled = pythonOlder "3.7";
25 pname = "spatialmath_python";
27 hash = "sha256-BhIB4VapnARkzyhps8xRWnQTAlRB8aVPDpNuN/FNezo=";
31 oldest-supported-numpy
35 pythonRemoveDeps = [ "pre-commit" ];
37 pythonRelaxDeps = [ "matplotlib" ];
47 pythonImportsCheck = [ "spatialmath" ];
49 nativeCheckInputs = [ pytestCheckHook ];
53 "tests/test_spline.py"
56 env.MPLBACKEND = lib.optionalString stdenv.hostPlatform.isDarwin "Agg";
59 description = "Provides spatial maths capability for Python";
60 homepage = "https://pypi.org/project/spatialmath-python/";
61 license = licenses.mit;
62 maintainers = with maintainers; [