Spaces:
Running
Running
update
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
torch
|
2 |
safetensors
|
3 |
pytorch-lightning
|
|
|
|
|
4 |
git+https://github.com/openai/CLIP.git
|
5 |
-
numpy
|
6 |
-
pillow
|
|
|
1 |
torch
|
2 |
safetensors
|
3 |
pytorch-lightning
|
4 |
+
numpy<2
|
5 |
+
pillow
|
6 |
git+https://github.com/openai/CLIP.git
|
|
|
|