Update requirements.txt
Browse files- requirements.txt +1 -4
requirements.txt
CHANGED
@@ -8,7 +8,4 @@ tqdm==4.65.0
|
|
8 |
numpy==1.24.2
|
9 |
matplotlib==3.7.1
|
10 |
imageio[ffmpeg]==2.19.3 # Python wrapper for FFmpeg
|
11 |
-
pyexiftool==0.
|
12 |
-
|
13 |
-
# Optional dependencies for Streamlit UI styling
|
14 |
-
streamlit-drawer==0.0.4
|
|
|
8 |
numpy==1.24.2
|
9 |
matplotlib==3.7.1
|
10 |
imageio[ffmpeg]==2.19.3 # Python wrapper for FFmpeg
|
11 |
+
pyexiftool==0.5.6 # Correct Python wrapper for ExifTool
|
|
|
|
|
|