Skip to content

Commit 87d2b4e

Browse files
committed
Update
[ghstack-poisoned]
1 parent f587fb5 commit 87d2b4e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/unittest/linux_libs/scripts_gym/run_all.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ uv pip install "pybind11[global]"
6666
# 7. Install tensordict
6767
printf "* Installing tensordict\n"
6868
if [[ "$RELEASE" == 0 ]]; then
69-
uv pip install pyvers
69+
# Install tensordict dependencies (since we use --no-deps)
70+
uv pip install cloudpickle packaging importlib_metadata orjson "pyvers>=0.1.0,<0.2.0"
7071
uv pip install git+https://github.com/pytorch/tensordict.git --no-deps
7172
else
7273
uv pip install tensordict

0 commit comments

Comments
 (0)