Skip to content

Commit 992480c

Browse files
author
Vincent Moens
committed
[CI] Fix tensordict upper version to 0.9
ghstack-source-id: 7ffefbb Pull-Request-resolved: #2933
1 parent f7853bb commit 992480c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def _main(argv):
172172
if is_nightly:
173173
tensordict_dep = "tensordict-nightly"
174174
else:
175-
tensordict_dep = "tensordict>=0.8.0"
175+
tensordict_dep = "tensordict>=0.8.1,<0.9.0"
176176

177177
if is_nightly:
178178
version = get_nightly_version()

0 commit comments

Comments
 (0)