python3Packages.trl: 0.19.0 -> 0.20.0

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

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:33 +02:00
parent 7e261a4380
commit f74c3d0627
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "trl";
version = "0.19.0";
version = "0.20.0";
pyproject = true;
src = fetchFromGitHub {
owner = "huggingface";
repo = "trl";
tag = "v${version}";
hash = "sha256-TlTq3tIQfNuI+CPvIy/qPFiKPhoSQd7g7FDj4F7C3CQ=";
hash = "sha256-z14refdNySnKcfFq54l+slsi4SLe5FG8UNoAKxfmAy0=";
};
build-system = [