Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -14,4 +14,8 @@ scikit-learn>=1.3.0
|
|
14 |
pandas>=2.0.0
|
15 |
matplotlib>=3.7.0
|
16 |
scikit-image>=0.21.0
|
17 |
-
tqdm>=4.66.0
|
|
|
|
|
|
|
|
|
|
14 |
pandas>=2.0.0
|
15 |
matplotlib>=3.7.0
|
16 |
scikit-image>=0.21.0
|
17 |
+
tqdm>=4.66.0
|
18 |
+
timm>=0.9.0 # Required for BLIP image processing
|
19 |
+
fairscale>=0.4.13 # Required for BLIP's memory-efficient operations
|
20 |
+
ftfy>=6.1.1 # Required for BLIP text normalization
|
21 |
+
regex>=2022.0.0 # Required for BLIP text processing
|