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

This commit is contained in:
Nick Cao
2023-11-07 09:18:09 -05:00
parent 5614e0f743
commit a4e9c70142
@@ -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