Skip to content

Commit

Permalink
Fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
momegas committed Apr 30, 2023
1 parent 7b2827a commit 8d9fdc3
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
faiss-cpu==1.7.3
fastapi==0.95.1
faiss-cpu>=1.7
fastapi>=0.95
gradio==3.26.0
gradio_client==0.1.2
httpx==0.23.3
gradio_client>=0.1
httpx==0.23
langchain==0.0.137
langchain-serve>=0.0.16
openai==0.27.4
pytest==7.3.0
openai>=0.27
pytest>=7.3
rich
unstructured
unstructured>=0.5

0 comments on commit 8d9fdc3

Please sign in to comment.