python3Packages.unsloth: 2025.4.1 -> 2025.5.9

This commit is contained in:
Hugo Herter
2025-06-03 09:05:36 +02:00
parent 3ef7fc3154
commit f3d3dc1633
@@ -31,14 +31,14 @@
buildPythonPackage rec {
pname = "unsloth";
version = "2025.4.1";
version = "2025.5.9";
pyproject = true;
# Tags on the GitHub repo don't match
src = fetchPypi {
pname = "unsloth";
inherit version;
hash = "sha256-9LtDGfdWH7R3U/xi+aK3V4zA+vs83S6Cp0F2NQKvSdY=";
hash = "sha256-ud4+6BmyNvtvJz56dhS9SIXxTDw740rSfxxoi5itw4U=";
};
build-system = [
@@ -73,6 +73,7 @@ buildPythonPackage rec {
# Upstream issue: https://github.com/unslothai/unsloth-zoo/pull/68
pythonRelaxDeps = [
"protobuf"
"transformers"
];
# The source repository contains no test