Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -104
requirements.txt
CHANGED
@@ -1,15 +1,7 @@
|
|
1 |
streamlit
|
2 |
-
|
3 |
-
openai==0.28
|
4 |
-
streamlit-chat==0.0.2.2
|
5 |
-
pypdf
|
6 |
-
langchain_community
|
7 |
-
streamlit-login-auth-ui
|
8 |
-
PyPDF2
|
9 |
-
openai[embeddings]
|
10 |
-
tiktoken
|
11 |
-
docarray
|
12 |
streamlit-authenticator
|
|
|
13 |
argon2-cffi==21.3.0
|
14 |
streamlit-option-menu
|
15 |
transformers
|
@@ -24,97 +16,4 @@ bcrypt==3.2.0
|
|
24 |
SpeechRecognition
|
25 |
pymongo==4.3.3
|
26 |
rembg
|
27 |
-
faiss-cpu
|
28 |
-
altair==4.2.0
|
29 |
-
argon2-cffi==21.3.0
|
30 |
-
argon2-cffi-bindings==21.2.0
|
31 |
-
asttokens==2.0.8
|
32 |
-
attrs==22.1.0
|
33 |
-
backcall==0.2.0
|
34 |
-
bleach==5.0.1
|
35 |
-
blinker==1.5
|
36 |
-
cachetools==5.2.0
|
37 |
-
cffi==1.15.1
|
38 |
-
charset-normalizer==2.1.1
|
39 |
-
click==8.1.3
|
40 |
-
colorama==0.4.5
|
41 |
-
commonmark==0.9.1
|
42 |
-
cryptography==37.0.4
|
43 |
-
debugpy==1.6.3
|
44 |
-
decorator==5.1.1
|
45 |
-
distlib==0.3.4
|
46 |
-
docutils==0.19
|
47 |
-
entrypoints==0.4
|
48 |
-
executing==0.10.0
|
49 |
-
filelock==3.6.0
|
50 |
-
gitdb==4.0.9
|
51 |
-
GitPython==3.1.27
|
52 |
-
idna==3.3
|
53 |
-
importlib-metadata==4.12.0
|
54 |
-
ipykernel==6.15.1
|
55 |
-
ipython==8.4.0
|
56 |
-
ipywidgets==8.0.1
|
57 |
-
jedi==0.18.1
|
58 |
-
Jinja2==3.1.2
|
59 |
-
jsonschema==4.13.0
|
60 |
-
jupyter-client==7.3.4
|
61 |
-
jupyter-core==4.11.1
|
62 |
-
jupyterlab-widgets==3.0.2
|
63 |
-
keyring==23.8.2
|
64 |
-
MarkupSafe==2.1.1
|
65 |
-
matplotlib-inline==0.1.6
|
66 |
-
nest-asyncio==1.5.5
|
67 |
-
numpy==1.23.2
|
68 |
-
packaging==21.3
|
69 |
-
pandas==1.4.3
|
70 |
-
parso==0.8.3
|
71 |
-
pickleshare==0.7.5
|
72 |
-
Pillow==9.2.0
|
73 |
-
pkginfo==1.8.3
|
74 |
-
platformdirs==2.5.1
|
75 |
-
prompt-toolkit==3.0.30
|
76 |
-
protobuf==3.20.1
|
77 |
-
psutil==5.9.1
|
78 |
-
pure-eval==0.2.2
|
79 |
-
pyarrow==9.0.0
|
80 |
-
pycparser==2.21
|
81 |
-
pydeck==0.7.1
|
82 |
-
Pygments==2.13.0
|
83 |
-
Pympler==1.0.1
|
84 |
-
pyparsing==3.0.9
|
85 |
-
pyrsistent==0.18.1
|
86 |
-
python-dateutil==2.8.2
|
87 |
-
pytz==2022.2.1
|
88 |
-
pytz-deprecation-shim==0.1.0.post0
|
89 |
-
pyzmq==23.2.1
|
90 |
-
readme-renderer==36.0
|
91 |
-
requests==2.28.1
|
92 |
-
requests-toolbelt==0.9.1
|
93 |
-
rfc3986==2.0.0
|
94 |
-
rich==12.5.1
|
95 |
-
semver==2.13.0
|
96 |
-
six==1.16.0
|
97 |
-
smmap==5.0.0
|
98 |
-
stack-data==0.4.0
|
99 |
-
streamlit==1.12.0
|
100 |
-
streamlit-cookies-manager==0.2.0
|
101 |
-
streamlit-lottie==0.0.3
|
102 |
-
streamlit-option-menu==0.3.2
|
103 |
-
toml==0.10.2
|
104 |
-
toolz==0.12.0
|
105 |
-
tornado==6.2
|
106 |
-
traitlets==5.3.0
|
107 |
-
trycourier==4.4.0
|
108 |
-
twine==4.0.1
|
109 |
-
typing_extensions==4.3.0
|
110 |
-
tzdata==2022.2
|
111 |
-
tzlocal==4.2
|
112 |
-
urllib3==1.26.11
|
113 |
-
validators==0.20.0
|
114 |
-
virtualenv==20.14.1
|
115 |
-
watchdog==2.1.9
|
116 |
-
wcwidth==0.2.5
|
117 |
-
webencodings==0.5.1
|
118 |
-
widgetsnbextension==4.0.2
|
119 |
-
wincertstore==0.2
|
120 |
-
zipp==3.8.1
|
|
|
1 |
streamlit
|
2 |
+
streamlit-chat
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
streamlit-authenticator
|
4 |
+
streamlit-login-auth-ui
|
5 |
argon2-cffi==21.3.0
|
6 |
streamlit-option-menu
|
7 |
transformers
|
|
|
16 |
SpeechRecognition
|
17 |
pymongo==4.3.3
|
18 |
rembg
|
19 |
+
faiss-cpu
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|