mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-05-14 20:58:03 +00:00
* Drop python 3.8 support, add python 3.12 support * Upgrade to python 3.9 syntax * Fixes for Numpy v2 * Fix doc warning
19 lines
354 B
YAML
19 lines
354 B
YAML
name: root
|
|
channels:
|
|
- pytorch
|
|
- conda-forge
|
|
dependencies:
|
|
- cpuonly=1.0=0
|
|
- pip=24.2
|
|
- python=3.11
|
|
- pytorch=2.5.0=py3.11_cpu_0
|
|
- pip:
|
|
- gymnasium>=0.29.1,<1.1.0
|
|
- cloudpickle
|
|
- opencv-python-headless
|
|
- pandas
|
|
- numpy>=1.20,<3.0
|
|
- matplotlib
|
|
- sphinx>=5,<9
|
|
- sphinx_rtd_theme>=1.3.0
|
|
- sphinx_copybutton
|