Skip to content

Commit 3d822ac

Browse files
committed
Issue #0: Fix documentation build requirements
1 parent ac856f7 commit 3d822ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies = [
2929

3030
[project.optional-dependencies]
3131
docs = ["ipykernel", "ipywidgets", "nbdime", "nbsphinx", "sphinx-rtd-theme"]
32-
rllib = ["dm_tree", "pyarrow", "ray[rllib]", "scikit-image", "typer"]
32+
rllib = ["dm_tree", "pyarrow", "ray[rllib]", "scikit-image", "torch", "typer"]
3333

3434
[project.scripts]
3535
finish_install = "bsk_rl.finish_install:pck_install"

0 commit comments

Comments
 (0)