python3Packages.trl: 0.25.1 -> 0.27.0

https://github.com/huggingface/trl/releases/tag/v0.27.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:39:06 +01:00
parent 23be04415e
commit ecbf49339f
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "trl";
version = "0.25.1";
version = "0.27.0";
pyproject = true;
src = fetchFromGitHub {
owner = "huggingface";
repo = "trl";
tag = "v${version}";
hash = "sha256-f7XCrARel9DEJPe+oiGFyoaKY7jSvHo9YtQS0OWQ76s=";
hash = "sha256-NEvIWrirHqcLJpyA894NgNFPn/Svg+ND/xDMIRHW8d0=";
};
build-system = [