Spaces:
Running
Running
jiviteshjain
commited on
Commit
·
afd9c09
1
Parent(s):
8042e59
Add requirements.
Browse files- requirements.txt +86 -0
requirements.txt
ADDED
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
altair==5.5.0
|
2 |
+
appnope==0.1.4
|
3 |
+
asttokens==3.0.0
|
4 |
+
attrs==24.3.0
|
5 |
+
blinker==1.9.0
|
6 |
+
cachetools==5.5.0
|
7 |
+
certifi==2024.12.14
|
8 |
+
charset-normalizer==3.4.1
|
9 |
+
click==8.1.8
|
10 |
+
comm==0.2.2
|
11 |
+
debugpy==1.8.11
|
12 |
+
decorator==5.1.1
|
13 |
+
executing==2.1.0
|
14 |
+
faiss-cpu==1.9.0.post1
|
15 |
+
filelock==3.16.1
|
16 |
+
fsspec==2024.12.0
|
17 |
+
gitdb==4.0.11
|
18 |
+
GitPython==3.1.43
|
19 |
+
huggingface-hub==0.27.0
|
20 |
+
idna==3.10
|
21 |
+
ipykernel==6.29.5
|
22 |
+
ipython==8.31.0
|
23 |
+
jedi==0.19.2
|
24 |
+
Jinja2==3.1.5
|
25 |
+
joblib==1.4.2
|
26 |
+
jsonschema==4.23.0
|
27 |
+
jsonschema-specifications==2024.10.1
|
28 |
+
jupyter_client==8.6.3
|
29 |
+
jupyter_core==5.7.2
|
30 |
+
markdown-it-py==3.0.0
|
31 |
+
MarkupSafe==3.0.2
|
32 |
+
matplotlib-inline==0.1.7
|
33 |
+
mdurl==0.1.2
|
34 |
+
mpmath==1.3.0
|
35 |
+
narwhals==1.20.1
|
36 |
+
nest-asyncio==1.6.0
|
37 |
+
networkx==3.4.2
|
38 |
+
numpy==2.2.1
|
39 |
+
packaging==24.2
|
40 |
+
pandas==2.2.3
|
41 |
+
parso==0.8.4
|
42 |
+
pexpect==4.9.0
|
43 |
+
pillow==11.0.0
|
44 |
+
pip==24.3.1
|
45 |
+
platformdirs==4.3.6
|
46 |
+
prompt_toolkit==3.0.48
|
47 |
+
protobuf==5.29.2
|
48 |
+
psutil==6.1.1
|
49 |
+
ptyprocess==0.7.0
|
50 |
+
pure_eval==0.2.3
|
51 |
+
pyarrow==18.1.0
|
52 |
+
pydeck==0.9.1
|
53 |
+
Pygments==2.18.0
|
54 |
+
python-dateutil==2.9.0.post0
|
55 |
+
pytz==2024.2
|
56 |
+
PyYAML==6.0.2
|
57 |
+
pyzmq==26.2.0
|
58 |
+
referencing==0.35.1
|
59 |
+
regex==2024.11.6
|
60 |
+
requests==2.32.3
|
61 |
+
rich==13.9.4
|
62 |
+
rpds-py==0.22.3
|
63 |
+
safetensors==0.4.5
|
64 |
+
scikit-learn==1.6.0
|
65 |
+
scipy==1.14.1
|
66 |
+
sentence-transformers==3.3.1
|
67 |
+
setuptools==75.6.0
|
68 |
+
six==1.17.0
|
69 |
+
smmap==5.0.1
|
70 |
+
stack-data==0.6.3
|
71 |
+
streamlit==1.41.1
|
72 |
+
sympy==1.13.1
|
73 |
+
tenacity==9.0.0
|
74 |
+
threadpoolctl==3.5.0
|
75 |
+
tokenizers==0.21.0
|
76 |
+
toml==0.10.2
|
77 |
+
torch==2.5.1
|
78 |
+
tornado==6.4.2
|
79 |
+
tqdm==4.67.1
|
80 |
+
traitlets==5.14.3
|
81 |
+
transformers==4.47.1
|
82 |
+
typing_extensions==4.12.2
|
83 |
+
tzdata==2024.2
|
84 |
+
urllib3==2.3.0
|
85 |
+
wcwidth==0.2.13
|
86 |
+
wheel==0.45.1
|