bguberfain commited on
Commit
2c4ca0d
1 Parent(s): eda7fe4

Updated with HF requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +28 -2
requirements.txt CHANGED
@@ -1,4 +1,29 @@
1
- opencv-python
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  timm
3
  dataclasses
4
  ftfy
@@ -7,4 +32,5 @@ fasttext
7
  scikit-learn
8
  lvis
9
  nltk
10
- git+https://github.com/openai/CLIP.git
 
1
+ pyyaml==5.1
2
+ torch==1.9.0
3
+ torchvision==0.10.0
4
+
5
+ docutils==0.16
6
+ # https://github.com/sphinx-doc/sphinx/commit/7acd3ada3f38076af7b2b5c9f3b60bb9c2587a3d
7
+ sphinx==3.2.0
8
+ recommonmark==0.6.0
9
+ sphinx_rtd_theme
10
+ # Dependencies here are only those required by import
11
+ termcolor
12
+ numpy
13
+ tqdm
14
+ matplotlib
15
+ termcolor
16
+ yacs
17
+ tabulate
18
+ cloudpickle
19
+ Pillow
20
+ future
21
+ git+https://github.com/facebookresearch/fvcore.git
22
+ omegaconf>=2.1.0.dev24
23
+ hydra-core>=1.1.0.dev5
24
+
25
+ opencv-python-headless
26
+
27
  timm
28
  dataclasses
29
  ftfy
32
  scikit-learn
33
  lvis
34
  nltk
35
+
36
+ git+https://github.com/openai/CLIP.git