Maksim commited on
Commit
fc59fe8
·
1 Parent(s): a9903e3

Use mmcv-lite to avoid build issues with PyTorch 2.8.0

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -16,7 +16,7 @@ ffmpeg-python
16
  moviepy
17
  tqdm
18
  Pillow
19
- mmcv==2.0.0rc4
20
  mmpose==1.3.0
21
  mmdet==3.0.0
22
  mmengine==0.10.0
 
16
  moviepy
17
  tqdm
18
  Pillow
19
+ mmcv-lite
20
  mmpose==1.3.0
21
  mmdet==3.0.0
22
  mmengine==0.10.0