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

Changed files
+7 -3
pkgs
development
python-modules
cut-cross-entropy
+7 -3
pkgs/development/python-modules/cut-cross-entropy/default.nix
···
buildPythonPackage {
pname = "cut-cross-entropy";
-
version = "25.5.1";
+
version = "25.7.2";
pyproject = true;
# The `ml-cross-entropy` Pypi comes from a third-party.
···
src = fetchFromGitHub {
owner = "apple";
repo = "ml-cross-entropy";
-
rev = "b616b222976b235647790a16d0388338b9e18941"; # no tags
-
hash = "sha256-BVPon+T7chkpozX/IZU3KZMw1zRzlYVvF/22JWKjT2Y=";
+
rev = "b19a424ed30a05b8261cfa84d83b2601a9454c67"; # no tags
+
hash = "sha256-AwUqKiI7XjEOZ7ofjQCOsqvxHyTFD4RZ70odPyxxntc=";
};
build-system = [
···
};
nativeCheckInputs = [ pytestCheckHook ];
+
+
disabledTests = [
+
"test_vocab_parallel" # Requires CUDA but does not use pytest.skip
+
];
pythonImportsCheck = [
"cut_cross_entropy"