abnerguzman commited on
Commit
ec353c3
1 Parent(s): 2d98d25

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +75 -56
requirements.txt CHANGED
@@ -1,30 +1,33 @@
1
  aiofiles==23.2.1
2
  aiohttp==3.9.5
 
3
  aiosignal==1.3.1
4
  altair==5.3.0
5
  annotated-types==0.6.0
6
  anyio==4.3.0
 
 
7
  async-timeout==4.0.3
8
  attrs==23.2.0
9
  beautifulsoup4==4.12.3
10
- boto3==1.34.95
11
- botocore==1.34.95
12
  certifi==2024.2.2
13
- cffi==1.16.0
14
  charset-normalizer==3.3.2
15
- chevron==0.14.0
16
  click==8.1.7
 
17
  contourpy==1.2.1
18
  cycler==0.12.1
19
  dataclasses-json==0.6.5
20
- datasets==2.19.0
 
21
  Deprecated==1.2.14
22
- dill==0.3.8
23
  dirtyjson==1.0.8
24
  distro==1.9.0
25
- et-xmlfile==1.1.0
26
- exceptiongroup==1.2.1
27
- fastapi==0.110.3
 
 
 
28
  ffmpy==0.3.2
29
  filelock==3.14.0
30
  fonttools==4.51.0
@@ -35,107 +38,123 @@ gradio_client==0.16.1
35
  greenlet==3.0.3
36
  h11==0.14.0
37
  httpcore==1.0.5
 
38
  httpx==0.27.0
39
  huggingface-hub==0.23.0
40
  idna==3.7
 
41
  importlib_resources==6.4.0
42
- Jinja2==3.1.3
43
- jmespath==1.0.1
 
 
44
  joblib==1.4.2
45
  jsonpatch==1.33
46
  jsonpointer==2.4
47
  jsonschema==4.22.0
48
  jsonschema-specifications==2023.12.1
 
 
49
  kiwisolver==1.4.5
50
- langchain==0.1.17
51
- langchain-community==0.0.36
52
- langchain-core==0.1.48
53
  langchain-text-splitters==0.0.1
54
- langsmith==0.1.52
55
- llama-index==0.10.34
56
- llama-index-agent-openai==0.2.3
 
 
57
  llama-index-cli==0.1.12
58
- llama-index-core==0.10.34
59
- llama-index-embeddings-openai==0.1.9
60
- llama-index-indices-managed-llama-cloud==0.1.6
 
61
  llama-index-legacy==0.9.48
62
- llama-index-llms-octoai==0.1.0
63
- llama-index-llms-openai==0.1.16
64
- llama-index-multi-modal-llms-openai==0.1.5
65
  llama-index-program-openai==0.1.6
66
  llama-index-question-gen-openai==0.1.3
67
- llama-index-readers-file==0.1.20
68
  llama-index-readers-llama-parse==0.1.4
69
- llama-index-vector-stores-pinecone==0.1.6
70
- llama-parse==0.4.2
71
- llamaindex-py-client==0.1.19
72
  markdown-it-py==3.0.0
73
  MarkupSafe==2.1.5
74
- marshmallow==3.21.1
75
  matplotlib==3.8.4
 
76
  mdurl==0.1.2
77
- mpmath==1.3.0
78
  multidict==6.0.5
79
- multiprocess==0.70.16
80
  mypy-extensions==1.0.0
 
81
  networkx==3.2.1
82
  nltk==3.8.1
83
  numpy==1.26.4
84
- octoai-sdk==0.10.1
85
- openai==1.24.1
86
- openpyxl==3.1.2
87
- orjson==3.10.2
88
  packaging==23.2
89
  pandas==2.2.2
 
 
 
90
  pillow==10.3.0
91
  pinecone-client==3.2.2
92
- pyarrow==16.0.0
93
- pyarrow-hotfix==0.6
94
- pycparser==2.22
 
 
 
95
  pydantic==2.7.1
96
  pydantic_core==2.18.2
97
  pydub==0.25.1
 
98
  pyparsing==3.1.2
99
  pypdf==4.2.0
 
100
  python-dotenv==1.0.1
101
  python-multipart==0.0.9
102
  pytz==2024.1
103
  PyYAML==6.0.1
 
104
  referencing==0.35.1
105
- regex==2024.4.28
106
  requests==2.31.0
107
  rich==13.7.1
108
- rpds-py==0.18.0
109
- ruff==0.4.2
110
- s3transfer==0.10.1
111
- safetensors==0.4.3
112
  semantic-version==2.10.0
 
113
  shellingham==1.5.4
 
114
  sniffio==1.3.1
115
- soundfile==0.12.1
116
  soupsieve==2.5
117
- SQLAlchemy==2.0.29
 
118
  starlette==0.37.2
119
  striprtf==0.0.26
120
- sympy==1.12
121
- tenacity==8.2.3
122
- tiktoken==0.6.0
123
- tokenizers==0.19.1
124
  tomlkit==0.12.0
125
  toolz==0.12.1
126
- torch==2.2.2
127
- torchvision==0.17.2
128
- tqdm==4.66.2
129
- transformers==4.40.1
130
  typer==0.12.3
131
- types-PyYAML==6.0.12.20240311
132
- types-requests==2.31.0.6
133
- types-urllib3==1.26.25.14
134
  typing-inspect==0.9.0
135
  tzdata==2024.1
 
136
  urllib3==2.2.1
137
  uvicorn==0.29.0
 
 
 
 
138
  websockets==11.0.3
 
139
  wrapt==1.16.0
140
- xxhash==3.4.1
141
  yarl==1.9.4
 
 
1
  aiofiles==23.2.1
2
  aiohttp==3.9.5
3
+ aiolimiter==1.1.0
4
  aiosignal==1.3.1
5
  altair==5.3.0
6
  annotated-types==0.6.0
7
  anyio==4.3.0
8
+ appnope==0.1.4
9
+ asttokens==2.4.1
10
  async-timeout==4.0.3
11
  attrs==23.2.0
12
  beautifulsoup4==4.12.3
 
 
13
  certifi==2024.2.2
 
14
  charset-normalizer==3.3.2
 
15
  click==8.1.7
16
+ comm==0.2.2
17
  contourpy==1.2.1
18
  cycler==0.12.1
19
  dataclasses-json==0.6.5
20
+ debugpy==1.6.7
21
+ decorator==5.1.1
22
  Deprecated==1.2.14
 
23
  dirtyjson==1.0.8
24
  distro==1.9.0
25
+ dnspython==2.6.1
26
+ email_validator==2.1.1
27
+ exceptiongroup==1.2.0
28
+ executing==2.0.1
29
+ fastapi==0.111.0
30
+ fastapi-cli==0.0.3
31
  ffmpy==0.3.2
32
  filelock==3.14.0
33
  fonttools==4.51.0
 
38
  greenlet==3.0.3
39
  h11==0.14.0
40
  httpcore==1.0.5
41
+ httptools==0.6.1
42
  httpx==0.27.0
43
  huggingface-hub==0.23.0
44
  idna==3.7
45
+ importlib_metadata==7.1.0
46
  importlib_resources==6.4.0
47
+ ipykernel==6.29.3
48
+ ipython==8.18.1
49
+ jedi==0.19.1
50
+ Jinja2==3.1.4
51
  joblib==1.4.2
52
  jsonpatch==1.33
53
  jsonpointer==2.4
54
  jsonschema==4.22.0
55
  jsonschema-specifications==2023.12.1
56
+ jupyter_client==8.6.2
57
+ jupyter_core==5.5.0
58
  kiwisolver==1.4.5
59
+ langchain==0.1.19
60
+ langchain-community==0.0.38
61
+ langchain-core==0.1.52
62
  langchain-text-splitters==0.0.1
63
+ langchain-voyageai==0.1.1
64
+ langsmith==0.1.56
65
+ llama-cloud==0.0.6
66
+ llama-index==0.10.50
67
+ llama-index-agent-openai==0.2.7
68
  llama-index-cli==0.1.12
69
+ llama-index-core==0.10.50
70
+ llama-index-embeddings-langchain==0.1.2
71
+ llama-index-embeddings-openai==0.1.10
72
+ llama-index-indices-managed-llama-cloud==0.2.1
73
  llama-index-legacy==0.9.48
74
+ llama-index-llms-fireworks==0.1.5
75
+ llama-index-llms-openai==0.1.23
76
+ llama-index-multi-modal-llms-openai==0.1.6
77
  llama-index-program-openai==0.1.6
78
  llama-index-question-gen-openai==0.1.3
79
+ llama-index-readers-file==0.1.25
80
  llama-index-readers-llama-parse==0.1.4
81
+ llama-index-vector-stores-pinecone==0.1.7
82
+ llama-parse==0.4.4
 
83
  markdown-it-py==3.0.0
84
  MarkupSafe==2.1.5
85
+ marshmallow==3.21.2
86
  matplotlib==3.8.4
87
+ matplotlib-inline==0.1.7
88
  mdurl==0.1.2
 
89
  multidict==6.0.5
 
90
  mypy-extensions==1.0.0
91
+ nest_asyncio==1.6.0
92
  networkx==3.2.1
93
  nltk==3.8.1
94
  numpy==1.26.4
95
+ openai==1.35.7
96
+ orjson==3.10.3
 
 
97
  packaging==23.2
98
  pandas==2.2.2
99
+ parso==0.8.4
100
+ pexpect==4.9.0
101
+ pickleshare==0.7.5
102
  pillow==10.3.0
103
  pinecone-client==3.2.2
104
+ pip==24.0
105
+ platformdirs==4.2.2
106
+ prompt-toolkit==3.0.42
107
+ psutil==5.8.0
108
+ ptyprocess==0.7.0
109
+ pure-eval==0.2.2
110
  pydantic==2.7.1
111
  pydantic_core==2.18.2
112
  pydub==0.25.1
113
+ Pygments==2.18.0
114
  pyparsing==3.1.2
115
  pypdf==4.2.0
116
+ python-dateutil==2.9.0
117
  python-dotenv==1.0.1
118
  python-multipart==0.0.9
119
  pytz==2024.1
120
  PyYAML==6.0.1
121
+ pyzmq==25.1.2
122
  referencing==0.35.1
123
+ regex==2024.5.15
124
  requests==2.31.0
125
  rich==13.7.1
126
+ rpds-py==0.18.1
127
+ ruff==0.4.4
 
 
128
  semantic-version==2.10.0
129
+ setuptools==69.5.1
130
  shellingham==1.5.4
131
+ six==1.16.0
132
  sniffio==1.3.1
 
133
  soupsieve==2.5
134
+ SQLAlchemy==2.0.30
135
+ stack-data==0.6.2
136
  starlette==0.37.2
137
  striprtf==0.0.26
138
+ tenacity==8.3.0
139
+ tiktoken==0.7.0
 
 
140
  tomlkit==0.12.0
141
  toolz==0.12.1
142
+ tornado==6.3.3
143
+ tqdm==4.66.4
144
+ traitlets==5.14.3
 
145
  typer==0.12.3
146
+ typing_extensions==4.12.1
 
 
147
  typing-inspect==0.9.0
148
  tzdata==2024.1
149
+ ujson==5.9.0
150
  urllib3==2.2.1
151
  uvicorn==0.29.0
152
+ uvloop==0.19.0
153
+ voyageai==0.2.3
154
+ watchfiles==0.21.0
155
+ wcwidth==0.2.13
156
  websockets==11.0.3
157
+ wheel==0.43.0
158
  wrapt==1.16.0
 
159
  yarl==1.9.4
160
+ zipp==3.17.0