Merge pull request #265915 from r-ryantm/auto-update/python310Packages.mhcflurry

python310Packages.mhcflurry: 2.0.6 -> 2.1.0

authored by Nick Cao and committed by GitHub 5ec2618f e7704a1b

+2 -14
+2 -14
pkgs/development/python-modules/mhcflurry/default.nix
··· 7 7 , nose 8 8 , pandas 9 9 , pytestCheckHook 10 - , pythonRelaxDepsHook 11 10 , pyyaml 12 11 , scikit-learn 13 12 , tensorflow ··· 16 15 17 16 buildPythonPackage rec { 18 17 pname = "mhcflurry"; 19 - version = "2.0.6"; 18 + version = "2.1.0"; 20 19 format = "setuptools"; 21 20 22 21 src = fetchFromGitHub { 23 22 owner = "openvax"; 24 23 repo = pname; 25 24 rev = "refs/tags/v${version}"; 26 - hash = "sha256-Cr7L6uo6Kc1PSeG5nK6zQSD7eeCFcUJUzhsX+waz7og="; 25 + hash = "sha256-VyPHcNlZYgNJZb2UBFX55x+nE0GnHixkcsiTNjDCju0="; 27 26 }; 28 - 29 - nativeBuildInputs = [ pythonRelaxDepsHook ]; 30 - 31 - pythonRemoveDeps = [ 32 - # See https://github.com/openvax/mhcflurry/issues/216. 33 - "np-utils" 34 - ]; 35 27 36 28 # keras and tensorflow are not in the official setup.py requirements but are required for the CLI utilities to run. 37 29 propagatedBuildInputs = [ ··· 75 67 "test_run_serial" 76 68 "test_speed_allele_specific" 77 69 "test_speed_pan_allele" 78 - 79 - # See https://github.com/openvax/mhcflurry/issues/217 80 - "test_more" 81 - "test_small" 82 70 ]; 83 71 84 72 disabledTestPaths = [