WUJUNCHAO commited on
Commit
8074e88
1 Parent(s): c75a407

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -120
requirements.txt CHANGED
@@ -1,134 +1,15 @@
1
- aiohttp==3.9.0
2
- aiosignal==1.2.0
3
- async-timeout==4.0.2
4
- attrs==23.1.0
5
- bottleneck==1.3.5
6
- brotli==1.0.9
7
- cffi==1.16.0
8
  charset-normalizer==2.0.4
9
- cpuonly==2.0
10
- cryptography==41.0.3
11
  datasets==2.12.0
12
- dill==0.3.6
13
- ffmpeg==4.3
14
- filelock==3.13.1
15
- freetype==2.12.1
16
- frozenlist==1.4.0
17
- fsspec==2023.10.0
18
- gflags==2.2.2
19
- giflib==5.2.1
20
- glog==0.5.0
21
- gmp==6.2.1
22
- gmpy2==2.1.2
23
- gnutls==3.6.15
24
- grpc-cpp==1.48.2
25
- huggingface-hub==0.17.3
26
- icu==73.1
27
- idna==3.4
28
- importlib-metadata==6.0.0
29
- intel-openmp==2023.1.0
30
- jinja2==3.1.2
31
- jpeg==9e
32
- krb5==1.20.1
33
- lame==3.100
34
- lcms2==2.12
35
- ld_impl_linux-64==2.38
36
- lerc==3.0
37
- libboost==1.82.0
38
- libbrotlicommon==1.0.9
39
- libbrotlidec==1.0.9
40
- libbrotlienc==1.0.9
41
- libcurl==8.4.0
42
- libdeflate==1.17
43
- libedit==3.1.20221030
44
- libev==4.33
45
- libevent==2.1.12
46
- libffi==3.4.4
47
- libgcc-ng==11.2.0
48
- libgomp==11.2.0
49
- libiconv==1.16
50
- libidn2==2.3.4
51
- libjpeg-turbo==2.0.0
52
- libnghttp2==1.57.0
53
- libpng==1.6.39
54
- libprotobuf==3.20.3
55
- libssh2==1.10.0
56
- libstdcxx-ng==11.2.0
57
- libtasn1==4.19.0
58
- libthrift==0.15.0
59
- libtiff==4.5.1
60
- libunistring==0.9.10
61
- libuuid==1.41.5
62
- libwebp==1.3.2
63
- libwebp-base==1.3.2
64
- llvm-openmp==14.0.6
65
- lz4-c==1.9.4
66
- markupsafe==2.1.1
67
- mkl==2023.1.0
68
- mkl-service==2.4.0
69
- mkl_fft==1.3.8
70
- mkl_random==1.2.4
71
- mpc==1.1.0
72
- mpfr==4.0.2
73
- mpmath==1.3.0
74
- multidict==6.0.4
75
- multiprocess==0.70.14
76
- ncurses==6.4
77
- nettle==3.7.3
78
- networkx==3.1
79
- numexpr==2.8.7
80
  numpy==1.26.2
81
- numpy-base==1.26.2
82
- openh264==2.1.1
83
- openjpeg==2.4.0
84
- openssl==3.0.12
85
- orc==1.7.4
86
- packaging==23.1
87
  pandas==2.1.1
88
- pillow==10.0.1
89
- pandas==2.1.1
90
- pillow==10.0.1
91
- pip==23.3.1
92
- pyarrow==11.0.0
93
- pycparser==2.21
94
- pyopenssl==23.2.0
95
- pysocks==1.7.1
96
- python==3.10.13
97
- python-dateutil==2.8.2
98
- python-tzdata==2023.3
99
- python-xxhash==2.0.2
100
  pytorch==2.1.1
101
- pytorch-mutex==1.0
102
- pytz==2023.3.post1
103
- pyyaml==6.0.1
104
- re2==2022.04.01
105
- readline==8.2
106
  regex==2023.10.3
107
  requests==2.31.0
108
- responses==0.13.3
109
- safetensors==0.4.0
110
- setuptools==68.0.0
111
- six==1.16.0
112
- snappy==1.1.9
113
- sqlite==3.41.2
114
- sympy==1.12
115
- tbb==2021.8.0
116
- tk==8.6.12
117
  tokenizers==0.13.3
118
  torchaudio==2.1.1
119
  torchvision==0.16.1
120
  tqdm==4.65.0
121
  transformers==4.32.1
122
- typing-extensions==4.7.1
123
- typing_extensions==4.7.1
124
- tzdata==2023c
125
  urllib3==1.26.18
126
- utf8proc==2.6.1
127
  wheel==0.41.2
128
- xxhash==0.8.0
129
- xz==5.4.5
130
- yaml==0.2.5
131
- yarl==1.9.3
132
- zipp==3.11.0
133
- zlib==1.2.13
134
- zstd==1.5.5
 
 
 
 
 
 
 
 
1
  charset-normalizer==2.0.4
 
 
2
  datasets==2.12.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  numpy==1.26.2
 
 
 
 
 
 
4
  pandas==2.1.1
 
 
 
 
 
 
 
 
 
 
 
 
5
  pytorch==2.1.1
 
 
 
 
 
6
  regex==2023.10.3
7
  requests==2.31.0
 
 
 
 
 
 
 
 
 
8
  tokenizers==0.13.3
9
  torchaudio==2.1.1
10
  torchvision==0.16.1
11
  tqdm==4.65.0
12
  transformers==4.32.1
 
 
 
13
  urllib3==1.26.18
 
14
  wheel==0.41.2
15
+ zlib==1.2.13