Update requirements.txt
Browse files- requirements.txt +9 -1
requirements.txt
CHANGED
|
@@ -1,3 +1,11 @@
|
|
| 1 |
jupyterlab==4.4.3
|
| 2 |
tornado==6.2
|
| 3 |
-
ipywidgets
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
jupyterlab==4.4.3
|
| 2 |
tornado==6.2
|
| 3 |
+
ipywidgets
|
| 4 |
+
|
| 5 |
+
# This is a Mujoco-optimized JupyterLab build, so preinstall stuff for Mujoco
|
| 6 |
+
jax[cuda12]
|
| 7 |
+
mujoco
|
| 8 |
+
mujoco_mjx
|
| 9 |
+
brax
|
| 10 |
+
mediapy
|
| 11 |
+
playground
|