T0KII commited on
Commit
155e612
Β·
verified Β·
1 Parent(s): 751b6c5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -7
requirements.txt CHANGED
@@ -1,15 +1,9 @@
1
- # ============================================================
2
- # Kalamna Space β€” taMASRIBERT v2
3
- # requirements.txt
4
- # ============================================================
5
-
6
  # ── Core ML / NLP ────────────────────────────────────────────
7
  transformers>=4.50.0,<5.0.0
8
  huggingface_hub>=0.23.0
9
 
10
- # ── FastText & Language ID ──────────────────────────────────
11
  fasttext-wheel>=0.9.2
12
- fast-langdetect>=1.0.0
13
 
14
  # ── Web framework ─────────────────────────────────────────────
15
  gradio>=5.29.1,<6.0.0
 
 
 
 
 
 
1
  # ── Core ML / NLP ────────────────────────────────────────────
2
  transformers>=4.50.0,<5.0.0
3
  huggingface_hub>=0.23.0
4
 
5
+ # ── FastText ──────────────────────────────────────────────────
6
  fasttext-wheel>=0.9.2
 
7
 
8
  # ── Web framework ─────────────────────────────────────────────
9
  gradio>=5.29.1,<6.0.0