mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-05-22 22:10:16 +00:00
* Add missing word in patch error message * Add changelog * Drop python 3.7, add 3.11 and update github templates * [ci skip] Update version in doc * Update minimum PyTorch version * Update conda env and fix mypy --------- Co-authored-by: Lukas Hass <lukas@slucky.de>
20 lines
359 B
YAML
20 lines
359 B
YAML
name: root
|
|
channels:
|
|
- pytorch
|
|
- defaults
|
|
dependencies:
|
|
- cpuonly=1.0=0
|
|
- pip=22.3.1
|
|
- python=3.8
|
|
- pytorch=1.13.0=py3.8_cpu_0
|
|
- pip:
|
|
- gymnasium
|
|
- cloudpickle
|
|
- opencv-python-headless
|
|
- pandas
|
|
- numpy
|
|
- matplotlib
|
|
- sphinx_autodoc_typehints
|
|
- sphinx>=5.3,<7.0
|
|
- sphinx_rtd_theme>=1.0
|
|
- sphinx_copybutton
|