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:
Nimrod Gileadi
2021-12-20 10:05:47 +00:00
committed by Diego de Las Casas
parent 3f0d5ed1a0
commit 4b1583ae7a
+1 -1
View File
@@ -1,5 +1,5 @@
absl-py == 0.9.0
dm-control
dm-control == 0.0.403778684
dm-env
labmaze
numpy == 1.19.1