python3Packages.tianshou: 1.2.0 -> 2.0.0

https://github.com/thu-ml/tianshou/releases/tag/v2.0.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:39:04 +01:00
parent 5d409d9020
commit 0ea4cf2c9c
@@ -47,7 +47,7 @@
buildPythonPackage rec {
pname = "tianshou";
version = "1.2.0";
version = "2.0.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -56,7 +56,7 @@ buildPythonPackage rec {
owner = "thu-ml";
repo = "tianshou";
tag = "v${version}";
hash = "sha256-lJAxjE+GMwssov1r4jOCOTf5Aonu+q6FSz5oWvZpuQQ=";
hash = "sha256-loE2klM989yZbPZ3Uun3xnGsDHrEZhzk1R0/PcH/1nM=";
};
pythonRelaxDeps = [