Spaces:
Running
Running
Rohit Rajpoot
commited on
Commit
·
48d03d6
1
Parent(s):
4adef30
Add requirements.txt for Docker build
Browse files- requirements.txt +62 -0
requirements.txt
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
altair==5.5.0
|
2 |
+
attrs==25.3.0
|
3 |
+
blinker==1.9.0
|
4 |
+
cachetools==6.1.0
|
5 |
+
certifi==2025.6.15
|
6 |
+
charset-normalizer==3.4.2
|
7 |
+
click==8.2.1
|
8 |
+
contourpy==1.3.2
|
9 |
+
cycler==0.12.1
|
10 |
+
filelock==3.18.0
|
11 |
+
fonttools==4.58.4
|
12 |
+
fsspec==2025.5.1
|
13 |
+
gitdb==4.0.12
|
14 |
+
GitPython==3.1.44
|
15 |
+
idna==3.10
|
16 |
+
Jinja2==3.1.6
|
17 |
+
joblib==1.5.1
|
18 |
+
jsonschema==4.24.0
|
19 |
+
jsonschema-specifications==2025.4.1
|
20 |
+
kiwisolver==1.4.8
|
21 |
+
markdown-it-py==3.0.0
|
22 |
+
MarkupSafe==3.0.2
|
23 |
+
matplotlib==3.10.3
|
24 |
+
mdurl==0.1.2
|
25 |
+
mpmath==1.3.0
|
26 |
+
narwhals==1.43.1
|
27 |
+
networkx==3.5
|
28 |
+
nltk==3.9.1
|
29 |
+
numpy==2.3.0
|
30 |
+
packaging==25.0
|
31 |
+
pandas==2.3.0
|
32 |
+
pillow==11.2.1
|
33 |
+
protobuf==6.31.1
|
34 |
+
pyarrow==20.0.0
|
35 |
+
pydeck==0.9.1
|
36 |
+
Pygments==2.19.1
|
37 |
+
pyparsing==3.2.3
|
38 |
+
python-dateutil==2.9.0.post0
|
39 |
+
pytz==2025.2
|
40 |
+
referencing==0.36.2
|
41 |
+
regex==2024.11.6
|
42 |
+
requests==2.32.4
|
43 |
+
rich==14.0.0
|
44 |
+
rpds-py==0.25.1
|
45 |
+
scikit-learn==1.7.0
|
46 |
+
scipy==1.15.3
|
47 |
+
setuptools==80.9.0
|
48 |
+
shellingham==1.5.4
|
49 |
+
six==1.17.0
|
50 |
+
smmap==5.0.2
|
51 |
+
streamlit==1.46.0
|
52 |
+
sympy==1.14.0
|
53 |
+
tenacity==9.1.2
|
54 |
+
threadpoolctl==3.6.0
|
55 |
+
toml==0.10.2
|
56 |
+
torch==2.7.1
|
57 |
+
tornado==6.5.1
|
58 |
+
tqdm==4.67.1
|
59 |
+
typer==0.16.0
|
60 |
+
typing_extensions==4.14.0
|
61 |
+
tzdata==2025.2
|
62 |
+
urllib3==2.4.0
|