stable-baselines3/docs/conda_env.yml
Antonin RAFFIN 88e1be9ff5
Documentation update (#450)
* Update migration guide

* Add sanity check

* Removed parameter ``channels_last`` from ``is_image_space``

* Pin docutils

* Clarify callback `save_freq` definition

* Update docs/misc/changelog.rst

* Update docs/misc/changelog.rst

* Fix typos

Co-authored-by: Anssi <kaneran21@hotmail.com>
2021-05-23 13:13:11 +02:00

20 lines
421 B
YAML

name: root
channels:
- pytorch
- defaults
dependencies:
- cpuonly=1.0=0
- pip=20.2
- python=3.6
- pytorch=1.5.0=py3.6_cpu_0
- pip:
- gym>=0.17.2
- cloudpickle
- opencv-python-headless
- pandas
- numpy
- matplotlib
- sphinx_autodoc_typehints
# Tmp fix, docutils==0.17 breaks rtd theme
# See https://github.com/readthedocs/sphinx_rtd_theme/issues/1115
- docutils==0.16