update requirements.txt
This commit is contained in:
parent
59442dcd4a
commit
e95996a9b9
|
|
@ -5,7 +5,6 @@ chromadb
|
||||||
fschat
|
fschat
|
||||||
transformers
|
transformers
|
||||||
torch~=2.0.0
|
torch~=2.0.0
|
||||||
streamlit>=1.25.0
|
|
||||||
fastapi~=0.99.1
|
fastapi~=0.99.1
|
||||||
fastapi-offline
|
fastapi-offline
|
||||||
nltk~=3.8.1
|
nltk~=3.8.1
|
||||||
|
|
@ -13,4 +12,7 @@ uvicorn~=0.23.1
|
||||||
starlette~=0.27.0
|
starlette~=0.27.0
|
||||||
numpy~=1.24.4
|
numpy~=1.24.4
|
||||||
pydantic~=1.10.11
|
pydantic~=1.10.11
|
||||||
unstructured[local-inference]
|
unstructured[local-inference]
|
||||||
|
|
||||||
|
streamlit>=1.25.0
|
||||||
|
streamlit-option-menu
|
||||||
Loading…
Reference in New Issue