Skip to content

Commit f74fa59

Browse files
authored
python3Packages.unsloth: 2025.5.9 -> 2025.6.5 (#419812)
2 parents df02d09 + f6820ee commit f74fa59

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

pkgs/development/python-modules/unsloth-zoo/default.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727

2828
buildPythonPackage rec {
2929
pname = "unsloth-zoo";
30-
version = "2025.5.11";
30+
version = "2025.6.4";
3131
pyproject = true;
3232

3333
# no tags on GitHub
3434
src = fetchPypi {
3535
pname = "unsloth_zoo";
3636
inherit version;
37-
hash = "sha256-QRKcFkNlr7pICEy3il+za6hDYjvsSxHIBM6VaB1c5mk=";
37+
hash = "sha256-3KLsFYhnTPqaeydFJDHr+qNkTVi2NL3ADjzkd0NBOQQ=";
3838
};
3939

4040
# pyproject.toml requires an obsolete version of protobuf,
@@ -43,6 +43,7 @@ buildPythonPackage rec {
4343
pythonRelaxDeps = [
4444
"protobuf"
4545
"transformers"
46+
"torch"
4647
];
4748

4849
patches = [

pkgs/development/python-modules/unsloth/default.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131

3232
buildPythonPackage rec {
3333
pname = "unsloth";
34-
version = "2025.5.9";
34+
version = "2025.6.5";
3535
pyproject = true;
3636

3737
# Tags on the GitHub repo don't match
3838
src = fetchPypi {
3939
pname = "unsloth";
4040
inherit version;
41-
hash = "sha256-ud4+6BmyNvtvJz56dhS9SIXxTDw740rSfxxoi5itw4U=";
41+
hash = "sha256-o4c4gANnjM+z4Dp/0BZ48SMLMbCyIgjF3C5Q/AXV49A=";
4242
};
4343

4444
build-system = [
@@ -74,6 +74,7 @@ buildPythonPackage rec {
7474
pythonRelaxDeps = [
7575
"protobuf"
7676
"transformers"
77+
"torch"
7778
];
7879

7980
# The source repository contains no test

0 commit comments

Comments
 (0)