Li Zhaoxu commited on
Commit
409ac96
1 Parent(s): b6c1ea6
Files changed (1) hide show
  1. requirements.txt +16 -15
requirements.txt CHANGED
@@ -6,7 +6,6 @@ altair==5.2.0
6
  annotated-types==0.6.0
7
  antlr4-python3-runtime==4.9.3
8
  anyio==3.7.1
9
- decord==0.6.0
10
  appdirs==1.4.4
11
  asttokens==2.4.1
12
  async-timeout==4.0.3
@@ -23,6 +22,7 @@ cycler==0.12.1
23
  datasets==2.15.0
24
  debugpy==1.8.0
25
  decorator==5.1.1
 
26
  dill==0.3.7
27
  docker-pycreds==0.4.0
28
  einops==0.7.0
@@ -35,9 +35,9 @@ fonttools==4.46.0
35
  frozenlist==1.4.1
36
  fsspec==2023.10.0
37
  gitdb==4.0.11
38
- gitpython==3.1.40
39
  gradio==3.47.1
40
- gradio-client==0.6.0
41
  h11==0.14.0
42
  httpcore==1.0.2
43
  httpx==0.25.2
@@ -50,16 +50,16 @@ iopath==0.1.10
50
  ipykernel==6.27.1
51
  ipython==8.18.1
52
  jedi==0.19.1
53
- jinja2==3.1.2
54
  joblib==1.3.2
55
  jsonschema==4.20.0
56
  jsonschema-specifications==2023.11.2
57
- jupyter-client==8.6.0
58
- jupyter-core==5.5.1
59
  kiwisolver==1.4.5
60
- lazy-loader==0.3
61
  lit==17.0.6
62
- markupsafe==2.1.3
63
  matplotlib==3.7.0
64
  matplotlib-inline==0.1.6
65
  mpmath==1.3.0
@@ -82,13 +82,14 @@ nvidia-nccl-cu11==2.14.3
82
  nvidia-nvtx-cu11==11.7.91
83
  omegaconf==2.3.0
84
  opencv-python==4.7.0.72
 
85
  orjson==3.9.10
86
  packaging==23.2
87
  pandas==2.1.4
88
  parso==0.8.3
89
  peft==0.2.0
90
  pexpect==4.9.0
91
- pillow==10.1.0
92
  platformdirs==4.1.0
93
  portalocker==2.8.2
94
  progressbar2==4.3.0
@@ -100,15 +101,15 @@ pure-eval==0.2.2
100
  pyarrow==14.0.2
101
  pyarrow-hotfix==0.6
102
  pydantic==2.5.2
103
- pydantic-core==2.14.5
104
  pydub==0.25.1
105
- pygments==2.17.2
106
  pyparsing==3.1.1
107
  python-dateutil==2.8.2
108
  python-multipart==0.0.6
109
  python-utils==3.8.1
110
  pytz==2023.3.post1
111
- pyyaml==6.0
112
  pyzmq==25.1.2
113
  referencing==0.32.0
114
  regex==2022.10.31
@@ -140,9 +141,9 @@ torchvision==0.15.1
140
  tornado==6.4
141
  tqdm==4.64.1
142
  traitlets==5.14.0
143
- triton==2.0.0
144
  transformers==4.36.2
145
- typing-extensions==4.9.0
 
146
  tzdata==2023.3
147
  urllib3==2.1.0
148
  uvicorn==0.24.0.post1
@@ -153,4 +154,4 @@ webdataset==0.2.48
153
  websockets==11.0.3
154
  xxhash==3.4.1
155
  yarl==1.9.4
156
- zipp==3.17.0
 
6
  annotated-types==0.6.0
7
  antlr4-python3-runtime==4.9.3
8
  anyio==3.7.1
 
9
  appdirs==1.4.4
10
  asttokens==2.4.1
11
  async-timeout==4.0.3
 
22
  datasets==2.15.0
23
  debugpy==1.8.0
24
  decorator==5.1.1
25
+ decord==0.6.0
26
  dill==0.3.7
27
  docker-pycreds==0.4.0
28
  einops==0.7.0
 
35
  frozenlist==1.4.1
36
  fsspec==2023.10.0
37
  gitdb==4.0.11
38
+ GitPython==3.1.40
39
  gradio==3.47.1
40
+ gradio_client==0.6.0
41
  h11==0.14.0
42
  httpcore==1.0.2
43
  httpx==0.25.2
 
50
  ipykernel==6.27.1
51
  ipython==8.18.1
52
  jedi==0.19.1
53
+ Jinja2==3.1.2
54
  joblib==1.3.2
55
  jsonschema==4.20.0
56
  jsonschema-specifications==2023.11.2
57
+ jupyter_client==8.6.0
58
+ jupyter_core==5.5.1
59
  kiwisolver==1.4.5
60
+ lazy_loader==0.3
61
  lit==17.0.6
62
+ MarkupSafe==2.1.3
63
  matplotlib==3.7.0
64
  matplotlib-inline==0.1.6
65
  mpmath==1.3.0
 
82
  nvidia-nvtx-cu11==11.7.91
83
  omegaconf==2.3.0
84
  opencv-python==4.7.0.72
85
+ opencv-python-headless==4.9.0.80
86
  orjson==3.9.10
87
  packaging==23.2
88
  pandas==2.1.4
89
  parso==0.8.3
90
  peft==0.2.0
91
  pexpect==4.9.0
92
+ Pillow==10.1.0
93
  platformdirs==4.1.0
94
  portalocker==2.8.2
95
  progressbar2==4.3.0
 
101
  pyarrow==14.0.2
102
  pyarrow-hotfix==0.6
103
  pydantic==2.5.2
104
+ pydantic_core==2.14.5
105
  pydub==0.25.1
106
+ Pygments==2.17.2
107
  pyparsing==3.1.1
108
  python-dateutil==2.8.2
109
  python-multipart==0.0.6
110
  python-utils==3.8.1
111
  pytz==2023.3.post1
112
+ PyYAML==6.0
113
  pyzmq==25.1.2
114
  referencing==0.32.0
115
  regex==2022.10.31
 
141
  tornado==6.4
142
  tqdm==4.64.1
143
  traitlets==5.14.0
 
144
  transformers==4.36.2
145
+ triton==2.0.0
146
+ typing_extensions==4.9.0
147
  tzdata==2023.3
148
  urllib3==2.1.0
149
  uvicorn==0.24.0.post1
 
154
  websockets==11.0.3
155
  xxhash==3.4.1
156
  yarl==1.9.4
157
+ zipp==3.17.0