SandhyaMadhunagula commited on
Commit
e83cfd0
·
verified ·
1 Parent(s): ce80849

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -95
requirements.txt CHANGED
@@ -1,95 +1,10 @@
1
- accelerate==1.13.0
2
- aiohappyeyeballs==2.6.1
3
- aiohttp==3.13.3
4
- aiosignal==1.4.0
5
- annotated-doc==0.0.4
6
- anyio==4.12.1
7
- asttokens==3.0.1
8
- attrs==25.4.0
9
- blinker==1.9.0
10
- certifi==2026.1.4
11
- charset-normalizer==3.4.4
12
- click==8.3.1
13
- colorama==0.4.6
14
- contourpy==1.3.3
15
- cycler==0.12.1
16
- datasets==2.14.5
17
- decorator==5.2.1
18
- dill==0.3.7
19
- executing==2.2.1
20
- filelock==3.20.3
21
- Flask==3.1.3
22
- fonttools==4.61.1
23
- frozenlist==1.8.0
24
- fsspec==2023.6.0
25
- h11==0.16.0
26
- hf-xet==1.3.2
27
- httpcore==1.0.9
28
- httpx==0.28.1
29
- huggingface_hub==1.6.0
30
- idna==3.11
31
- ipython==9.10.0
32
- ipython_pygments_lexers==1.1.1
33
- itsdangerous==2.2.0
34
- jedi==0.19.2
35
- Jinja2==3.1.6
36
- joblib==1.5.3
37
- jsonpickle==4.1.1
38
- kiwisolver==1.4.9
39
- lxml==6.0.2
40
- markdown-it-py==4.0.0
41
- MarkupSafe==3.0.3
42
- matplotlib==3.10.8
43
- matplotlib-inline==0.2.1
44
- mdurl==0.1.2
45
- mpmath==1.3.0
46
- multidict==6.7.1
47
- multiprocess==0.70.15
48
- networkx==3.6.1
49
- numpy==1.26.4
50
- packaging==26.0
51
- pandas==1.5.3
52
- parso==0.8.6
53
- pillow==12.0.0
54
- prompt_toolkit==3.0.52
55
- propcache==0.4.1
56
- psutil==7.2.2
57
- pure_eval==0.2.3
58
- pyarrow==11.0.0
59
- Pygments==2.19.2
60
- pyparsing==3.3.2
61
- PyPDF2==3.0.1
62
- python-dateutil==2.9.0.post0
63
- python-docx==1.2.0
64
- pytz==2025.2
65
- pyvis==0.3.2
66
- PyYAML==6.0.3
67
- regex==2026.1.15
68
- requests==2.32.5
69
- rich==14.3.3
70
- safetensors==0.7.0
71
- scikit-learn==1.8.0
72
- scipy==1.17.0
73
- sentencepiece==0.2.1
74
- seqeval==1.2.2
75
- shellingham==1.5.4
76
- six==1.17.0
77
- stack-data==0.6.3
78
- sympy==1.14.0
79
- threadpoolctl==3.6.0
80
- tokenizers==0.22.2
81
- torch==2.10.0+cpu
82
- torchaudio==2.1.2+cpu
83
- torchvision==0.16.2+cpu
84
- tqdm==4.67.3
85
- traitlets==5.14.3
86
- transformers==5.3.0
87
- typer==0.24.1
88
- typer-slim==0.21.1
89
- typing_extensions==4.15.0
90
- tzdata==2025.3
91
- urllib3==2.6.3
92
- wcwidth==0.6.0
93
- Werkzeug==3.1.6
94
- xxhash==3.6.0
95
- yarl==1.22.0
 
1
+ flask
2
+ networkx
3
+ pyvis
4
+ python-dotenv
5
+ PyPDF2
6
+ python-docx
7
+ transformers
8
+ torch
9
+ accelerate
10
+ sentencepiece