Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -45,7 +45,7 @@ opencv-contrib-python-headless==4.10.0.84
|
|
| 45 |
git+https://github.com/facebookresearch/segment-anything-2.git
|
| 46 |
moviepy>=1.0.3,<2.0
|
| 47 |
# imageio must satisfy moviepy and scikit-image:
|
| 48 |
-
imageio
|
| 49 |
imageio-ffmpeg>=0.4.9,<1.0
|
| 50 |
ffmpeg-python>=0.2.0,<1.0
|
| 51 |
av>=11.0.0,<12.0
|
|
|
|
| 45 |
git+https://github.com/facebookresearch/segment-anything-2.git
|
| 46 |
moviepy>=1.0.3,<2.0
|
| 47 |
# imageio must satisfy moviepy and scikit-image:
|
| 48 |
+
imageio==2.25.0
|
| 49 |
imageio-ffmpeg>=0.4.9,<1.0
|
| 50 |
ffmpeg-python>=0.2.0,<1.0
|
| 51 |
av>=11.0.0,<12.0
|