Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
|
@@ -22,7 +22,7 @@ faiss-cpu>=1.8.0
|
|
| 22 |
pymilvus>=2.4.4
|
| 23 |
|
| 24 |
# ---- Configuration ----
|
| 25 |
-
pydantic>=2.6.4
|
| 26 |
pydantic-settings>=2.2.1
|
| 27 |
|
| 28 |
# ---- Async / Background ----
|
|
@@ -43,7 +43,6 @@ scikit-learn>=1.4.2
|
|
| 43 |
# ---- AI Stack (compatible versions) ----
|
| 44 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 45 |
torch>=2.2.2
|
| 46 |
-
|
| 47 |
transformers>=4.42.3
|
| 48 |
sentence-transformers>=3.0.1
|
| 49 |
tokenizers>=0.19.1
|
|
|
|
| 22 |
pymilvus>=2.4.4
|
| 23 |
|
| 24 |
# ---- Configuration ----
|
| 25 |
+
pydantic[email]>=2.6.4
|
| 26 |
pydantic-settings>=2.2.1
|
| 27 |
|
| 28 |
# ---- Async / Background ----
|
|
|
|
| 43 |
# ---- AI Stack (compatible versions) ----
|
| 44 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 45 |
torch>=2.2.2
|
|
|
|
| 46 |
transformers>=4.42.3
|
| 47 |
sentence-transformers>=3.0.1
|
| 48 |
tokenizers>=0.19.1
|