pcback commited on
Commit
ba647e1
·
1 Parent(s): 73c08c3

Fix requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -2
requirements.txt CHANGED
@@ -2,9 +2,18 @@
2
  streamlit>=0.65.0
3
  PyMuPDF>=1.16.0,!=1.18.11,!=1.18.12,!=1.19.5
4
  tf2onnx==1.13.0
5
- Pillow==9.0.1
6
  pytesseract==0.3.10
7
  torch==1.12.0
8
  torchvision==0.13.0
9
- numpy==1.21.6
10
  beautifulsoup4==4.11.1
 
 
 
 
 
 
 
 
 
 
 
2
  streamlit>=0.65.0
3
  PyMuPDF>=1.16.0,!=1.18.11,!=1.18.12,!=1.19.5
4
  tf2onnx==1.13.0
5
+ Pillow==9.2.0
6
  pytesseract==0.3.10
7
  torch==1.12.0
8
  torchvision==0.13.0
 
9
  beautifulsoup4==4.11.1
10
+ psutil
11
+ numpy==1.21.6
12
+ scipy==1.7.3
13
+ thop>=0.1.1
14
+ tqdm>=4.64.0
15
+ gitpython>=3.1.30
16
+ matplotlib>=3.2.2
17
+ pandas>=1.1.4
18
+ seaborn>=0.11.0
19
+ setuptools>=65.5.1