Gaetan Lepage
2025-04-17 11:19:06 +02:00
parent 68d038e2ce
commit 757d8b299c
@@ -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
];
};