vineelagampa commited on
Commit
c993e75
·
verified ·
1 Parent(s): d884d3c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -12,15 +12,15 @@ opencv-python-headless==4.7.0.72
12
  PyMuPDF==1.22.5
13
 
14
  # --- NLP ---
15
- spacy==3.6.0
16
- negspacy==1.0.2 # 0.1.x is for spaCy 2; use >=1.0 for spaCy 3
17
  fuzzywuzzy==0.18.0
18
  python-Levenshtein==0.21.1
19
  regex==2023.8.8
20
 
21
  # --- Transformers / Torch ---
22
  transformers==4.32.1
23
- tokenizers==0.13.3 # matches transformers 4.32.x on py3.9
24
  torch==2.0.1
25
 
26
  # --- Data ---
@@ -29,4 +29,4 @@ numpy==1.25.2
29
 
30
  # --- Cloud / APIs ---
31
  firebase-admin==5.1.0
32
- google-generativeai==0.3.1 # add this if your app calls Gemini
 
12
  PyMuPDF==1.22.5
13
 
14
  # --- NLP ---
15
+ spacy==3.2.4
16
+ negspacy==1.0.2 # requires spaCy <3.3
17
  fuzzywuzzy==0.18.0
18
  python-Levenshtein==0.21.1
19
  regex==2023.8.8
20
 
21
  # --- Transformers / Torch ---
22
  transformers==4.32.1
23
+ tokenizers==0.13.3
24
  torch==2.0.1
25
 
26
  # --- Data ---
 
29
 
30
  # --- Cloud / APIs ---
31
  firebase-admin==5.1.0
32
+ google-generativeai==0.3.1