python312Packages.minari: 0.5.2 -> 0.5.3 (#399425)

This commit is contained in:
Gaétan Lepage
2025-04-17 12:49:30 +02:00
committed by GitHub
@@ -22,6 +22,7 @@
huggingface-hub,
mktestdocs,
pytest,
scikit-image,
# tests
jaxlib,
@@ -30,14 +31,14 @@
buildPythonPackage rec {
pname = "minari";
version = "0.5.2";
version = "0.5.3";
pyproject = true;
src = fetchFromGitHub {
owner = "Farama-Foundation";
repo = "Minari";
tag = "v${version}";
hash = "sha256-7iIM1WGQRmhUh8idP/vtLnAbBncK6ezMyTvSAKW/9FE=";
hash = "sha256-LvJwp2dZdGPazJPWQtrk+v7zaPjOlomBu5j9avVdCcA=";
};
build-system = [
@@ -69,6 +70,7 @@ buildPythonPackage rec {
# gymnasium-robotics
mktestdocs
pytest
scikit-image
];
};