mingyuan commited on
Commit
1382af5
·
1 Parent(s): 351b66b

update requirements

Browse files
Files changed (2) hide show
  1. pre-requirements.txt +1 -5
  2. requirements.txt +4 -0
pre-requirements.txt CHANGED
@@ -10,8 +10,6 @@ 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
@@ -20,10 +18,8 @@ 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
 
10
  pandas
11
  imageio
12
  imageio-ffmpeg==0.4.9
 
 
13
  timm==0.6.7
14
  einops
15
  fvcore
 
18
  types-regex
19
  cartopy
20
  gdown
 
21
  ipython
22
  librosa
23
  moviepy==1.0.3
24
  mmcv==1.7.1
25
+ gradio==4.44.1
 
requirements.txt CHANGED
@@ -1,2 +1,6 @@
1
 
 
 
 
 
2
  git+https://github.com/facebookresearch/ImageBind@main --install-option="--no-deps"
 
1
 
2
+ git+https://github.com/openai/CLIP.git
3
+ pytorchvideo @ git+https://github.com/facebookresearch/pytorchvideo.git@28fe037d212663c6a24f373b94cc5d478c8c1a1d
4
+ git+https://github.com/omimo/PyMO.git
5
+ git+https://github.com/microsoft/tutel@main
6
  git+https://github.com/facebookresearch/ImageBind@main --install-option="--no-deps"