Allow mujoco minor revision updates

This commit is contained in:
Simon Alibert 2024-03-25 17:25:55 +01:00
parent 7cdd6d2450
commit 0fae5b206b
2 changed files with 2 additions and 2 deletions

2
poetry.lock generated
View File

@ -3475,4 +3475,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.10" python-versions = "^3.10"
content-hash = "f5251fd5ddf3f13fce8a8a0c14131a5ff3d1f433d030598b9e4cefdaaddbd4f8" content-hash = "99addbfc02bcd35a308f4ecc5b4285c9c5054118f4aadea27650d8bf355d9616"

View File

@ -41,7 +41,7 @@ mpmath = "^1.3.0"
torch = "^2.2.1" torch = "^2.2.1"
tensordict = {git = "https://github.com/pytorch/tensordict"} tensordict = {git = "https://github.com/pytorch/tensordict"}
torchrl = {git = "https://github.com/pytorch/rl", rev = "13bef426dcfa5887c6e5034a6e9697993fa92c37"} torchrl = {git = "https://github.com/pytorch/rl", rev = "13bef426dcfa5887c6e5034a6e9697993fa92c37"}
mujoco = "2.3.7" mujoco = "^2.3.7"
opencv-python = "^4.9.0.80" opencv-python = "^4.9.0.80"
diffusers = "^0.26.3" diffusers = "^0.26.3"
torchvision = "^0.17.1" torchvision = "^0.17.1"