nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.cut-cross-entropy: remove restriction on Python 3.13 (#405291)

authored by

Nick Cao and committed by
GitHub
2e7ba40a 46179738

-5
-5
pkgs/development/python-modules/cut-cross-entropy/default.nix
··· 18 18 huggingface-hub, 19 19 pandas, 20 20 pytestCheckHook, 21 - pythonAtLeast, 22 21 tqdm, 23 22 transformers, 24 23 }: ··· 35 36 rev = "24fbe4b5dab9a6c250a014573613c1890190536c"; # no tags 36 37 hash = "sha256-BVPon+T7chkpozX/IZU3KZMw1zRzlYVvF/22JWKjT2Y="; 37 38 }; 38 - 39 - # Python 3.13 support requires PyTorch 2.6, which is not merged into master yet 40 - # https://github.com/NixOS/nixpkgs/pull/377785 41 - disabled = pythonAtLeast "3.13"; 42 39 43 40 build-system = [ 44 41 setuptools