From 9cedf053a026c7a1c0aab1b1b8ad0e7432440032 Mon Sep 17 00:00:00 2001 From: Antonin RAFFIN Date: Fri, 1 Nov 2024 08:22:27 +0100 Subject: [PATCH] Update deps for read the doc --- .readthedocs.yml | 4 ++-- docs/conda_env.yml | 13 +++++++------ 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index dbb2fad0..26f0c883 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 b86838e0..0ed3efb1 100644 --- a/docs/conda_env.yml +++ b/docs/conda_env.yml @@ -1,19 +1,20 @@ name: root channels: - pytorch - - defaults + - conda-forge dependencies: - cpuonly=1.0=0 - - pip=22.3.1 - - python=3.8 - - pytorch=1.13.0=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 + - stable-baselines3>=2.0.0,<3.0 - cloudpickle - opencv-python-headless - pandas - - numpy + - numpy>=1.20,<2.0 - matplotlib - - stable-baselines3>=2.0.0 - sphinx>=5,<8 - sphinx_rtd_theme>=1.3.0 - sphinx_copybutton