We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f587fb5 commit 87d2b4eCopy full SHA for 87d2b4e
1 file changed
.github/unittest/linux_libs/scripts_gym/run_all.sh
@@ -66,7 +66,8 @@ uv pip install "pybind11[global]"
66
# 7. Install tensordict
67
printf "* Installing tensordict\n"
68
if [[ "$RELEASE" == 0 ]]; then
69
- uv pip install pyvers
+ # Install tensordict dependencies (since we use --no-deps)
70
+ uv pip install cloudpickle packaging importlib_metadata orjson "pyvers>=0.1.0,<0.2.0"
71
uv pip install git+https://github.com/pytorch/tensordict.git --no-deps
72
else
73
uv pip install tensordict
0 commit comments