gabruarya commited on
Commit
e040dcc
1 Parent(s): 988cf58

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +145 -0
requirements.txt ADDED
@@ -0,0 +1,145 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.9.5
2
+ aiosignal==1.3.1
3
+ altair==5.3.0
4
+ annotated-types==0.7.0
5
+ anyio==4.4.0
6
+ appnope==0.1.4
7
+ asttokens==2.4.1
8
+ attrs==23.2.0
9
+ backoff==2.2.1
10
+ beautifulsoup4==4.12.3
11
+ blinker==1.8.2
12
+ cachetools==5.4.0
13
+ certifi==2024.7.4
14
+ chardet==5.2.0
15
+ charset-normalizer==3.3.2
16
+ click==8.1.7
17
+ comm==0.2.2
18
+ dataclasses-json==0.6.7
19
+ debugpy==1.8.2
20
+ decorator==5.1.1
21
+ deepdiff==7.0.1
22
+ distro==1.9.0
23
+ emoji==2.12.1
24
+ executing==2.0.1
25
+ filelock==3.15.4
26
+ filetype==1.2.0
27
+ frozenlist==1.4.1
28
+ fsspec==2024.6.1
29
+ gitdb==4.0.11
30
+ GitPython==3.1.43
31
+ googleapis-common-protos==1.63.2
32
+ greenlet==3.0.3
33
+ groq==0.9.0
34
+ grpcio==1.64.1
35
+ h11==0.14.0
36
+ httpcore==1.0.5
37
+ httpx==0.27.0
38
+ huggingface-hub==0.23.5
39
+ idna==3.7
40
+ ipykernel==6.29.5
41
+ ipython==8.26.0
42
+ jedi==0.19.1
43
+ Jinja2==3.1.4
44
+ joblib==1.4.2
45
+ jsonpatch==1.33
46
+ jsonpath-python==1.0.6
47
+ jsonpointer==3.0.0
48
+ jsonschema==4.23.0
49
+ jsonschema-specifications==2023.12.1
50
+ jupyter_client==8.6.2
51
+ jupyter_core==5.7.2
52
+ langchain==0.2.9
53
+ langchain-community==0.2.7
54
+ langchain-core==0.2.21
55
+ langchain-groq==0.1.6
56
+ langchain-openai==0.1.17
57
+ langchain-pinecone==0.1.2
58
+ langchain-text-splitters==0.2.2
59
+ langdetect==1.0.9
60
+ langsmith==0.1.90
61
+ llamaapi==0.1.36
62
+ lxml==5.2.2
63
+ lz4==4.3.3
64
+ markdown-it-py==3.0.0
65
+ MarkupSafe==2.1.5
66
+ marshmallow==3.21.3
67
+ matplotlib-inline==0.1.7
68
+ mdurl==0.1.2
69
+ mpmath==1.3.0
70
+ multidict==6.0.5
71
+ mypy-extensions==1.0.0
72
+ nest-asyncio==1.6.0
73
+ networkx==3.3
74
+ nltk==3.8.1
75
+ numpy==1.26.4
76
+ openai==1.35.14
77
+ ordered-set==4.1.0
78
+ orjson==3.10.6
79
+ packaging==24.1
80
+ pandas==2.2.2
81
+ parso==0.8.4
82
+ pexpect==4.9.0
83
+ pillow==10.4.0
84
+ pinecone==4.0.0
85
+ pinecone-client==4.1.2
86
+ pinecone-plugin-interface==0.0.7
87
+ platformdirs==4.2.2
88
+ prompt_toolkit==3.0.47
89
+ protobuf==4.25.3
90
+ protoc-gen-openapiv2==0.0.1
91
+ psutil==6.0.0
92
+ ptyprocess==0.7.0
93
+ pure-eval==0.2.2
94
+ pyarrow==17.0.0
95
+ pydantic==2.8.2
96
+ pydantic_core==2.20.1
97
+ pydeck==0.9.1
98
+ Pygments==2.18.0
99
+ pypdf==4.3.0
100
+ python-dateutil==2.9.0.post0
101
+ python-iso639==2024.4.27
102
+ python-magic==0.4.27
103
+ pytz==2024.1
104
+ PyYAML==6.0.1
105
+ pyzmq==26.0.3
106
+ rapidfuzz==3.9.4
107
+ referencing==0.35.1
108
+ regex==2024.5.15
109
+ requests==2.32.3
110
+ requests-toolbelt==1.0.0
111
+ rich==13.7.1
112
+ rpds-py==0.19.0
113
+ safetensors==0.4.3
114
+ scikit-learn==1.5.1
115
+ scipy==1.14.0
116
+ sentence-transformers==3.0.1
117
+ six==1.16.0
118
+ smmap==5.0.1
119
+ sniffio==1.3.1
120
+ soupsieve==2.5
121
+ SQLAlchemy==2.0.31
122
+ stack-data==0.6.3
123
+ streamlit==1.36.0
124
+ sympy==1.13.0
125
+ tabulate==0.9.0
126
+ tenacity==8.5.0
127
+ threadpoolctl==3.5.0
128
+ tiktoken==0.7.0
129
+ tokenizers==0.19.1
130
+ toml==0.10.2
131
+ toolz==0.12.1
132
+ torch==2.2.2
133
+ tornado==6.4.1
134
+ tqdm==4.66.4
135
+ traitlets==5.14.3
136
+ transformers==4.42.4
137
+ typing-inspect==0.9.0
138
+ typing_extensions==4.12.2
139
+ tzdata==2024.1
140
+ unstructured==0.14.10
141
+ unstructured-client==0.24.1
142
+ urllib3==2.2.2
143
+ wcwidth==0.2.13
144
+ wrapt==1.16.0
145
+ yarl==1.9.4