theneerajsahani commited on
Commit
547509a
1 Parent(s): 2c575e9

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +135 -0
requirements.txt ADDED
@@ -0,0 +1,135 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==0.29.3
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
+ appdirs==1.4.4
8
+ attrs==23.2.0
9
+ beautifulsoup4==4.12.3
10
+ blinker==1.7.0
11
+ cachetools==5.3.3
12
+ certifi==2024.2.2
13
+ charset-normalizer==3.3.2
14
+ click==8.1.7
15
+ dataclasses-json==0.6.5
16
+ datasets==2.19.0
17
+ Deprecated==1.2.14
18
+ dill==0.3.8
19
+ dirtyjson==1.0.8
20
+ distro==1.9.0
21
+ dnspython==2.6.1
22
+ email_validator==2.1.1
23
+ evaluate==0.4.2
24
+ fastapi==0.111.0
25
+ fastapi-cli==0.0.3
26
+ filelock==3.13.4
27
+ frozendict==2.4.2
28
+ frozenlist==1.4.1
29
+ fsspec==2024.3.1
30
+ gitdb==4.0.11
31
+ GitPython==3.1.43
32
+ greenlet==3.0.3
33
+ groq==0.5.0
34
+ h11==0.14.0
35
+ html5lib==1.1
36
+ httpcore==1.0.5
37
+ httptools==0.6.1
38
+ httpx==0.27.0
39
+ huggingface-hub==0.22.2
40
+ idna==3.7
41
+ Jinja2==3.1.3
42
+ joblib==1.4.2
43
+ jsonschema==4.21.1
44
+ jsonschema-specifications==2023.12.1
45
+ llama-index==0.10.36
46
+ llama-index-agent-openai==0.2.4
47
+ llama-index-cli==0.1.12
48
+ llama-index-core==0.10.36
49
+ llama-index-embeddings-openai==0.1.9
50
+ llama-index-indices-managed-llama-cloud==0.1.6
51
+ llama-index-legacy==0.9.48
52
+ llama-index-llms-openai==0.1.18
53
+ llama-index-multi-modal-llms-openai==0.1.5
54
+ llama-index-program-openai==0.1.6
55
+ llama-index-question-gen-openai==0.1.3
56
+ llama-index-readers-file==0.1.22
57
+ llama-index-readers-llama-parse==0.1.4
58
+ llama-parse==0.4.2
59
+ llamaindex-py-client==0.1.19
60
+ lxml==5.2.1
61
+ markdown-it-py==3.0.0
62
+ MarkupSafe==2.1.5
63
+ marshmallow==3.21.2
64
+ mdurl==0.1.2
65
+ minijinja==1.0.16
66
+ mpmath==1.3.0
67
+ multidict==6.0.5
68
+ multiprocess==0.70.16
69
+ multitasking==0.0.11
70
+ mypy-extensions==1.0.0
71
+ nest-asyncio==1.6.0
72
+ networkx==3.3
73
+ nltk==3.8.1
74
+ notion-client==2.2.1
75
+ numpy==1.26.4
76
+ openai==1.23.6
77
+ orjson==3.10.3
78
+ packaging==24.0
79
+ pandas==2.2.2
80
+ peewee==3.17.3
81
+ pillow==10.3.0
82
+ protobuf==4.25.3
83
+ psutil==5.9.8
84
+ pyarrow==16.0.0
85
+ pyarrow-hotfix==0.6
86
+ pydantic==2.7.1
87
+ pydantic_core==2.18.2
88
+ pydeck==0.9.0b1
89
+ Pygments==2.17.2
90
+ pypdf==4.2.0
91
+ python-dateutil==2.9.0.post0
92
+ python-dotenv==1.0.1
93
+ python-multipart==0.0.9
94
+ pytz==2024.1
95
+ PyYAML==6.0.1
96
+ referencing==0.35.0
97
+ regex==2024.4.28
98
+ requests==2.31.0
99
+ rich==13.7.1
100
+ rpds-py==0.18.0
101
+ safetensors==0.4.3
102
+ shellingham==1.5.4
103
+ six==1.16.0
104
+ smmap==5.0.1
105
+ sniffio==1.3.1
106
+ soupsieve==2.5
107
+ SQLAlchemy==2.0.30
108
+ starlette==0.37.2
109
+ streamlit==1.33.0
110
+ striprtf==0.0.26
111
+ sympy==1.12
112
+ tenacity==8.2.3
113
+ tiktoken==0.6.0
114
+ tokenizers==0.19.1
115
+ toml==0.10.2
116
+ toolz==0.12.1
117
+ torch==2.3.0
118
+ tornado==6.4
119
+ tqdm==4.66.2
120
+ transformers==4.40.1
121
+ typer==0.12.3
122
+ typing-inspect==0.9.0
123
+ typing_extensions==4.11.0
124
+ tzdata==2024.1
125
+ ujson==5.9.0
126
+ urllib3==2.2.1
127
+ uvicorn==0.29.0
128
+ uvloop==0.19.0
129
+ watchfiles==0.21.0
130
+ webencodings==0.5.1
131
+ websockets==12.0
132
+ wrapt==1.16.0
133
+ xxhash==3.4.1
134
+ yarl==1.9.4
135
+ yfinance==0.2.38