Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -5,4 +5,5 @@ nltk==3.8.1
|
|
5 |
PyPDF2==3.0.1
|
6 |
python-docx==0.8.11
|
7 |
pandas==2.1.1
|
8 |
-
torch==2.0.1
|
|
|
|
5 |
PyPDF2==3.0.1
|
6 |
python-docx==0.8.11
|
7 |
pandas==2.1.1
|
8 |
+
torch==2.0.1
|
9 |
+
huggingface-hub==0.15.1 # Compatible version for sentence-transformers
|