Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
huggingface_hub==0.25.2
|
| 2 |
-
lerobot
|
| 3 |
-
torch
|
| 4 |
-
|
|
|
|
| 1 |
huggingface_hub==0.25.2
|
| 2 |
+
git+https://github.com/huggingface/lerobot.git
|
| 3 |
+
torch>=1.13.0
|
| 4 |
+
numpy>=1.23.5
|