Unverified Commit 0a5dd928 authored by Nick Cao's avatar Nick Cao
Browse files

python312Packages.spatialmath-python: drop pythonRelaxDepsHook

parent cf96f76c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@
  pytest-xvfb,
  sympy,
  pytestCheckHook,
  pythonRelaxDepsHook,
}:

buildPythonPackage rec {
@@ -36,7 +35,6 @@ buildPythonPackage rec {
  nativeBuildInputs = [
    oldest-supported-numpy
    setuptools
    pythonRelaxDepsHook
  ];

  pythonRemoveDeps = [ "pre-commit" ];