jbilcke-hf HF staff commited on
Commit
50ae4c6
·
verified ·
1 Parent(s): bfd5ac6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -3
requirements.txt CHANGED
@@ -1,9 +1,8 @@
1
- git+https://github.com/jbilcke-hf/varnish.git@main
 
2
 
3
  opencv-python==4.9.0.80
4
 
5
- git+https://github.com/huggingface/diffusers.git@main
6
-
7
  # using the 4.46.1 because we have this error:
8
  # "huggingface-inference-toolkit 0.5.2 requires transformers[audio,sentencepiece,sklearn,vision]==4.46.1,
9
  # but you have transformers 4.46.3 which is incompatible.""
 
1
+ diffusers @ git+https://github.com/huggingface/diffusers.git@main
2
+ varnish @ git+https://github.com/jbilcke-hf/varnish.git@main
3
 
4
  opencv-python==4.9.0.80
5
 
 
 
6
  # using the 4.46.1 because we have this error:
7
  # "huggingface-inference-toolkit 0.5.2 requires transformers[audio,sentencepiece,sklearn,vision]==4.46.1,
8
  # but you have transformers 4.46.3 which is incompatible.""