Skip to content

Commit 296d14d

Browse files
committed
fix: removed different gymnasium version from doc dependencies
1 parent 2180689 commit 296d14d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ tooling = ["commitizen", "pre-commit", "ruff"]
5858
test = ["pytest", "pytest-coverage", "pytest-cases", "ARLBench[examples]"]
5959
examples = ["hypersweeper"]
6060
doc = [
61-
"automl_sphinx_theme", "gymnasium==0.29.1"
61+
"automl_sphinx_theme"
6262
]
6363
envpool = ["envpool==0.8.4"]
6464

0 commit comments

Comments
 (0)