AuthorBot commited on
Commit
c3be19a
Β·
1 Parent(s): 2a4848e

Fix: add email-validator, remove gradio from requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -3
requirements.txt CHANGED
@@ -7,7 +7,8 @@
7
  # ── Core Framework ────────────────────────────────────────
8
  fastapi==0.115.9
9
  uvicorn[standard]==0.32.1
10
- pydantic==2.10.6
 
11
  pydantic-settings==2.7.1
12
 
13
  # ── Database ──────────────────────────────────────────────
@@ -34,8 +35,6 @@ tiktoken==0.7.0
34
  chromadb==0.5.0
35
  numpy==1.26.4 # chromadb 0.5.x incompatible with NumPy 2.x
36
 
37
- # ── Hugging Face UI ───────────────────────────────────────
38
- gradio==5.9.1
39
 
40
  # ── Free Local ML Models ──────────────────────────────────
41
  sentence-transformers==3.0.1 # MiniLM intent + book confidence
 
7
  # ── Core Framework ────────────────────────────────────────
8
  fastapi==0.115.9
9
  uvicorn[standard]==0.32.1
10
+ pydantic[email]==2.10.6
11
+ email-validator==2.1.1
12
  pydantic-settings==2.7.1
13
 
14
  # ── Database ──────────────────────────────────────────────
 
35
  chromadb==0.5.0
36
  numpy==1.26.4 # chromadb 0.5.x incompatible with NumPy 2.x
37
 
 
 
38
 
39
  # ── Free Local ML Models ──────────────────────────────────
40
  sentence-transformers==3.0.1 # MiniLM intent + book confidence