Skip to content

Commit

Permalink
[Doc] Fix missing tensordict install for doc (pytorch#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens authored Nov 17, 2022
1 parent 69bdeaf commit 170c6f3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,13 @@ def _main(argv):
"build_ext": BuildExtension.with_options(no_python_abi_suffix=True),
"clean": clean,
},
install_requires=[pytorch_package_dep, "numpy", "packaging", "cloudpickle"],
install_requires=[
pytorch_package_dep,
"numpy",
"packaging",
"cloudpickle",
"tensordict-nightly",
],
extras_require={
"atari": [
"gym<=0.24",
Expand Down

0 comments on commit 170c6f3

Please sign in to comment.