We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 787a995 + afc4224 commit 5f45b7dCopy full SHA for 5f45b7d
pkgs/development/python-modules/stable-baselines3/default.nix
@@ -22,14 +22,14 @@
22
}:
23
buildPythonPackage rec {
24
pname = "stable-baselines3";
25
- version = "2.5.0";
+ version = "2.6.0";
26
pyproject = true;
27
28
src = fetchFromGitHub {
29
owner = "DLR-RM";
30
repo = "stable-baselines3";
31
tag = "v${version}";
32
- hash = "sha256-4KOF/3/PxHHSo95zaqtPy5+h53VcUsMhSx85tGvXV2o=";
+ hash = "sha256-VnoQ8cKqPcZPpR9c3M6xJDdG7gnO9fxIa4v2kxd9Nzg=";
33
};
34
35
build-system = [ setuptools ];
0 commit comments