Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
-
timm
|
| 2 |
-
git+https://github.com/
|
| 3 |
-
|
| 4 |
-
|
|
|
|
|
|
| 1 |
+
# provides timm inside the wheel
|
| 2 |
+
git+https://github.com/huggingface/pytorch-image-models@v0.9.8
|
| 3 |
+
|
| 4 |
+
open-clip-torch==2.27.0 # installs package `open_clip`
|
| 5 |
+
git+https://github.com/apple/ml-mobileclip.git@main
|