Add blinker==1.4 to requirements.txt so that HuggingFace Inference Endpoint does not try to uninstall it - which it fails to do
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1 +1,2 @@
|
|
|
|
1 |
colbert-ai==0.2.20
|
|
|
1 |
+
blinker==1.4
|
2 |
colbert-ai==0.2.20
|