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 cf75c66 + 757d8b2 commit abb41d2Copy full SHA for abb41d2
pkgs/development/python-modules/minari/default.nix
@@ -22,6 +22,7 @@
22
huggingface-hub,
23
mktestdocs,
24
pytest,
25
+ scikit-image,
26
27
# tests
28
jaxlib,
@@ -30,14 +31,14 @@
30
31
32
buildPythonPackage rec {
33
pname = "minari";
- version = "0.5.2";
34
+ version = "0.5.3";
35
pyproject = true;
36
37
src = fetchFromGitHub {
38
owner = "Farama-Foundation";
39
repo = "Minari";
40
tag = "v${version}";
- hash = "sha256-7iIM1WGQRmhUh8idP/vtLnAbBncK6ezMyTvSAKW/9FE=";
41
+ hash = "sha256-LvJwp2dZdGPazJPWQtrk+v7zaPjOlomBu5j9avVdCcA=";
42
};
43
44
build-system = [
@@ -69,6 +70,7 @@ buildPythonPackage rec {
69
70
# gymnasium-robotics
71
mktestdocs
72
pytest
73
+ scikit-image
74
];
75
76
0 commit comments