Skip to content

Commit abb41d2

Browse files
authored
python312Packages.minari: 0.5.2 -> 0.5.3 (#399425)
2 parents cf75c66 + 757d8b2 commit abb41d2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pkgs/development/python-modules/minari/default.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
huggingface-hub,
2323
mktestdocs,
2424
pytest,
25+
scikit-image,
2526

2627
# tests
2728
jaxlib,
@@ -30,14 +31,14 @@
3031

3132
buildPythonPackage rec {
3233
pname = "minari";
33-
version = "0.5.2";
34+
version = "0.5.3";
3435
pyproject = true;
3536

3637
src = fetchFromGitHub {
3738
owner = "Farama-Foundation";
3839
repo = "Minari";
3940
tag = "v${version}";
40-
hash = "sha256-7iIM1WGQRmhUh8idP/vtLnAbBncK6ezMyTvSAKW/9FE=";
41+
hash = "sha256-LvJwp2dZdGPazJPWQtrk+v7zaPjOlomBu5j9avVdCcA=";
4142
};
4243

4344
build-system = [
@@ -69,6 +70,7 @@ buildPythonPackage rec {
6970
# gymnasium-robotics
7071
mktestdocs
7172
pytest
73+
scikit-image
7274
];
7375
};
7476

0 commit comments

Comments
 (0)