Commit f3d3dc16 authored by Hugo Herter's avatar Hugo Herter
Browse files

python3Packages.unsloth: 2025.4.1 -> 2025.5.9

parent 3ef7fc31
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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