Tachintech commited on
Commit
96e67db
·
verified ·
1 Parent(s): 72ebc5e

Update requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -3
requirements.txt CHANGED
@@ -1,10 +1,9 @@
1
- # ===== 运行示例脚本 example_usage.py =====
2
- # lerobot 需要 Python >= 3.10,会自动安装 torch
3
  lerobot>=0.4.3
4
  numpy
5
  Pillow
6
 
7
- # ===== 运行可视化脚本 visualize_dataset.py =====
8
  pyarrow
9
  opencv-python
10
  scipy
 
1
+ # example_usage.py (Python >= 3.10)
 
2
  lerobot>=0.4.3
3
  numpy
4
  Pillow
5
 
6
+ # visualize_dataset.py
7
  pyarrow
8
  opencv-python
9
  scipy