Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -6,7 +6,7 @@
|
|
| 6 |
# Python: >= 3.10
|
| 7 |
|
| 8 |
# ── Core UI ──────────────────────────────────
|
| 9 |
-
gradio
|
| 10 |
|
| 11 |
# ── Data & Numerics ──────────────────────────
|
| 12 |
numpy>=1.24.0
|
|
@@ -23,7 +23,8 @@ requests>=2.31.0
|
|
| 23 |
# ── RAG Chatbot (Tab A6) ─────────────────────
|
| 24 |
sentence-transformers>=2.6.0
|
| 25 |
faiss-cpu>=1.7.4
|
| 26 |
-
torch
|
|
|
|
| 27 |
|
| 28 |
# ── Optional: faster tokenization ────────────
|
| 29 |
# tokenizers>=0.15.0 # installed automatically with sentence-transformers
|
|
|
|
| 6 |
# Python: >= 3.10
|
| 7 |
|
| 8 |
# ── Core UI ──────────────────────────────────
|
| 9 |
+
gradio==5.20.1
|
| 10 |
|
| 11 |
# ── Data & Numerics ──────────────────────────
|
| 12 |
numpy>=1.24.0
|
|
|
|
| 23 |
# ── RAG Chatbot (Tab A6) ─────────────────────
|
| 24 |
sentence-transformers>=2.6.0
|
| 25 |
faiss-cpu>=1.7.4
|
| 26 |
+
torch==2.2.2+cpu --extra-index-url https://download.pytorch.org/whl/cpu
|
| 27 |
+
|
| 28 |
|
| 29 |
# ── Optional: faster tokenization ────────────
|
| 30 |
# tokenizers>=0.15.0 # installed automatically with sentence-transformers
|