python3Packages.tianshou: 1.1.0 -> 1.2.0

https://github.com/thu-ml/tianshou/releases/tag/v1.2.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:28 +02:00
parent d7eb32a1cc
commit b2bae59ba8
@@ -47,7 +47,7 @@
buildPythonPackage rec {
pname = "tianshou";
version = "1.1.0";
version = "1.2.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -56,7 +56,7 @@ buildPythonPackage rec {
owner = "thu-ml";
repo = "tianshou";
tag = "v${version}";
hash = "sha256-eiwbSX8Q3KF6h7CfjuZ+7HlXwpvLga1NVr3e+FkPaHc=";
hash = "sha256-lJAxjE+GMwssov1r4jOCOTf5Aonu+q6FSz5oWvZpuQQ=";
};
pythonRelaxDeps = [
@@ -182,7 +182,7 @@ buildPythonPackage rec {
meta = {
description = "Elegant PyTorch deep reinforcement learning library";
homepage = "https://github.com/thu-ml/tianshou";
changelog = "https://github.com/thu-ml/tianshou/releases/tag/v${version}";
changelog = "https://github.com/thu-ml/tianshou/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ derdennisop ];
};