ibrahim313 commited on
Commit
1fd4f13
·
verified ·
1 Parent(s): 31ccf1a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +154 -11
requirements.txt CHANGED
@@ -1,11 +1,154 @@
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
8
- llama-index-llms-cohere
9
- llama-index-embeddings-cohere
10
- llama-index-postprocessor-rankllm-rerank
11
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==5.2.0
2
+ annotated-types==0.6.0
3
+ anyio==4.3.0
4
+ asttokens==2.4.1
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
+ cachetools==5.3.2
11
+ certifi==2024.2.2
12
+ charset-normalizer==3.3.2
13
+ click==8.1.7
14
+ colorama==0.4.6
15
+ comm==0.2.1
16
+ contourpy==1.2.0
17
+ cycler==0.12.1
18
+ debugpy==1.8.1
19
+ decorator==5.1.1
20
+ defusedxml==0.7.1
21
+ distro==1.9.0
22
+ docopt==0.6.2
23
+ docx==0.2.4
24
+ et-xmlfile==1.1.0
25
+ exception==0.1.0
26
+ executing==2.0.1
27
+ fastjsonschema==2.19.1
28
+ filelock==3.13.1
29
+ FLAML==2.1.2
30
+ Flask==3.0.2
31
+ fonttools==4.49.0
32
+ fsspec==2024.2.0
33
+ gitdb==4.0.11
34
+ GitPython==3.1.42
35
+ google-api-core==2.17.1
36
+ google-auth==2.28.1
37
+ google-cloud-core==2.4.1
38
+ google-cloud-translate==3.15.2
39
+ googleapis-common-protos==1.62.0
40
+ grpcio==1.62.0
41
+ grpcio-status==1.62.0
42
+ h11==0.14.0
43
+ httpcore==1.0.4
44
+ httpx==0.27.0
45
+ huggingface-hub==0.21.3
46
+ idna==3.6
47
+ importlib-metadata==7.0.1
48
+ ipykernel==6.29.2
49
+ ipython==8.12.3
50
+ itsdangerous==2.1.2
51
+ jedi==0.19.1
52
+ Jinja2==3.1.3
53
+ joblib==1.3.2
54
+ jsonschema==4.21.1
55
+ jsonschema-specifications==2023.12.1
56
+ jupyter_client==8.6.0
57
+ jupyter_core==5.7.1
58
+ jupyterlab_pygments==0.3.0
59
+ kiwisolver==1.4.5
60
+ lightgbm==4.3.0
61
+ lxml==5.1.0
62
+ markdown-it-py==3.0.0
63
+ MarkupSafe==2.1.5
64
+ matplotlib==3.8.3
65
+ matplotlib-inline==0.1.6
66
+ mdurl==0.1.2
67
+ mistune==3.0.2
68
+ mpmath==1.3.0
69
+ nbclient==0.9.0
70
+ nbconvert==7.16.1
71
+ nbformat==5.9.2
72
+ nest-asyncio==1.6.0
73
+ networkx==3.2.1
74
+ numpy==1.26.4
75
+ openai==1.13.3
76
+ opencv-python==4.9.0.80
77
+ openpyxl==3.1.2
78
+ packaging==23.2
79
+ pandas==2.2.0
80
+ pandocfilters==1.5.1
81
+ parso==0.8.3
82
+ patsy==0.5.6
83
+ pickleshare==0.7.5
84
+ pillow==10.2.0
85
+ pipreqs==0.5.0
86
+ platformdirs==4.2.0
87
+ plotly==5.19.0
88
+ polars==0.20.18
89
+ prompt-toolkit==3.0.43
90
+ proto-plus==1.23.0
91
+ protobuf==4.25.3
92
+ psutil==5.9.8
93
+ pure-eval==0.2.2
94
+ pyarrow==15.0.0
95
+ pyasn1==0.5.1
96
+ pyasn1-modules==0.3.0
97
+ pydantic==2.6.3
98
+ pydantic_core==2.16.3
99
+ pydeck==0.8.1b0
100
+ Pygments==2.17.2
101
+ pynput==1.7.6
102
+ pyparsing==3.1.1
103
+ PyPDF2==3.0.1
104
+ python-dateutil==2.8.2
105
+ python-docx==1.1.0
106
+ python-dotenv==1.0.1
107
+ pytz==2024.1
108
+ pywin32==306
109
+ PyYAML==6.0.1
110
+ pyzmq==25.1.2
111
+ referencing==0.33.0
112
+ regex==2023.12.25
113
+ replicate==0.25.1
114
+ requests==2.31.0
115
+ rich==13.7.0
116
+ rpds-py==0.18.0
117
+ rsa==4.9
118
+ safetensors==0.4.2
119
+ scikit-learn==1.4.1.post1
120
+ scipy==1.12.0
121
+ seaborn==0.13.2
122
+ six==1.16.0
123
+ smmap==5.0.1
124
+ sniffio==1.3.1
125
+ soupsieve==2.5
126
+ SpeechRecognition==3.10.1
127
+ stack-data==0.6.3
128
+ statsmodels==0.14.1
129
+ streamlit==1.31.1
130
+ sympy==1.12
131
+ tenacity==8.2.3
132
+ threadpoolctl==3.3.0
133
+ tinycss2==1.2.1
134
+ tokenizers==0.15.2
135
+ toml==0.10.2
136
+ toolz==0.12.1
137
+ torch==2.2.1
138
+ tornado==6.4
139
+ tqdm==4.66.2
140
+ traitlets==5.14.1
141
+ transformers==4.38.1
142
+ typing_extensions==4.9.0
143
+ tzdata==2024.1
144
+ tzlocal==5.2
145
+ urllib3==2.2.1
146
+ validators==0.22.0
147
+ watchdog==4.0.0
148
+ wcwidth==0.2.13
149
+ webencodings==0.5.1
150
+ Werkzeug==3.0.1
151
+ wordcloud==1.9.3
152
+ xgboost==2.0.3
153
+ yarg==0.1.9
154
+ zipp==3.17.0