From 56dce6d3dd58dfb0a133ce4568f22909b55f951a Mon Sep 17 00:00:00 2001 From: Antonin RAFFIN Date: Fri, 1 Nov 2024 08:27:56 +0100 Subject: [PATCH 1/2] Update read the doc deps --- .readthedocs.yml | 4 ++-- docs/conda_env.yml | 13 +++++++------ 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index dbb2fad03..26f0c883b 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -16,6 +16,6 @@ conda: environment: docs/conda_env.yml build: - os: ubuntu-22.04 + os: ubuntu-24.04 tools: - python: "mambaforge-22.9" + python: "mambaforge-23.11" diff --git a/docs/conda_env.yml b/docs/conda_env.yml index 0e01034c1..237ab1a69 100644 --- a/docs/conda_env.yml +++ b/docs/conda_env.yml @@ -1,13 +1,14 @@ name: root channels: - pytorch - - defaults + - conda-forge dependencies: - cpuonly=1.0=0 - - pip=22.3.1 - - python=3.8 - - pytorch=1.13=py3.8_cpu_0 + - pip=24.2 + - python=3.11 + - pytorch=2.5.0=py3.11_cpu_0 - pip: + - gymnasium>=0.28.1,<0.30 - cloudpickle - opencv-python-headless - pandas @@ -16,10 +17,10 @@ dependencies: - sphinx>=5,<8 - sphinx_rtd_theme>=1.3.0 - sphinx_copybutton - - sb3-contrib>=2.0.0 + - sb3-contrib>=2.0.0,<3.0 - optuna - huggingface_sb3>=3.0 - rich - tqdm - pyyaml>=5.1 - - pytablewriter==0.64.2 + - pytablewriter==1.2.0 From 8bb510a3c76e24446fc8541f5edd4d55d8d7d929 Mon Sep 17 00:00:00 2001 From: Antonin RAFFIN Date: Fri, 1 Nov 2024 08:31:27 +0100 Subject: [PATCH 2/2] Update min sb3-contrib to have crossQ --- docs/conda_env.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conda_env.yml b/docs/conda_env.yml index 237ab1a69..32398ff59 100644 --- a/docs/conda_env.yml +++ b/docs/conda_env.yml @@ -17,8 +17,8 @@ dependencies: - sphinx>=5,<8 - sphinx_rtd_theme>=1.3.0 - sphinx_copybutton - - sb3-contrib>=2.0.0,<3.0 - - optuna + - sb3-contrib>=2.4.0a10,<3.0 + - optuna>=3.0,<5.0 - huggingface_sb3>=3.0 - rich - tqdm