mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-05-14 20:58:03 +00:00
Update dependencies (shimmy, sphinx)
This commit is contained in:
parent
aab545901f
commit
80245bccc8
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -85,7 +85,7 @@ extra_no_roms = [
|
|||
"tqdm",
|
||||
"rich",
|
||||
# For atari games,
|
||||
"shimmy[atari]~=1.1.0",
|
||||
"shimmy[atari]~=1.3.0",
|
||||
"pillow",
|
||||
]
|
||||
|
||||
|
|
@ -126,7 +126,7 @@ setup(
|
|||
"black>=23.9.1,<24",
|
||||
],
|
||||
"docs": [
|
||||
"sphinx>=5.3,<7.0",
|
||||
"sphinx",
|
||||
"sphinx-autobuild",
|
||||
"sphinx-rtd-theme",
|
||||
# For spelling
|
||||
|
|
|
|||
Loading…
Reference in a new issue