mingyuan commited on
Commit
351b66b
·
1 Parent(s): 93f870f

update requirements

Browse files
Files changed (2) hide show
  1. pre-requirements.txt +29 -0
  2. requirements.txt +2 -30
pre-requirements.txt ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ numpy==1.23.1
2
+ torch==1.12.1
3
+ torchvision==0.13.1
4
+ torchaudio==0.12.1
5
+ ftfy
6
+ regex
7
+ tqdm
8
+ scipy
9
+ matplotlib
10
+ pandas
11
+ imageio
12
+ imageio-ffmpeg==0.4.9
13
+ git+https://github.com/openai/CLIP.git
14
+ pytorchvideo @ git+https://github.com/facebookresearch/pytorchvideo.git@28fe037d212663c6a24f373b94cc5d478c8c1a1d
15
+ timm==0.6.7
16
+ einops
17
+ fvcore
18
+ eva-decord==0.6.1
19
+ iopath
20
+ types-regex
21
+ cartopy
22
+ gdown
23
+ git+https://github.com/omimo/PyMO.git
24
+ ipython
25
+ librosa
26
+ moviepy==1.0.3
27
+ mmcv==1.7.1
28
+ gradio==4.44.1
29
+ git+https://github.com/microsoft/tutel@main
requirements.txt CHANGED
@@ -1,30 +1,2 @@
1
- numpy==1.23.1
2
- torch==1.12.1
3
- torchvision==0.13.1
4
- torchaudio==0.12.1
5
- ftfy
6
- regex
7
- tqdm
8
- scipy
9
- matplotlib
10
- pandas
11
- imageio
12
- imageio-ffmpeg==0.4.9
13
- git+https://github.com/openai/CLIP.git
14
- pytorchvideo @ git+https://github.com/facebookresearch/pytorchvideo.git@28fe037d212663c6a24f373b94cc5d478c8c1a1d
15
- timm==0.6.7
16
- einops
17
- fvcore
18
- eva-decord==0.6.1
19
- iopath
20
- types-regex
21
- cartopy
22
- gdown
23
- git+https://github.com/omimo/PyMO.git
24
- ipython
25
- librosa
26
- moviepy==1.0.3
27
- mmcv==1.7.1
28
- gradio==4.44.1
29
- git+https://github.com/microsoft/tutel@main
30
- git+https://github.com/facebookresearch/ImageBind@main --no-deps
 
1
+
2
+ git+https://github.com/facebookresearch/ImageBind@main --install-option="--no-deps"