singhdevendra58 commited on
Commit
51b3099
·
verified ·
1 Parent(s): dc8b89d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +123 -6
requirements.txt CHANGED
@@ -1,14 +1,131 @@
1
- altair
2
- pandas
3
- streamlit
4
- hf-transfer
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  langchain==0.3.17
6
  langchain-community==0.3.16
7
  langchain-core==0.3.33
8
  langchain-text-splitters==0.3.5
9
  langdetect==1.0.9
10
  langsmith==0.3.4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  sentence-transformers==4.1.0
12
- transformers==4.50.3
 
 
 
 
 
 
 
 
 
 
 
 
13
  torch==2.6.0
14
- python-docx==1.1.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==1.5.2
2
+ aiofiles==24.1.0
3
+ aiohappyeyeballs==2.4.4
4
+ aiohttp==3.11.11
5
+ aiosignal==1.3.2
6
+ altair==5.5.0
7
+ annotated-types==0.7.0
8
+ anyio==4.8.0
9
+ attrs==25.1.0
10
+ backoff==2.2.1
11
+ beautifulsoup4==4.12.3
12
+ blinker==1.9.0
13
+ cachetools==5.5.2
14
+ certifi==2025.1.31
15
+ cffi==1.17.1
16
+ chardet==5.2.0
17
+ charset-normalizer==3.4.1
18
+ click==8.1.8
19
+ colorama==0.4.6
20
+ compressed-tensors==0.9.2
21
+ cryptography==44.0.0
22
+ dataclasses-json==0.6.7
23
+ distro==1.9.0
24
+ docx2txt==0.9
25
+ emoji==2.14.1
26
+ eval_type_backport==0.2.2
27
+ faiss-cpu==1.11.0
28
+ filelock==3.18.0
29
+ filetype==1.2.0
30
+ frozenlist==1.5.0
31
+ fsspec==2025.3.0
32
+ gitdb==4.0.12
33
+ GitPython==3.1.44
34
+ greenlet==3.1.1
35
+ h11==0.14.0
36
+ html5lib==1.1
37
+ httpcore==1.0.7
38
+ httpx==0.28.1
39
+ httpx-sse==0.4.0
40
+ huggingface-hub==0.29.3
41
+ idna==3.10
42
+ Jinja2==3.1.6
43
+ jiter==0.9.0
44
+ joblib==1.4.2
45
+ jsonpatch==1.33
46
+ jsonpath-python==1.0.6
47
+ jsonpointer==3.0.0
48
+ jsonschema==4.23.0
49
+ jsonschema-specifications==2024.10.1
50
  langchain==0.3.17
51
  langchain-community==0.3.16
52
  langchain-core==0.3.33
53
  langchain-text-splitters==0.3.5
54
  langdetect==1.0.9
55
  langsmith==0.3.4
56
+ lxml==5.3.0
57
+ MarkupSafe==3.0.2
58
+ marshmallow==3.26.0
59
+ mpmath==1.3.0
60
+ multidict==6.1.0
61
+ mypy-extensions==1.0.0
62
+ narwhals==1.32.0
63
+ nest-asyncio==1.6.0
64
+ networkx==3.4.2
65
+ nltk==3.9.1
66
+ numpy==1.26.4
67
+ olefile==0.47
68
+ openai==1.69.0
69
+ orjson==3.10.15
70
+ packaging==24.2
71
+ pandas==2.2.3
72
+ pdfminer.six==20250327
73
+ pdfplumber==0.11.6
74
+ pillow==11.1.0
75
+ propcache==0.2.1
76
+ protobuf==5.29.4
77
+ psutil==6.1.1
78
+ pyarrow==19.0.1
79
+ pycparser==2.22
80
+ pydantic==2.10.6
81
+ pydantic-settings==2.7.1
82
+ pydantic_core==2.27.2
83
+ pydeck==0.9.1
84
+ pypdf==5.2.0
85
+ pypdfium2==4.30.1
86
+ python-dateutil==2.9.0.post0
87
+ python-docx==1.1.2
88
+ python-dotenv==1.0.1
89
+ python-iso639==2025.1.28
90
+ python-magic==0.4.27
91
+ python-oxmsg==0.0.1
92
+ pytz==2025.2
93
+ PyYAML==6.0.2
94
+ RapidFuzz==3.12.1
95
+ referencing==0.36.2
96
+ regex==2024.11.6
97
+ requests==2.32.3
98
+ requests-toolbelt==1.0.0
99
+ rpds-py==0.24.0
100
+ safetensors==0.5.3
101
+ scikit-learn==1.7.0
102
+ scipy==1.15.3
103
  sentence-transformers==4.1.0
104
+ sentencepiece==0.2.0
105
+ setuptools==78.1.0
106
+ six==1.17.0
107
+ smmap==5.0.2
108
+ sniffio==1.3.1
109
+ soupsieve==2.6
110
+ SQLAlchemy==2.0.37
111
+ streamlit==1.44.0
112
+ sympy==1.13.1
113
+ tenacity==9.0.0
114
+ threadpoolctl==3.6.0
115
+ tokenizers==0.21.1
116
+ toml==0.10.2
117
  torch==2.6.0
118
+ tornado==6.4.2
119
+ tqdm==4.67.1pp
120
+ transformers==4.50.3
121
+ typing-inspect==0.9.0
122
+ typing_extensions==4.12.2
123
+ tzdata==2025.
124
+ unstructured==0.16.17
125
+ unstructured-client==0.29.0
126
+ urllib3==2.3.0
127
+ watchdog==6.0.0
128
+ webencodings==0.5.1
129
+ wrapt==1.17.2
130
+ yarl==1.18.3
131
+ zstandard==0.23.0