Skip to content

Commit b1288ed

Browse files
authored
Update read the doc deps (#474)
* Update read the doc deps * Update min sb3-contrib to have crossQ
1 parent 6409c41 commit b1288ed

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

.readthedocs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ conda:
1616
environment: docs/conda_env.yml
1717

1818
build:
19-
os: ubuntu-22.04
19+
os: ubuntu-24.04
2020
tools:
21-
python: "mambaforge-22.9"
21+
python: "mambaforge-23.11"

docs/conda_env.yml

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
name: root
22
channels:
33
- pytorch
4-
- defaults
4+
- conda-forge
55
dependencies:
66
- cpuonly=1.0=0
7-
- pip=22.3.1
8-
- python=3.8
9-
- pytorch=1.13=py3.8_cpu_0
7+
- pip=24.2
8+
- python=3.11
9+
- pytorch=2.5.0=py3.11_cpu_0
1010
- pip:
11+
- gymnasium>=0.28.1,<0.30
1112
- cloudpickle
1213
- opencv-python-headless
1314
- pandas
@@ -16,10 +17,10 @@ dependencies:
1617
- sphinx>=5,<8
1718
- sphinx_rtd_theme>=1.3.0
1819
- sphinx_copybutton
19-
- sb3-contrib>=2.0.0
20-
- optuna
20+
- sb3-contrib>=2.4.0a10,<3.0
21+
- optuna>=3.0,<5.0
2122
- huggingface_sb3>=3.0
2223
- rich
2324
- tqdm
2425
- pyyaml>=5.1
25-
- pytablewriter==0.64.2
26+
- pytablewriter==1.2.0

0 commit comments

Comments
 (0)