Spaces:
Runtime error
Runtime error
RishabhMeshram
commited on
Commit
•
a9d59ca
1
Parent(s):
d08e0ce
Upload Requirements.txt
Browse files- requirements.txt +40 -0
requirements.txt
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiohttp==3.8.4
|
2 |
+
aiosignal==1.3.1
|
3 |
+
async-timeout==4.0.2
|
4 |
+
attrs==23.1.0
|
5 |
+
certifi==2022.12.7
|
6 |
+
charset-normalizer==3.1.0
|
7 |
+
datasets==2.11.0
|
8 |
+
dill==0.3.6
|
9 |
+
filelock==3.12.0
|
10 |
+
frozenlist==1.3.3
|
11 |
+
fsspec==2023.4.0
|
12 |
+
huggingface-hub==0.13.4
|
13 |
+
idna==3.4
|
14 |
+
Jinja2==3.1.2
|
15 |
+
MarkupSafe==2.1.2
|
16 |
+
mpmath==1.3.0
|
17 |
+
multidict==6.0.4
|
18 |
+
multiprocess==0.70.14
|
19 |
+
networkx==3.1
|
20 |
+
numpy==1.24.2
|
21 |
+
packaging==23.1
|
22 |
+
pandas==2.0.0
|
23 |
+
pyarrow==11.0.0
|
24 |
+
python-dateutil==2.8.2
|
25 |
+
pytz==2023.3
|
26 |
+
PyYAML==6.0
|
27 |
+
regex==2023.3.23
|
28 |
+
requests==2.28.2
|
29 |
+
responses==0.18.0
|
30 |
+
six==1.16.0
|
31 |
+
sympy==1.11.1
|
32 |
+
tokenizers==0.13.3
|
33 |
+
torch==2.0.0
|
34 |
+
tqdm==4.65.0
|
35 |
+
transformers==4.28.1
|
36 |
+
typing-extensions==4.5.0
|
37 |
+
tzdata==2023.3
|
38 |
+
urllib3==1.26.15
|
39 |
+
xxhash==3.2.0
|
40 |
+
yarl==1.8.2
|