Unverified Commit abb41d24 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

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

parents cf75c66e 757d8b29
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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
    ];
  };