AshenClock commited on
Commit
80bfb97
·
verified ·
1 Parent(s): dedfcb3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -10
requirements.txt CHANGED
@@ -1,10 +1,10 @@
1
- fastapi==0.95.2
2
- uvicorn[standard]==0.22.0
3
- huggingface-hub==0.21.3
4
- rdflib==6.1.1
5
- pydantic==1.10.9
6
- sentence-transformers==2.2.2
7
- faiss-cpu==1.7.4
8
- numpy==1.24.3
9
- python-dotenv==1.0.0
10
- tqdm==4.66.1
 
1
+ fastapi
2
+ uvicorn[standard]
3
+ huggingface-hub
4
+ rdflib
5
+ pydantic
6
+ sentence-transformers
7
+ faiss-cpu
8
+ numpy
9
+ python-dotenv
10
+ tqdm