lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 }: ··· 36 35 rev = "24fbe4b5dab9a6c250a014573613c1890190536c"; # no tags 37 36 hash = "sha256-BVPon+T7chkpozX/IZU3KZMw1zRzlYVvF/22JWKjT2Y="; 38 37 }; 39 - 40 - # Python 3.13 support requires PyTorch 2.6, which is not merged into master yet 41 - # https://github.com/NixOS/nixpkgs/pull/377785 42 - disabled = pythonAtLeast "3.13"; 43 38 44 39 build-system = [ 45 40 setuptools