Spaces:
Sleeping
Sleeping
Harshavarma04
commited on
Commit
•
e297b7f
1
Parent(s):
24ffb67
Create requirements.txt
Browse files- requirements.txt +80 -0
requirements.txt
ADDED
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
accelerate==0.31.0
|
2 |
+
altair==5.3.0
|
3 |
+
anyio==4.4.0
|
4 |
+
attrs==23.2.0
|
5 |
+
blinker==1.8.2
|
6 |
+
cachetools==5.3.3
|
7 |
+
certifi==2024.6.2
|
8 |
+
charset-normalizer==3.3.2
|
9 |
+
click==8.1.7
|
10 |
+
cmake==3.29.5.1
|
11 |
+
colorama==0.4.6
|
12 |
+
DateTime==5.5
|
13 |
+
filelock==3.15.1
|
14 |
+
fsspec==2024.6.0
|
15 |
+
gitdb==4.0.11
|
16 |
+
GitPython==3.1.43
|
17 |
+
greenlet==3.0.3
|
18 |
+
h11==0.14.0
|
19 |
+
httpcore==1.0.5
|
20 |
+
httpx==0.27.0
|
21 |
+
huggingface-hub==0.23.3
|
22 |
+
idna==3.7
|
23 |
+
iniconfig==2.0.0
|
24 |
+
intel-openmp==2021.4.0
|
25 |
+
Jinja2==3.1.4
|
26 |
+
joblib==1.4.2
|
27 |
+
jsonschema==4.22.0
|
28 |
+
jsonschema-specifications==2023.12.1
|
29 |
+
markdown-it-py==3.0.0
|
30 |
+
MarkupSafe==2.1.5
|
31 |
+
mdurl==0.1.2
|
32 |
+
mkl==2021.4.0
|
33 |
+
mpmath==1.3.0
|
34 |
+
networkx==3.3
|
35 |
+
nltk==3.8.1
|
36 |
+
numpy==1.26.4
|
37 |
+
packaging==24.1
|
38 |
+
pandas==2.2.2
|
39 |
+
pillow==10.3.0
|
40 |
+
pluggy==1.5.0
|
41 |
+
protobuf==4.25.3
|
42 |
+
psutil==5.9.8
|
43 |
+
pyarrow==16.1.0
|
44 |
+
pydeck==0.9.1
|
45 |
+
Pygments==2.18.0
|
46 |
+
pypng==0.20220715.0
|
47 |
+
pytest==8.2.2
|
48 |
+
python-dateutil==2.9.0.post0
|
49 |
+
pytz==2024.1
|
50 |
+
PyYAML==6.0.1
|
51 |
+
qrcode==7.4.2
|
52 |
+
referencing==0.35.1
|
53 |
+
regex==2024.5.15
|
54 |
+
requests==2.32.3
|
55 |
+
rich==13.7.1
|
56 |
+
rpds-py==0.18.1
|
57 |
+
safetensors==0.4.3
|
58 |
+
sentencepiece==0.2.0
|
59 |
+
setuptools==70.0.0
|
60 |
+
six==1.16.0
|
61 |
+
smmap==5.0.1
|
62 |
+
sniffio==1.3.1
|
63 |
+
SQLAlchemy==2.0.30
|
64 |
+
streamlit==1.35.0
|
65 |
+
sympy==1.12.1
|
66 |
+
tbb==2021.12.0
|
67 |
+
tenacity==8.3.0
|
68 |
+
tokenizers==0.19.1
|
69 |
+
toml==0.10.2
|
70 |
+
toolz==0.12.1
|
71 |
+
torch==2.3.1
|
72 |
+
tornado==6.4.1
|
73 |
+
tqdm==4.66.4
|
74 |
+
transformers==4.41.0
|
75 |
+
typing==3.7.4.3
|
76 |
+
typing_extensions==4.12.2
|
77 |
+
tzdata==2024.1
|
78 |
+
urllib3==2.2.1
|
79 |
+
watchdog==4.0.1
|
80 |
+
zope.interface==6.4.post2
|