Lincoln Gombedza commited on
Commit
400bccb
·
unverified ·
1 Parent(s): f313b16

Pin sentence-transformers==2.7.0 + transformers==4.41.2 to fix nn import error

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
  streamlit>=1.35.0
2
  anthropic>=0.40.0
3
- sentence-transformers>=3.0.0
 
4
  faiss-cpu>=1.8.0
5
  numpy>=1.26.0
6
  python-docx>=1.1.0
 
1
  streamlit>=1.35.0
2
  anthropic>=0.40.0
3
+ sentence-transformers==2.7.0
4
+ transformers==4.41.2
5
  faiss-cpu>=1.8.0
6
  numpy>=1.26.0
7
  python-docx>=1.1.0