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-rtd-theme
|
||||
, sphinxcontrib-jsmath
|
||||
, oldest-supported-numpy
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -33,6 +34,7 @@ buildPythonPackage rec {
|
|||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
oldest-supported-numpy
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue