xichen98cn commited on
Commit
d2cb5d8
1 Parent(s): 9cd27c1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +34 -11
requirements.txt CHANGED
@@ -1,11 +1,34 @@
1
- Cython==3.0.10
2
- einops==0.8.0
3
- open_clip_torch==2.26.1
4
- opencv-python==4.10.0.84
5
- scikit-image==0.24.0
6
- scipy==1.14.0
7
- shapely==2.0.5
8
- submitit==1.5.1
9
- timm==1.0.8
10
- tqdm==4.66.5
11
- pycocotools==2.0.8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ pyyaml==5.1
2
+ torch==1.12.1
3
+ torchvision==0.13.1
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==9.3.0
20
+ future
21
+ fvcore
22
+ omegaconf>=2.1.0.dev24
23
+ hydra-core>=1.1.0.dev5
24
+
25
+
26
+ cython
27
+ scipy
28
+ shapely
29
+ timm
30
+ h5py
31
+ submitit
32
+ scikit-image
33
+ opencv-python-headless
34
+ open_clip_torch