ibrahim313 commited on
Commit
d78a5b4
·
verified ·
1 Parent(s): c8149d3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -156
requirements.txt CHANGED
@@ -1,156 +1,7 @@
1
- aiohttp==3.9.4
2
- aiosignal==1.3.1
3
- altair==5.3.0
4
- appdirs==1.4.4
5
- attrs==23.2.0
6
- backcall==0.2.0
7
- beautifulsoup4==4.12.3
8
- bleach==6.1.0
9
- blinker==1.7.0
10
- bs4==0.0.2
11
- cachetools==5.3.3
12
- charset-normalizer==3.3.2
13
- click==8.1.7
14
- cohere==5.2.5
15
- colorama==0.4.6
16
- comm==0.1.2
17
- contourpy==1.2.0
18
- cycler==0.12.1
19
- dataclasses-json==0.6.4
20
- debugpy==1.8.0
21
- defusedxml==0.7.1
22
- Deprecated==1.2.14
23
- dirtyjson==1.0.8
24
- docopt==0.6.2
25
- exceptiongroup==1.1.2
26
- executing==1.2.0
27
- fastavro==1.9.4
28
- fastjsonschema==2.19.1
29
- filelock==3.13.4
30
- fonttools==4.50.0
31
- frozendict==2.4.1
32
- frozenlist==1.4.1
33
- fsspec==2024.3.1
34
- gitdb==4.0.11
35
- GitPython==3.1.43
36
- greenlet==3.0.3
37
- h11==0.12.0
38
- h2==4.1.0
39
- hpack==4.0.0
40
- html5lib==1.1
41
- huggingface-hub==0.22.2
42
- hyperframe==6.0.1
43
- idna==3.3
44
- importlib-metadata==7.0.1
45
- ipykernel==6.25.0
46
- ipython==8.12.3
47
- jedi==0.18.2
48
- Jinja2==3.1.3
49
- joblib==1.4.0
50
- jsonschema==4.21.1
51
- jsonschema-specifications==2023.12.1
52
- jupyter_client==8.0.2
53
- jupyter_core==5.2.1
54
- jupyterlab_pygments==0.3.0
55
- kiwisolver==1.4.5
56
- llama-index==0.10.28
57
- llama-index-agent-openai==0.2.2
58
- llama-index-cli==0.1.11
59
- llama-index-core==0.10.28
60
- llama-index-embeddings-cohere==0.1.7
61
- llama-index-embeddings-openai==0.1.7
62
- llama-index-indices-managed-llama-cloud==0.1.5
63
- llama-index-legacy==0.9.48
64
- llama-index-llms-cohere==0.1.6
65
- llama-index-llms-openai==0.1.15
66
- llama-index-multi-modal-llms-openai==0.1.5
67
- llama-index-postprocessor-cohere-rerank==0.1.4
68
- llama-index-program-openai==0.1.5
69
- llama-index-question-gen-openai==0.1.3
70
- llama-index-readers-file==0.1.16
71
- llama-index-readers-llama-parse==0.1.4
72
- llama-parse==0.4.0
73
- llamaindex-py-client==0.1.17
74
- lxml==5.2.1
75
- markdown-it-py==3.0.0
76
- MarkupSafe==2.1.5
77
- marshmallow==3.21.1
78
- matplotlib==3.8.3
79
- matplotlib-inline==0.1.6
80
- mdurl==0.1.2
81
- mistune==3.0.2
82
- multidict==6.0.5
83
- multitasking==0.0.11
84
- mypy-extensions==1.0.0
85
- nbclient==0.10.0
86
- nbconvert==7.16.3
87
- nbformat==5.10.4
88
- nest_asyncio==1.5.6
89
- networkx==3.3
90
- nltk==3.8.1
91
- numpy==1.24.3
92
- openai==1.17.0
93
- packaging==23.1
94
- pandas==2.1.4
95
- pandas-stubs==1.2.1
96
- pandocfilters==1.5.1
97
- parso==0.8.3
98
- peewee==3.17.1
99
- pickleshare==0.7.5
100
- pillow==10.2.0
101
- pipreqs==0.5.0
102
- platformdirs==3.14.0
103
- prompt-toolkit==3.0.40
104
- protobuf==3.20.3
105
- psutil==5.9.6
106
- pure-eval==0.2.2
107
- pyarrow==15.0.2
108
- pydantic==2.0.2
109
- pydeck==0.8.1b0
110
- Pygments==2.15.1
111
- PyMuPDF==1.24.1
112
- PyMuPDFb==1.24.1
113
- pyparsing==3.1.2
114
- pypdf==4.2.0
115
- python-dateutil==2.8.2
116
- python-dotenv==1.0.1
117
- pytz==2023.3
118
- pywin32==306
119
- PyYAML==6.0.1
120
- pyzmq==25.0.2
121
- referencing==0.34.0
122
- regex==2023.12.25
123
- requests==2.31.0
124
- rich==13.7.1
125
- rpds-py==0.18.0
126
- scipy==1.12.0
127
- six==1.16.0
128
- smmap==5.0.1
129
- soupsieve==2.5
130
- SQLAlchemy==2.0.29
131
- stack-data==0.6.2
132
- streamlit==1.33.0
133
- striprtf==0.0.26
134
- tenacity==8.2.3
135
- tiktoken==0.6.0
136
- tinycss2==1.2.1
137
- tokenizers==0.15.2
138
- toml==0.10.2
139
- toolz==0.12.1
140
- tornado==6.3.4
141
- tqdm==4.66.2
142
- traitlets==5.10.0
143
- types-pytz==2023.3.1
144
- types-requests==2.31.0.20240406
145
- typing-inspect==0.9.0
146
- typing_extensions==4.8.0
147
- tzdata==2023.3
148
- urllib3==2.2.1
149
- watchdog==4.0.0
150
- wcwidth==0.2.6
151
- webencodings==0.5.1
152
- wrapt==1.16.0
153
- yarg==0.1.9
154
- yarl==1.9.4
155
- yfinance==0.2.37
156
- zipp==3.16.0
 
1
+ gradio==3.36.1
2
+ llama_index
3
+ cohere
4
+ torch==2.0.1
5
+ numpy==1.25.1
6
+ pandas==2.1.0
7
+ scipy==1.11.3