aurioldegbelo commited on
Commit
040ce8e
1 Parent(s): a243a46

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +101 -91
requirements.txt CHANGED
@@ -1,100 +1,110 @@
1
- aiofiles==23.1.0
2
- aiohttp==3.8.4
3
  aiosignal==1.3.1
4
- altair==4.2.2
5
- anyio==3.6.2
6
- async-timeout==4.0.2
7
- attrs==22.2.0
8
- backoff==2.2.1
9
- beautifulsoup4==4.12.2
10
- certifi==2022.12.7
11
- charset-normalizer==3.1.0
12
- click==8.1.3
13
  colorama==0.4.6
14
- commonmark==0.9.1
15
- contourpy==1.0.7
16
- cycler==0.11.0
17
- dataclasses-json==0.5.7
18
- Deprecated==1.2.13
19
- entrypoints==0.4
20
- et-xmlfile==1.1.0
21
- fastapi==0.95.0
22
- ffmpy==0.3.0
23
- filelock==3.11.0
24
- fonttools==4.39.3
25
- frozenlist==1.3.3
26
- fsspec==2023.4.0
27
- gradio==3.24.1
28
- gradio_client==0.0.8
29
- greenlet==2.0.2
30
  h11==0.14.0
31
- httpcore==0.16.3
32
- httpx==0.23.3
33
- huggingface-hub==0.13.4
34
- idna==3.4
35
- Jinja2==3.1.2
36
- joblib==1.2.0
37
- jsonschema==4.17.3
38
- kiwisolver==1.4.4
39
- langchain==0.0.136
40
- linkify-it-py==2.0.0
41
  llama-index==0.10.28
42
- lxml==4.9.2
43
- Markdown==3.4.3
44
- markdown-it-py==2.2.0
45
- MarkupSafe==2.1.2
46
- marshmallow==3.19.0
47
- marshmallow-enum==1.5.1
48
- matplotlib==3.7.1
49
- mdit-py-plugins==0.3.3
 
 
 
 
 
 
 
 
 
 
50
  mdurl==0.1.2
51
- monotonic==1.6
52
- msg-parser==1.2.0
53
- multidict==6.0.4
54
  mypy-extensions==1.0.0
55
- numpy==1.23.5
56
- olefile==0.46
57
- openai==0.27.4
58
- openapi-schema-pydantic==1.2.4
59
- orjson==3.8.10
60
- packaging==23.0
61
- pandas==1.5.3
62
- Pillow==9.5.0
63
- pydantic==1.10.7
 
 
64
  pydub==0.25.1
65
- Pygments==2.14.0
66
- pypandoc==1.11
67
- pyparsing==3.0.9
68
- pyrsistent==0.19.3
69
- python-dateutil==2.8.2
70
- python-docx==0.8.11
71
- python-magic==0.4.27
72
- python-multipart==0.0.6
73
- python-pptx==0.6.21
74
- pytz==2023.3
75
- PyYAML==6.0
76
- regex==2023.3.23
77
- requests==2.28.2
78
- rfc3986==1.5.0
79
- rich==13.0.1
 
80
  semantic-version==2.10.0
 
81
  six==1.16.0
82
- sniffio==1.3.0
83
- soupsieve==2.4
84
- SQLAlchemy==1.4.47
85
- starlette==0.26.1
86
- tenacity==8.2.2
87
- tiktoken==0.3.3
88
- toolz==0.12.0
89
- tqdm==4.65.0
90
- typing-inspect==0.8.0
91
- typing_extensions==4.5.0
92
- tzdata==2023.3
93
- uc-micro-py==1.0.1
94
- urllib3==1.26.15
95
- uvicorn==0.21.1
96
- websockets==11.0.1
97
- wikipedia==1.4.0
98
- wrapt==1.14.1
99
- XlsxWriter==3.0.9
100
- yarl==1.8.2
 
1
+ aiofiles==23.2.1
2
+ aiohttp==3.9.3
3
  aiosignal==1.3.1
4
+ altair==5.3.0
5
+ annotated-types==0.6.0
6
+ anyio==4.3.0
7
+ attrs==23.2.0
8
+ beautifulsoup4==4.12.3
9
+ certifi==2024.2.2
10
+ charset-normalizer==3.3.2
11
+ click==8.1.7
 
12
  colorama==0.4.6
13
+ contourpy==1.2.1
14
+ cycler==0.12.1
15
+ dataclasses-json==0.6.4
16
+ Deprecated==1.2.14
17
+ dirtyjson==1.0.8
18
+ distro==1.9.0
19
+ fastapi==0.110.1
20
+ ffmpy==0.3.2
21
+ filelock==3.13.4
22
+ fonttools==4.51.0
23
+ frozenlist==1.4.1
24
+ fsspec==2024.3.1
25
+ gradio==4.26.0
26
+ gradio_client==0.15.1
27
+ greenlet==3.0.3
 
28
  h11==0.14.0
29
+ httpcore==1.0.5
30
+ httpx==0.27.0
31
+ huggingface-hub==0.22.2
32
+ idna==3.6
33
+ importlib_resources==6.4.0
34
+ Jinja2==3.1.3
35
+ joblib==1.4.0
36
+ jsonschema==4.21.1
37
+ jsonschema-specifications==2023.12.1
38
+ kiwisolver==1.4.5
39
  llama-index==0.10.28
40
+ llama-index-agent-openai==0.2.2
41
+ llama-index-cli==0.1.11
42
+ llama-index-core==0.10.28
43
+ llama-index-embeddings-openai==0.1.7
44
+ llama-index-indices-managed-llama-cloud==0.1.5
45
+ llama-index-legacy==0.9.48
46
+ llama-index-llms-openai==0.1.15
47
+ llama-index-multi-modal-llms-openai==0.1.5
48
+ llama-index-program-openai==0.1.5
49
+ llama-index-question-gen-openai==0.1.3
50
+ llama-index-readers-file==0.1.16
51
+ llama-index-readers-llama-parse==0.1.4
52
+ llama-parse==0.4.0
53
+ llamaindex-py-client==0.1.16
54
+ markdown-it-py==3.0.0
55
+ MarkupSafe==2.1.5
56
+ marshmallow==3.21.1
57
+ matplotlib==3.8.4
58
  mdurl==0.1.2
59
+ multidict==6.0.5
 
 
60
  mypy-extensions==1.0.0
61
+ nest-asyncio==1.6.0
62
+ networkx==3.3
63
+ nltk==3.8.1
64
+ numpy==1.26.4
65
+ openai==1.17.0
66
+ orjson==3.10.0
67
+ packaging==24.0
68
+ pandas==2.2.2
69
+ pillow==10.3.0
70
+ pydantic==2.6.4
71
+ pydantic_core==2.16.3
72
  pydub==0.25.1
73
+ Pygments==2.17.2
74
+ PyMuPDF==1.24.1
75
+ PyMuPDFb==1.24.1
76
+ pyparsing==3.1.2
77
+ pypdf==4.2.0
78
+ python-dateutil==2.9.0.post0
79
+ python-dotenv==1.0.1
80
+ python-multipart==0.0.9
81
+ pytz==2024.1
82
+ PyYAML==6.0.1
83
+ referencing==0.34.0
84
+ regex==2023.12.25
85
+ requests==2.31.0
86
+ rich==13.7.1
87
+ rpds-py==0.18.0
88
+ ruff==0.3.5
89
  semantic-version==2.10.0
90
+ shellingham==1.5.4
91
  six==1.16.0
92
+ sniffio==1.3.1
93
+ soupsieve==2.5
94
+ SQLAlchemy==2.0.29
95
+ starlette==0.37.2
96
+ striprtf==0.0.26
97
+ tenacity==8.2.3
98
+ tiktoken==0.6.0
99
+ tomlkit==0.12.0
100
+ toolz==0.12.1
101
+ tqdm==4.66.2
102
+ typer==0.12.3
103
+ typing-inspect==0.9.0
104
+ typing_extensions==4.11.0
105
+ tzdata==2024.1
106
+ urllib3==2.2.1
107
+ uvicorn==0.29.0
108
+ websockets==11.0.3
109
+ wrapt==1.16.0
110
+ yarl==1.9.4