Unverified Commit 6e1523e3 authored by Nick Cao's avatar Nick Cao
Browse files

python312Packages.datashaper: drop pythonRelaxDepsHook

parent 76beea9e
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
  buildPythonPackage,
  fetchPypi,
  pythonOlder,
  pythonRelaxDepsHook,
  poetry-core,
  dacite,
  diskcache,
@@ -26,8 +25,6 @@ buildPythonPackage rec {

  build-system = [ poetry-core ];

  nativeBuildInputs = [ pythonRelaxDepsHook ];

  pythonRelaxDeps = [ "pyarrow" ];

  dependencies = [