diff --git a/pkgs/development/python-modules/minari/default.nix b/pkgs/development/python-modules/minari/default.nix index 7d8cee4b8ea6..ff929ad47ded 100644 --- a/pkgs/development/python-modules/minari/default.nix +++ b/pkgs/development/python-modules/minari/default.nix @@ -19,6 +19,7 @@ google-cloud-storage, tqdm, h5py, + huggingface-hub, mktestdocs, pytest, @@ -29,14 +30,14 @@ buildPythonPackage rec { pname = "minari"; - version = "0.5.1"; + version = "0.5.2"; pyproject = true; src = fetchFromGitHub { owner = "Farama-Foundation"; repo = "Minari"; - rev = "refs/tags/v${version}"; - hash = "sha256-LriUPl9lrIDz5tzZIOxhj8C2q0LZr6AgJGRw/cWp4Fs="; + tag = "v${version}"; + hash = "sha256-7iIM1WGQRmhUh8idP/vtLnAbBncK6ezMyTvSAKW/9FE="; }; build-system = [ @@ -59,6 +60,11 @@ buildPythonPackage rec { tqdm ]; hdf5 = [ h5py ]; + hf = [ huggingface-hub ]; + integrations = [ + # agilerl + # d3rlpy + ]; testing = [ # gymnasium-robotics mktestdocs