spatialmath fix numpy dep
This commit is contained in:
parent
ea1921fd50
commit
7f811376e5
1 changed files with 2 additions and 0 deletions
|
@ -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 = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue