Spaces:
Sleeping
Sleeping
Sharathhebbar24
commited on
Commit
•
c9db1ed
1
Parent(s):
30933bd
Update requirements.txt
Browse files- requirements.txt +67 -0
requirements.txt
CHANGED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
altair==5.1.2
|
2 |
+
attrs==23.1.0
|
3 |
+
blinker==1.7.0
|
4 |
+
cachetools==5.3.2
|
5 |
+
certifi==2023.7.22
|
6 |
+
charset-normalizer==3.3.2
|
7 |
+
click==8.1.7
|
8 |
+
colorama==0.4.6
|
9 |
+
filelock==3.13.1
|
10 |
+
fsspec==2023.10.0
|
11 |
+
gitdb==4.0.11
|
12 |
+
GitPython==3.1.40
|
13 |
+
huggingface-hub==0.17.3
|
14 |
+
idna==3.4
|
15 |
+
importlib-metadata==6.8.0
|
16 |
+
Jinja2==3.1.2
|
17 |
+
joblib==1.3.2
|
18 |
+
jsonschema==4.19.2
|
19 |
+
jsonschema-specifications==2023.7.1
|
20 |
+
markdown-it-py==3.0.0
|
21 |
+
MarkupSafe==2.1.3
|
22 |
+
mdurl==0.1.2
|
23 |
+
mpmath==1.3.0
|
24 |
+
networkx==3.2.1
|
25 |
+
nltk==3.8.1
|
26 |
+
numpy==1.26.1
|
27 |
+
packaging==23.2
|
28 |
+
pandas==2.1.2
|
29 |
+
Pillow==10.1.0
|
30 |
+
protobuf==4.25.0
|
31 |
+
pyarrow==14.0.0
|
32 |
+
pydeck==0.8.1b0
|
33 |
+
Pygments==2.16.1
|
34 |
+
python-dateutil==2.8.2
|
35 |
+
pytz==2023.3.post1
|
36 |
+
PyYAML==6.0.1
|
37 |
+
referencing==0.30.2
|
38 |
+
regex==2023.10.3
|
39 |
+
requests==2.31.0
|
40 |
+
rich==13.6.0
|
41 |
+
rpds-py==0.10.6
|
42 |
+
safetensors==0.4.0
|
43 |
+
scikit-learn==1.3.2
|
44 |
+
scipy==1.11.3
|
45 |
+
sentence-transformers==2.2.2
|
46 |
+
sentencepiece==0.1.99
|
47 |
+
six==1.16.0
|
48 |
+
smmap==5.0.1
|
49 |
+
streamlit==1.28.1
|
50 |
+
sympy==1.12
|
51 |
+
tenacity==8.2.3
|
52 |
+
threadpoolctl==3.2.0
|
53 |
+
tokenizers==0.14.1
|
54 |
+
toml==0.10.2
|
55 |
+
toolz==0.12.0
|
56 |
+
torch==2.1.0
|
57 |
+
torchvision==0.16.0
|
58 |
+
tornado==6.3.3
|
59 |
+
tqdm==4.66.1
|
60 |
+
transformers==4.35.0
|
61 |
+
typing_extensions==4.8.0
|
62 |
+
tzdata==2023.3
|
63 |
+
tzlocal==5.2
|
64 |
+
urllib3==2.0.7
|
65 |
+
validators==0.22.0
|
66 |
+
watchdog==3.0.0
|
67 |
+
zipp==3.17.0
|