Spaces:
Sleeping
Sleeping
Add requirements
Browse files- requirements.txt +70 -0
requirements.txt
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
accelerate==1.2.1
|
2 |
+
altair==5.5.0
|
3 |
+
attrs==24.3.0
|
4 |
+
blinker==1.9.0
|
5 |
+
cachetools==5.5.0
|
6 |
+
certifi==2024.12.14
|
7 |
+
cffi==1.17.1
|
8 |
+
charset-normalizer==3.4.1
|
9 |
+
click==8.1.8
|
10 |
+
cryptography==44.0.0
|
11 |
+
et_xmlfile==2.0.0
|
12 |
+
filelock==3.16.1
|
13 |
+
fsspec==2024.12.0
|
14 |
+
gitdb==4.0.12
|
15 |
+
GitPython==3.1.44
|
16 |
+
huggingface-hub==0.27.1
|
17 |
+
idna==3.10
|
18 |
+
Jinja2==3.1.5
|
19 |
+
joblib==1.4.2
|
20 |
+
jsonschema==4.23.0
|
21 |
+
jsonschema-specifications==2024.10.1
|
22 |
+
markdown-it-py==3.0.0
|
23 |
+
MarkupSafe==3.0.2
|
24 |
+
mdurl==0.1.2
|
25 |
+
mpmath==1.3.0
|
26 |
+
narwhals==1.21.1
|
27 |
+
networkx==3.2.1
|
28 |
+
numpy==2.0.2
|
29 |
+
openpyxl==3.1.5
|
30 |
+
packaging==24.2
|
31 |
+
pandas==2.2.3
|
32 |
+
pdfminer.six==20231228
|
33 |
+
pdfplumber==0.11.5
|
34 |
+
pillow==11.1.0
|
35 |
+
plotly==5.24.1
|
36 |
+
protobuf==5.29.3
|
37 |
+
psutil==6.1.1
|
38 |
+
pyarrow==18.1.0
|
39 |
+
pycparser==2.22
|
40 |
+
pydeck==0.9.1
|
41 |
+
Pygments==2.19.1
|
42 |
+
PyPDF2==3.0.1
|
43 |
+
pypdfium2==4.30.1
|
44 |
+
python-dateutil==2.9.0.post0
|
45 |
+
pytz==2024.2
|
46 |
+
PyYAML==6.0.2
|
47 |
+
referencing==0.35.1
|
48 |
+
regex==2024.11.6
|
49 |
+
requests==2.32.3
|
50 |
+
rich==13.9.4
|
51 |
+
rpds-py==0.22.3
|
52 |
+
safetensors==0.5.2
|
53 |
+
scikit-learn==1.6.1
|
54 |
+
scipy==1.13.1
|
55 |
+
six==1.17.0
|
56 |
+
smmap==5.0.2
|
57 |
+
streamlit==1.41.1
|
58 |
+
sympy==1.13.1
|
59 |
+
tenacity==9.0.0
|
60 |
+
threadpoolctl==3.5.0
|
61 |
+
tokenizers==0.21.0
|
62 |
+
toml==0.10.2
|
63 |
+
torch==2.5.1
|
64 |
+
tornado==6.4.2
|
65 |
+
tqdm==4.67.1
|
66 |
+
transformers==4.48.0
|
67 |
+
typing_extensions==4.12.2
|
68 |
+
tzdata==2024.2
|
69 |
+
urllib3==2.3.0
|
70 |
+
uv==0.5.16
|