python312Packages.minari: 0.5.1 -> 0.5.2 (#363623)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user