samyak152002 commited on
Commit
866ca5a
·
verified ·
1 Parent(s): 36623de

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -1
requirements.txt CHANGED
@@ -5,4 +5,12 @@ language-tool-python
5
  tqdm
6
  flask
7
  pymupdf4llm == 0.0.17
8
- mdit_plain
 
 
 
 
 
 
 
 
 
5
  tqdm
6
  flask
7
  pymupdf4llm == 0.0.17
8
+ mdit_plain
9
+ span_marker
10
+ # span_marker typically depends on transformers and a backend like torch or tensorflow.
11
+ # Pip should resolve these, but explicitly listing them can be helpful.
12
+ # Check span_marker documentation for specific compatible versions if issues arise.
13
+ transformers
14
+ torch
15
+ # If you prefer tensorflow, ensure it's installed and span_marker uses it.
16
+ # tensorflow