mirror of
https://github.com/google-deepmind/deepmind-research.git
synced 2026-05-29 19:55:25 +08:00
Freeze version of dm-control in requirements.txt files.
A new version of dm_control is about to come out, which will depend on MuJoCo 2.1.1 (instead of 2.1.0), and we don't want to break existing users of dm_control until they've upgraded their MuJoCo installation. PiperOrigin-RevId: 417360341
This commit is contained in:
committed by
Diego de Las Casas
parent
3f0d5ed1a0
commit
4b1583ae7a
@@ -1,5 +1,5 @@
|
|||||||
absl-py == 0.9.0
|
absl-py == 0.9.0
|
||||||
dm-control
|
dm-control == 0.0.403778684
|
||||||
dm-env
|
dm-env
|
||||||
labmaze
|
labmaze
|
||||||
numpy == 1.19.1
|
numpy == 1.19.1
|
||||||
|
|||||||
Reference in New Issue
Block a user