python3Packages.cut-cross-entropy: 25.5.1 -> 25.7.2

+7 -3
+7 -3
pkgs/development/python-modules/cut-cross-entropy/default.nix
··· 24 25 buildPythonPackage { 26 pname = "cut-cross-entropy"; 27 - version = "25.5.1"; 28 pyproject = true; 29 30 # The `ml-cross-entropy` Pypi comes from a third-party. ··· 32 src = fetchFromGitHub { 33 owner = "apple"; 34 repo = "ml-cross-entropy"; 35 - rev = "b616b222976b235647790a16d0388338b9e18941"; # no tags 36 - hash = "sha256-BVPon+T7chkpozX/IZU3KZMw1zRzlYVvF/22JWKjT2Y="; 37 }; 38 39 build-system = [ ··· 64 }; 65 66 nativeCheckInputs = [ pytestCheckHook ]; 67 68 pythonImportsCheck = [ 69 "cut_cross_entropy"
··· 24 25 buildPythonPackage { 26 pname = "cut-cross-entropy"; 27 + version = "25.7.2"; 28 pyproject = true; 29 30 # The `ml-cross-entropy` Pypi comes from a third-party. ··· 32 src = fetchFromGitHub { 33 owner = "apple"; 34 repo = "ml-cross-entropy"; 35 + rev = "b19a424ed30a05b8261cfa84d83b2601a9454c67"; # no tags 36 + hash = "sha256-AwUqKiI7XjEOZ7ofjQCOsqvxHyTFD4RZ70odPyxxntc="; 37 }; 38 39 build-system = [ ··· 64 }; 65 66 nativeCheckInputs = [ pytestCheckHook ]; 67 + 68 + disabledTests = [ 69 + "test_vocab_parallel" # Requires CUDA but does not use pytest.skip 70 + ]; 71 72 pythonImportsCheck = [ 73 "cut_cross_entropy"