Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -9,8 +9,9 @@ einops
|
|
| 9 |
timm
|
| 10 |
opencv-python
|
| 11 |
|
| 12 |
-
# OpenAI CLIP (downloads weights via clip.load)
|
| 13 |
git+https://github.com/openai/CLIP.git
|
| 14 |
ftfy
|
| 15 |
regex
|
| 16 |
matplotlib
|
|
|
|
|
|
|
|
|
| 9 |
timm
|
| 10 |
opencv-python
|
| 11 |
|
|
|
|
| 12 |
git+https://github.com/openai/CLIP.git
|
| 13 |
ftfy
|
| 14 |
regex
|
| 15 |
matplotlib
|
| 16 |
+
requests
|
| 17 |
+
urllib3
|