mridulk commited on
Commit
e9de0af
1 Parent(s): b303c70

added pydantic to the requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -23,4 +23,5 @@ seaborn
23
  scikit-learn
24
  open_clip_torch
25
  -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
26
- -e git+https://github.com/openai/CLIP.git@main#egg=clip
 
 
23
  scikit-learn
24
  open_clip_torch
25
  -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
26
+ -e git+https://github.com/openai/CLIP.git@main#egg=clip
27
+ pydantic==1.10.7