spatialmath fix numpy dep

This commit is contained in:
Igor Brylyov 2023-09-22 12:19:43 +03:00
parent ea1921fd50
commit 7f811376e5

View file

@ -17,6 +17,7 @@
, sphinx-autodoc-typehints , sphinx-autodoc-typehints
, sphinx-rtd-theme , sphinx-rtd-theme
, sphinxcontrib-jsmath , sphinxcontrib-jsmath
, oldest-supported-numpy
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -33,6 +34,7 @@ buildPythonPackage rec {
nativeBuildInputs = [ nativeBuildInputs = [
setuptools setuptools
oldest-supported-numpy
]; ];
propagatedBuildInputs = [ propagatedBuildInputs = [