Spaces:
Sleeping
Sleeping
drkareemkamal
commited on
Commit
•
b557e8a
1
Parent(s):
0669835
Create requirements.txt
Browse files- requirements.txt +142 -0
requirements.txt
ADDED
@@ -0,0 +1,142 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiohttp==3.9.5
|
2 |
+
aiosignal==1.3.1
|
3 |
+
annotated-types==0.7.0
|
4 |
+
anyio==4.4.0
|
5 |
+
asttokens==2.4.1
|
6 |
+
async-timeout==4.0.3
|
7 |
+
attrs==23.2.0
|
8 |
+
backoff==2.2.1
|
9 |
+
beautifulsoup4==4.12.3
|
10 |
+
cachetools==5.3.3
|
11 |
+
certifi==2024.6.2
|
12 |
+
chardet==5.2.0
|
13 |
+
charset-normalizer==3.3.2
|
14 |
+
click==8.1.7
|
15 |
+
colorama==0.4.6
|
16 |
+
comm==0.2.2
|
17 |
+
dataclasses-json==0.6.7
|
18 |
+
debugpy==1.8.1
|
19 |
+
decorator==5.1.1
|
20 |
+
deepdiff==7.0.1
|
21 |
+
distro==1.9.0
|
22 |
+
dnspython==2.6.1
|
23 |
+
emoji==2.12.1
|
24 |
+
exceptiongroup==1.2.1
|
25 |
+
executing==2.0.1
|
26 |
+
filelock==3.15.4
|
27 |
+
filetype==1.2.0
|
28 |
+
frozenlist==1.4.1
|
29 |
+
fsspec==2024.6.1
|
30 |
+
gcloud==0.18.3
|
31 |
+
google-api-core==2.19.0
|
32 |
+
google-api-python-client==2.134.0
|
33 |
+
google-auth==2.30.0
|
34 |
+
google-auth-httplib2==0.2.0
|
35 |
+
googleapis-common-protos==1.63.1
|
36 |
+
greenlet==3.0.3
|
37 |
+
grpc-gateway-protoc-gen-openapiv2==0.1.0
|
38 |
+
h11==0.14.0
|
39 |
+
httpcore==1.0.5
|
40 |
+
httplib2==0.22.0
|
41 |
+
httpx==0.27.0
|
42 |
+
huggingface-hub==0.23.4
|
43 |
+
idna==3.7
|
44 |
+
intel-openmp==2021.4.0
|
45 |
+
ipykernel==6.29.4
|
46 |
+
ipython==8.25.0
|
47 |
+
jedi==0.19.1
|
48 |
+
Jinja2==3.1.4
|
49 |
+
joblib==1.4.2
|
50 |
+
jsonpatch==1.33
|
51 |
+
jsonpath-python==1.0.6
|
52 |
+
jsonpointer==3.0.0
|
53 |
+
jupyter_client==8.6.2
|
54 |
+
jupyter_core==5.7.2
|
55 |
+
langchain==0.2.5
|
56 |
+
langchain-community==0.2.5
|
57 |
+
langchain-core==0.2.9
|
58 |
+
langchain-pinecone==0.1.1
|
59 |
+
langchain-text-splitters==0.2.1
|
60 |
+
langdetect==1.0.9
|
61 |
+
langsmith==0.1.81
|
62 |
+
loguru==0.7.2
|
63 |
+
lxml==5.2.2
|
64 |
+
MarkupSafe==2.1.5
|
65 |
+
marshmallow==3.21.3
|
66 |
+
matplotlib-inline==0.1.7
|
67 |
+
mkl==2021.4.0
|
68 |
+
mpmath==1.3.0
|
69 |
+
multidict==6.0.5
|
70 |
+
mypy-extensions==1.0.0
|
71 |
+
nest-asyncio==1.6.0
|
72 |
+
networkx==3.3
|
73 |
+
nltk==3.8.1
|
74 |
+
numpy==1.26.4
|
75 |
+
oauth2client==4.1.3
|
76 |
+
openai==1.35.3
|
77 |
+
ordered-set==4.1.0
|
78 |
+
orjson==3.10.5
|
79 |
+
packaging==24.1
|
80 |
+
pandas==2.2.2
|
81 |
+
parso==0.8.4
|
82 |
+
pillow==10.4.0
|
83 |
+
pinecone-client==3.2.2
|
84 |
+
pinecone-plugin-interface==0.0.7
|
85 |
+
platformdirs==4.2.2
|
86 |
+
prompt_toolkit==3.0.47
|
87 |
+
proto-plus==1.24.0
|
88 |
+
protobuf==3.20.2
|
89 |
+
psutil==6.0.0
|
90 |
+
pure-eval==0.2.2
|
91 |
+
pyasn1==0.6.0
|
92 |
+
pyasn1_modules==0.4.0
|
93 |
+
pydantic==2.7.4
|
94 |
+
pydantic_core==2.18.4
|
95 |
+
Pygments==2.18.0
|
96 |
+
pyparsing==3.1.2
|
97 |
+
pypdf==4.2.0
|
98 |
+
python-dateutil==2.9.0.post0
|
99 |
+
python-dotenv==1.0.1
|
100 |
+
python-iso639==2024.4.27
|
101 |
+
python-magic==0.4.27
|
102 |
+
pytz==2024.1
|
103 |
+
pywin32==306
|
104 |
+
PyYAML==6.0.1
|
105 |
+
pyzmq==26.0.3
|
106 |
+
rapidfuzz==3.9.3
|
107 |
+
regex==2024.5.15
|
108 |
+
requests==2.32.3
|
109 |
+
requests-toolbelt==1.0.0
|
110 |
+
rsa==4.9
|
111 |
+
safetensors==0.4.3
|
112 |
+
scikit-learn==1.5.1
|
113 |
+
scipy==1.14.0
|
114 |
+
sentence-transformers==3.0.1
|
115 |
+
six==1.16.0
|
116 |
+
sniffio==1.3.1
|
117 |
+
soupsieve==2.5
|
118 |
+
SQLAlchemy==2.0.31
|
119 |
+
stack-data==0.6.3
|
120 |
+
sympy==1.12.1
|
121 |
+
tabulate==0.9.0
|
122 |
+
tbb==2021.13.0
|
123 |
+
tenacity==8.4.1
|
124 |
+
threadpoolctl==3.5.0
|
125 |
+
tiktoken==0.7.0
|
126 |
+
tokenizers==0.19.1
|
127 |
+
torch==2.3.1
|
128 |
+
tornado==6.4.1
|
129 |
+
tqdm==4.66.4
|
130 |
+
traitlets==5.14.3
|
131 |
+
transformers==4.42.3
|
132 |
+
typing-inspect==0.9.0
|
133 |
+
typing_extensions==4.12.2
|
134 |
+
tzdata==2024.1
|
135 |
+
unstructured==0.14.7
|
136 |
+
unstructured-client==0.23.7
|
137 |
+
uritemplate==4.1.1
|
138 |
+
urllib3==2.2.2
|
139 |
+
wcwidth==0.2.13
|
140 |
+
win32-setctime==1.1.0
|
141 |
+
wrapt==1.16.0
|
142 |
+
yarl==1.9.4
|