Scezui commited on
Commit
ce36149
·
1 Parent(s): 144dfb5

updated requirement

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -11
requirements.txt CHANGED
@@ -1,14 +1,16 @@
1
- git+https://github.com/huggingface/transformers.git
2
- git+https://github.com/huggingface/datasets.git
3
  dill<0.3.5
4
- seqeval
5
- accelerate
6
- flask
7
  fastai==1.0.61
8
- pytesseract
9
- pandas
10
- numpy
11
- pillow
12
- tqdm
13
- gunicorn
14
  opencv-python-headless
 
 
 
1
+ # git+https://github.com/huggingface/transformers.git
2
+ # git+https://github.com/huggingface/datasets.git
3
  dill<0.3.5
4
+ seqeval==1.2.2
5
+ accelerate==0.3.0
6
+ flask==2.0.1
7
  fastai==1.0.61
8
+ pytesseract==0.3.8
9
+ pandas==1.3.3
10
+ numpy==1.21.2
11
+ pillow==8.3.2
12
+ tqdm==4.62.3
13
+ gunicorn==20.1.0
14
  opencv-python-headless
15
+ transformers==4.31.0
16
+ datasets==2.14.6.dev0