rliu Fabrice-TIERCELIN commited on
Commit
93142f5
·
verified ·
1 Parent(s): d48152e

This PR fixes the dependency error (#8)

Browse files

- This PR fixes the dependency error (81f0058a9f0a11533bf2937ab15fefad185f6e93)


Co-authored-by: Fabrice TIERCELIN <[email protected]>

Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -27,4 +27,5 @@ lovely-tensors==0.1.14
27
  plotly==5.13.1
28
  pydantic==1.10.6
29
  -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
30
- -e git+https://github.com/openai/CLIP.git@main#egg=clip
 
 
27
  plotly==5.13.1
28
  pydantic==1.10.6
29
  -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
30
+ -e git+https://github.com/openai/CLIP.git@main#egg=clip
31
+ numpy