Unverified Commit a4e9c701 authored by Nick Cao's avatar Nick Cao
Browse files

python311Packages.mhcflurry: drop hack for vestigial np-utils dependency

parent 5614e0f7
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@
, nose
, pandas
, pytestCheckHook
, pythonRelaxDepsHook
, pyyaml
, scikit-learn
, tensorflow
@@ -26,13 +25,6 @@ buildPythonPackage rec {
    hash = "sha256-VyPHcNlZYgNJZb2UBFX55x+nE0GnHixkcsiTNjDCju0=";
  };

  nativeBuildInputs = [ pythonRelaxDepsHook ];

  pythonRemoveDeps = [
    # See https://github.com/openvax/mhcflurry/issues/216.
    "np-utils"
  ];

  # keras and tensorflow are not in the official setup.py requirements but are required for the CLI utilities to run.
  propagatedBuildInputs = [
    appdirs