lol

python3Packages.unsloth: 2025.5.9 -> 2025.6.5 (#419812)

authored by

Peder Bergebakken Sundt and committed by
GitHub
f74fa598 df02d09c

+6 -4
+3 -2
pkgs/development/python-modules/unsloth-zoo/default.nix
··· 27 27 28 28 buildPythonPackage rec { 29 29 pname = "unsloth-zoo"; 30 - version = "2025.5.11"; 30 + version = "2025.6.4"; 31 31 pyproject = true; 32 32 33 33 # no tags on GitHub 34 34 src = fetchPypi { 35 35 pname = "unsloth_zoo"; 36 36 inherit version; 37 - hash = "sha256-QRKcFkNlr7pICEy3il+za6hDYjvsSxHIBM6VaB1c5mk="; 37 + hash = "sha256-3KLsFYhnTPqaeydFJDHr+qNkTVi2NL3ADjzkd0NBOQQ="; 38 38 }; 39 39 40 40 # pyproject.toml requires an obsolete version of protobuf, ··· 43 43 pythonRelaxDeps = [ 44 44 "protobuf" 45 45 "transformers" 46 + "torch" 46 47 ]; 47 48 48 49 patches = [
+3 -2
pkgs/development/python-modules/unsloth/default.nix
··· 31 31 32 32 buildPythonPackage rec { 33 33 pname = "unsloth"; 34 - version = "2025.5.9"; 34 + version = "2025.6.5"; 35 35 pyproject = true; 36 36 37 37 # Tags on the GitHub repo don't match 38 38 src = fetchPypi { 39 39 pname = "unsloth"; 40 40 inherit version; 41 - hash = "sha256-ud4+6BmyNvtvJz56dhS9SIXxTDw740rSfxxoi5itw4U="; 41 + hash = "sha256-o4c4gANnjM+z4Dp/0BZ48SMLMbCyIgjF3C5Q/AXV49A="; 42 42 }; 43 43 44 44 build-system = [ ··· 74 74 pythonRelaxDeps = [ 75 75 "protobuf" 76 76 "transformers" 77 + "torch" 77 78 ]; 78 79 79 80 # The source repository contains no test