wolverinn commited on
Commit
0626c59
1 Parent(s): 8128927

fix requirements

Browse files
Files changed (2) hide show
  1. requirements.txt +1 -14
  2. requirements_bak.txt +12 -0
requirements.txt CHANGED
@@ -33,17 +33,4 @@ httpcore<=0.15
33
  fastapi==0.90.1
34
  xformers==0.0.16rc425
35
  git+https://github.com/mlfoundations/open_clip.git@bb6e834e9c70d9c27d0dc3ecedeebeaeb1ffad6b
36
- git+https://github.com/openai/CLIP.git@d50d76daa670286dd6cacf3bcd80b5e4823fc8e1
37
- addict
38
- future
39
- lmdb
40
- opencv-python
41
- pyyaml
42
- requests
43
- scipy
44
- tb-nightly
45
- tqdm
46
- yapf
47
- lpips
48
- gdown
49
- gradio
 
33
  fastapi==0.90.1
34
  xformers==0.0.16rc425
35
  git+https://github.com/mlfoundations/open_clip.git@bb6e834e9c70d9c27d0dc3ecedeebeaeb1ffad6b
36
+ git+https://github.com/openai/CLIP.git@d50d76daa670286dd6cacf3bcd80b5e4823fc8e1
 
 
 
 
 
 
 
 
 
 
 
 
 
requirements_bak.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ addict
2
+ future
3
+ lmdb
4
+ opencv-python
5
+ pyyaml
6
+ requests
7
+ scipy
8
+ tb-nightly
9
+ tqdm
10
+ yapf
11
+ lpips
12
+ gdown