bhlewis commited on
Commit
aca79d9
·
verified ·
1 Parent(s): 2a70269

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -6
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
- gradio
2
- numpy
3
- h5py
4
- faiss-cpu
5
- sentence-transformers
6
- scikit-learn
 
 
1
+ gradio==3.50.2
2
+ numpy==1.23.5
3
+ h5py==3.8.0
4
+ faiss-cpu==1.7.4
5
+ sentence-transformers==2.2.2
6
+ scikit-learn==1.2.2
7
+ regex==2023.6.3