DevForML commited on
Commit
89acef9
·
verified ·
1 Parent(s): 6020341

Update requirements.txt

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