WebashalarForML commited on
Commit
40d9799
·
verified ·
1 Parent(s): bebcd34

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +153 -151
requirements.txt CHANGED
@@ -1,151 +1,153 @@
1
- gradio
2
- requests
3
- accelerate
4
- agent
5
- aiohappyeyeballs
6
- aiohttp
7
- aiosignal
8
- annotated-types
9
- anyio
10
- arxiv
11
- asttokens
12
- attrs
13
- beautifulsoup4
14
- bidict
15
- blinker
16
- bs4
17
- certifi
18
- charset-normalizer
19
- click
20
- colorama
21
- comm
22
- dataclasses-json
23
- debugpy
24
- decorator
25
- distro
26
- dnspython
27
- duckduckgo_search
28
- duckduckgo-search
29
- eventlet
30
- executing
31
- faiss-cpu
32
- ffmpeg-python
33
- filelock
34
- Flask
35
- Flask-SocketIO
36
- frozenlist
37
- fsspec
38
- greenlet
39
- groq
40
- gunicorn
41
- h11
42
- httpcore
43
- httpx
44
- httpx-sse
45
- huggingface-hub
46
- idna
47
- ipykernel
48
- ipython
49
- ipython_pygments_lexers
50
- itsdangerous
51
- jedi
52
- Jinja2
53
- joblib
54
- jsonpatch
55
- jsonpointer
56
- jupyter_client
57
- jupyter_core
58
- langchain
59
- langchain-community
60
- langchain-core
61
- langchain_experimental
62
- langchain-groq
63
- langchain-mistralai
64
- langchain-pinecone
65
- langchain-text-splitters
66
- langgraph
67
- langgraph-checkpoint
68
- langgraph-prebuilt
69
- langgraph-sdk
70
- langsmith
71
- lxml
72
- markdown2
73
- MarkupSafe
74
- marshmallow
75
- matplotlib-inline
76
- mpmath
77
- multidict
78
- mypy_extensions
79
- nest-asyncio
80
- networkx
81
- numexpr
82
- numpy
83
- orjson
84
- ormsgpack
85
- pandas
86
- packaging
87
- parso
88
- pillow
89
- platformdirs
90
- playwright
91
- primp
92
- prompt_toolkit
93
- propcache
94
- psutil
95
- pure_eval
96
- pydantic
97
- pydantic-settings
98
- pydantic_core
99
- pinecone
100
- pinecone-client
101
- pyee
102
- Pygments
103
- PyMuPDF
104
- PyPDF2
105
- pytesseract
106
- python-dateutil
107
- python-dotenv
108
- python-engineio
109
- python-socketio
110
- PyYAML
111
- pyzmq
112
- regex
113
- requests
114
- requests-toolbelt
115
- safetensors
116
- scikit-learn
117
- scipy
118
- sentence-transformers
119
- setuptools
120
- simple-websocket
121
- six
122
- sniffio
123
- soupsieve
124
- SQLAlchemy
125
- stack-data
126
- sympy
127
- tenacity
128
- threadpoolctl
129
- tokenizers
130
- torch
131
- tornado
132
- tqdm
133
- traitlets
134
- transformers
135
- typing-inspect
136
- typing-inspection
137
- typing_extensions
138
- urllib3
139
- wcwidth
140
- Werkzeug
141
- wsproto
142
- wikipedia
143
- xxhash
144
- yarl
145
- zstandard
146
- youtube-transcript-api
147
- pytube
148
- newspaper3k
149
- SpeechRecognition
150
- python-docx
151
- lxml_html_clean
 
 
 
1
+ gradio
2
+ requests
3
+ accelerate
4
+ agent
5
+ aiohappyeyeballs
6
+ aiohttp
7
+ aiosignal
8
+ annotated-types
9
+ anyio
10
+ arxiv
11
+ asttokens
12
+ attrs
13
+ beautifulsoup4
14
+ bidict
15
+ blinker
16
+ bs4
17
+ certifi
18
+ charset-normalizer
19
+ click
20
+ colorama
21
+ comm
22
+ dataclasses-json
23
+ debugpy
24
+ decorator
25
+ distro
26
+ dnspython
27
+ duckduckgo_search
28
+ duckduckgo-search
29
+ eventlet
30
+ executing
31
+ faiss-cpu
32
+ ffmpeg-python
33
+ filelock
34
+ Flask
35
+ Flask-SocketIO
36
+ frozenlist
37
+ fsspec
38
+ greenlet
39
+ groq
40
+ gunicorn
41
+ h11
42
+ httpcore
43
+ httpx
44
+ httpx-sse
45
+ huggingface-hub
46
+ idna
47
+ ipykernel
48
+ ipython
49
+ ipython_pygments_lexers
50
+ itsdangerous
51
+ jedi
52
+ Jinja2
53
+ joblib
54
+ jsonpatch
55
+ jsonpointer
56
+ jupyter_client
57
+ jupyter_core
58
+ langchain
59
+ langchain-community
60
+ langchain_community
61
+ langchain-core
62
+ langchain_experimental
63
+ langchain-groq
64
+ langchain-mistralai
65
+ langchain-pinecone
66
+ langchain-text-splitters
67
+ langgraph
68
+ langgraph-checkpoint
69
+ langgraph-prebuilt
70
+ langgraph-sdk
71
+ langsmith
72
+ lxml
73
+ markdown2
74
+ MarkupSafe
75
+ marshmallow
76
+ matplotlib-inline
77
+ mpmath
78
+ multidict
79
+ mypy_extensions
80
+ nest-asyncio
81
+ networkx
82
+ numexpr
83
+ numpy
84
+ orjson
85
+ ormsgpack
86
+ pandas
87
+ packaging
88
+ parso
89
+ pillow
90
+ platformdirs
91
+ playwright
92
+ primp
93
+ prompt_toolkit
94
+ propcache
95
+ psutil
96
+ pure_eval
97
+ pydantic
98
+ pydantic-settings
99
+ pydantic_core
100
+ pinecone
101
+ pinecone-client
102
+ pyee
103
+ Pygments
104
+ PyMuPDF
105
+ PyPDF2
106
+ pytesseract
107
+ python-dateutil
108
+ python-dotenv
109
+ python-engineio
110
+ python-socketio
111
+ PyYAML
112
+ pyzmq
113
+ regex
114
+ requests
115
+ requests-toolbelt
116
+ safetensors
117
+ scikit-learn
118
+ scipy
119
+ sentence-transformers
120
+ setuptools
121
+ simple-websocket
122
+ six
123
+ sniffio
124
+ soupsieve
125
+ SQLAlchemy
126
+ stack-data
127
+ sympy
128
+ tenacity
129
+ threadpoolctl
130
+ tokenizers
131
+ torch
132
+ tornado
133
+ tqdm
134
+ traitlets
135
+ transformers
136
+ typing-inspect
137
+ typing-inspection
138
+ typing_extensions
139
+ urllib3
140
+ wcwidth
141
+ Werkzeug
142
+ wsproto
143
+ wikipedia
144
+ xxhash
145
+ yarl
146
+ zstandard
147
+ youtube-transcript-api
148
+ pytube
149
+ newspaper3k
150
+ SpeechRecognition
151
+ python-docx
152
+ lxml_html_clean
153
+ open_clip_torch