Update requirements.txt
Browse files- requirements.txt +1 -13
requirements.txt
CHANGED
|
@@ -1,24 +1,12 @@
|
|
| 1 |
-
# Core scientific libraries
|
| 2 |
numpy
|
| 3 |
pandas
|
| 4 |
scipy
|
| 5 |
-
|
| 6 |
-
# PyTorch (CPU-only)
|
| 7 |
torch
|
| 8 |
-
|
| 9 |
-
# NLP and embedding models
|
| 10 |
transformers
|
| 11 |
sentence-transformers
|
| 12 |
-
|
| 13 |
-
# Nearest-neighbor search (CPU)
|
| 14 |
faiss-cpu
|
| 15 |
-
|
| 16 |
-
# Utilities
|
| 17 |
tqdm
|
| 18 |
setuptools
|
| 19 |
tokenizers
|
| 20 |
huggingface-hub
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
# Web interface
|
| 24 |
-
streamlit
|
|
|
|
|
|
|
| 1 |
numpy
|
| 2 |
pandas
|
| 3 |
scipy
|
|
|
|
|
|
|
| 4 |
torch
|
|
|
|
|
|
|
| 5 |
transformers
|
| 6 |
sentence-transformers
|
|
|
|
|
|
|
| 7 |
faiss-cpu
|
|
|
|
|
|
|
| 8 |
tqdm
|
| 9 |
setuptools
|
| 10 |
tokenizers
|
| 11 |
huggingface-hub
|
| 12 |
+
streamlit
|
|
|
|
|
|
|
|
|