File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
pkgs/development/python-modules Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2727
2828buildPythonPackage 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 = [
Original file line number Diff line number Diff line change 3131
3232buildPythonPackage 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
You can’t perform that action at this time.
0 commit comments