Rahul Sharma
commited on
Create requirements.txt
Browse files- requirements.txt +61 -0
requirements.txt
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
altair==5.5.0
|
2 |
+
attrs==24.3.0
|
3 |
+
beautifulsoup4==4.12.3
|
4 |
+
blinker==1.9.0
|
5 |
+
cachetools==5.5.0
|
6 |
+
certifi==2024.12.14
|
7 |
+
charset-normalizer==3.4.0
|
8 |
+
click==8.1.7
|
9 |
+
filelock==3.16.1
|
10 |
+
fsspec==2024.10.0
|
11 |
+
gitdb==4.0.11
|
12 |
+
GitPython==3.1.43
|
13 |
+
huggingface-hub==0.27.0
|
14 |
+
idna==3.10
|
15 |
+
Jinja2==3.1.4
|
16 |
+
joblib==1.4.2
|
17 |
+
jsonschema==4.23.0
|
18 |
+
jsonschema-specifications==2024.10.1
|
19 |
+
markdown-it-py==3.0.0
|
20 |
+
MarkupSafe==3.0.2
|
21 |
+
mdurl==0.1.2
|
22 |
+
mpmath==1.3.0
|
23 |
+
narwhals==1.18.4
|
24 |
+
networkx==3.4.2
|
25 |
+
numpy==2.2.0
|
26 |
+
packaging==24.2
|
27 |
+
pandas==2.2.3
|
28 |
+
pillow==11.0.0
|
29 |
+
protobuf==5.29.1
|
30 |
+
pyarrow==18.1.0
|
31 |
+
pydeck==0.9.1
|
32 |
+
Pygments==2.18.0
|
33 |
+
python-dateutil==2.9.0.post0
|
34 |
+
pytz==2024.2
|
35 |
+
PyYAML==6.0.2
|
36 |
+
referencing==0.35.1
|
37 |
+
regex==2024.11.6
|
38 |
+
requests==2.32.3
|
39 |
+
rich==13.9.4
|
40 |
+
rpds-py==0.22.3
|
41 |
+
safetensors==0.4.5
|
42 |
+
scikit-learn==1.6.0
|
43 |
+
scipy==1.14.1
|
44 |
+
sentence-transformers==3.3.1
|
45 |
+
setuptools==75.6.0
|
46 |
+
six==1.17.0
|
47 |
+
smmap==5.0.1
|
48 |
+
soupsieve==2.6
|
49 |
+
streamlit==1.41.1
|
50 |
+
sympy==1.13.1
|
51 |
+
tenacity==9.0.0
|
52 |
+
threadpoolctl==3.5.0
|
53 |
+
tokenizers==0.21.0
|
54 |
+
toml==0.10.2
|
55 |
+
torch==2.5.1
|
56 |
+
tornado==6.4.2
|
57 |
+
tqdm==4.67.1
|
58 |
+
transformers==4.47.0
|
59 |
+
typing_extensions==4.12.2
|
60 |
+
tzdata==2024.2
|
61 |
+
urllib3==2.2.3
|