hikun commited on
Commit
708ce94
·
verified ·
1 Parent(s): 86f3343

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -47
requirements.txt CHANGED
@@ -1,64 +1,23 @@
1
- # setuptools==59.8.0
2
- # opencv-python
3
- # tensorboard
4
- # pytorch_lightning
5
- # torchmetrics
6
- # omegaconf
7
- # shortuuid
8
- # chumpy
9
- # transformers
10
- # diffusers
11
- # einops
12
- # wandb
13
- # rich
14
- # matplotlib
15
- ## bert-score
16
- ## nlg-metricverse
17
- # gdown
18
- ## numpy==1.24.0
19
- # eventlet
20
-
21
- # for visualization
22
- # pyglet==1.4.0a1
23
- # pyopengl==3.1.4
24
- # PyOpenGL_accelerate
25
- # smplx==0.1.28
26
- # trimesh==3.9.24
27
- # joblib==1.2.0
28
- # shapely
29
- # triangle
30
- # h5py
31
- # scikit-image
32
- # spacy
33
- # ftfy
34
- # more-itertools
35
- # natsort
36
- # moviepy
37
- # librosa
38
-
39
- # 升级构建工具,避免构建隔离环境缺 pip
40
- pip>=24.0
41
- setuptools>=68.0
42
- wheel
43
 
44
- # 核心依赖
 
45
  opencv-python
46
  tensorboard
47
  pytorch_lightning
48
  torchmetrics
49
  omegaconf
50
  shortuuid
51
-
52
- # chumpy 从 GitHub 安装,避免旧版 pip 缺失问题
53
- chumpy @ git+https://github.com/mattloper/chumpy.git
54
-
55
  transformers
56
  diffusers
57
  einops
58
  wandb
59
  rich
60
  matplotlib
 
 
61
  gdown
 
62
  eventlet
63
 
64
  # for visualization
@@ -79,3 +38,4 @@ natsort
79
  moviepy
80
  librosa
81
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
 
2
+ # setuptools==59.8.0
3
+ setuptools
4
  opencv-python
5
  tensorboard
6
  pytorch_lightning
7
  torchmetrics
8
  omegaconf
9
  shortuuid
10
+ chumpy
 
 
 
11
  transformers
12
  diffusers
13
  einops
14
  wandb
15
  rich
16
  matplotlib
17
+ ## bert-score
18
+ ## nlg-metricverse
19
  gdown
20
+ ## numpy==1.24.0
21
  eventlet
22
 
23
  # for visualization
 
38
  moviepy
39
  librosa
40
 
41
+