Skip to content

Commit

Permalink
Update deps for read the doc (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin authored Nov 1, 2024
1 parent 68828f3 commit e05ee42
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
13 changes: 7 additions & 6 deletions docs/conda_env.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e05ee42

Please sign in to comment.