From 7f811376e53bb8316741a745b8830911903ae583 Mon Sep 17 00:00:00 2001 From: Igor Brylyov Date: Fri, 22 Sep 2023 12:19:43 +0300 Subject: [PATCH] spatialmath fix numpy dep --- pkgs/development/python-modules/spatialmath/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/spatialmath/default.nix b/pkgs/development/python-modules/spatialmath/default.nix index 9d4101a..009fcf0 100644 --- a/pkgs/development/python-modules/spatialmath/default.nix +++ b/pkgs/development/python-modules/spatialmath/default.nix @@ -17,6 +17,7 @@ , sphinx-autodoc-typehints , sphinx-rtd-theme , sphinxcontrib-jsmath +, oldest-supported-numpy }: buildPythonPackage rec { @@ -33,6 +34,7 @@ buildPythonPackage rec { nativeBuildInputs = [ setuptools + oldest-supported-numpy ]; propagatedBuildInputs = [