Genzo1010 commited on
Commit
9dae267
·
verified ·
1 Parent(s): 5b6e5b7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +103 -103
requirements.txt CHANGED
@@ -2,111 +2,111 @@ absl-py
2
  annotated-types
3
  anyascii
4
  anyio
5
- astor==0.8.1
6
- astunparse==1.6.3
7
- beautifulsoup4==4.12.3
8
- certifi==2024.8.30
9
- cffi==1.17.0
10
- charset-normalizer==3.3.2
11
- click==8.1.7
12
- contourpy==1.3.0
13
- cryptography==43.0.0
14
- cycler==0.12.1
15
- Cython==3.0.11
16
- decorator==5.1.1
17
- defusedxml==0.7.1
18
- doctr==1.9.0
19
- editdistance==0.8.1
20
- efficientnet==1.0.0
21
- essential-generators==1.0
22
- fastapi==0.112.2
23
- filelock==3.15.4
24
- fire==0.6.0
25
- flatbuffers==24.3.25
26
- fonttools==4.53.1
27
- fsspec==2024.6.1
28
- gast==0.4.0
29
- google-pasta==0.2.0
30
- grpcio==1.66.1
31
- h11==0.14.0
32
- h5py==3.11.0
33
- httpcore==1.0.5
34
- httpx==0.27.2
35
- huggingface-hub==0.24.6
36
- idna==3.8
37
- imageio==2.35.1
38
- imgaug==0.4.0
39
- Jinja2==3.1.4
40
- kiwisolver==1.4.5
41
- langdetect==1.0.9
42
- lazy_loader==0.4
43
- libclang==18.1.1
44
- lmdb==1.5.1
45
- lxml==5.3.0
46
- Markdown==3.7
47
- markdown-it-py==3.0.0
48
- MarkupSafe==2.1.5
49
- matplotlib==3.9.2
50
- mdurl==0.1.2
51
- ml-dtypes==0.2.0
52
- mpmath==1.3.0
53
- namex==0.0.8
54
- networkx==3.3
55
- ninja==1.11.1.1
56
- numpy==1.23.5
57
- onnx==1.16.2
58
- opencv-contrib-python==4.10.0.84
59
- opencv-python==4.10.0.84
60
- opencv-python-headless==4.10.0.84
61
- opt-einsum==3.3.0
62
  optree
63
- packaging==24.1
64
- paddleocr==2.8.1
65
- paddlepaddle==2.6.1
66
- pillow==10.4.0
67
- protobuf==3.20.3
68
- pyclipper==1.3.0.post5
69
- pycparser==2.22
70
- pydantic==2.8.2
71
- pydantic_core==2.20.1
72
- Pygments==2.18.0
73
- pyparsing==3.1.4
74
- pypdfium2==3.13.0
75
- python-bidi==0.6.0
76
- python-dateutil==2.9.0.post0
77
  python-docx
78
- python-multipart==0.0.9
79
- PyYAML==6.0.2
80
- rapidfuzz==3.9.6
81
- requests==2.32.3
82
- rich==13.8.0
83
- scikit-image==0.24.0
84
- scipy==1.14.1
85
- setuptools==74.0.0
86
- shapely==1.8.5
87
- six==1.16.0
88
- sniffio==1.3.1
89
- soupsieve==2.6
90
- starlette==0.38.4
91
- sympy==1.13.2
92
- tensorboard-data-server==0.7.2
93
- termcolor==2.4.0
94
- tf2onnx==1.16.1
95
- tifffile==2024.8.30
96
- torch==2.4.0
97
- torchvision==0.19.0
98
- tqdm==4.66.5
99
  typing-extensions
100
- urllib3==2.2.2
101
- uvicorn==0.30.6
102
- validators==0.33.0
103
- Werkzeug==3.0.4
104
- wheel==0.44.0
105
- wrapt==1.14.1
106
  asyncio
107
  paddlepaddle-gpu
108
- tensorflow==2.12.0
109
- tensorboard==2.12.0
110
- tensorflow-addons==0.19.0
111
- keras==2.12.0
112
- python-doctr==0.6.0
 
2
  annotated-types
3
  anyascii
4
  anyio
5
+ astor
6
+ astunparse
7
+ beautifulsoup4
8
+ certifi
9
+ cffi
10
+ charset-normalizer
11
+ click
12
+ contourpy
13
+ cryptography
14
+ cycler
15
+ Cython
16
+ decorator
17
+ defusedxml
18
+ doctr
19
+ editdistance
20
+ efficientnet
21
+ essential-generators
22
+ fastapi
23
+ filelock
24
+ fire
25
+ flatbuffers
26
+ fonttools
27
+ fsspec
28
+ gast
29
+ google-pasta
30
+ grpcio
31
+ h11
32
+ h5py
33
+ httpcore
34
+ httpx
35
+ huggingface-hub
36
+ idna
37
+ imageio
38
+ imgaug
39
+ Jinja2
40
+ kiwisolver
41
+ langdetect
42
+ lazy_loader
43
+ libclang
44
+ lmdb
45
+ lxml
46
+ Markdown
47
+ markdown-it-py
48
+ MarkupSafe
49
+ matplotlib
50
+ mdurl
51
+ ml-dtypes
52
+ mpmath
53
+ namex
54
+ networkx
55
+ ninja
56
+ numpy
57
+ onnx
58
+ opencv-contrib-python
59
+ opencv-python
60
+ opencv-python-headless
61
+ opt-einsum
62
  optree
63
+ packaging
64
+ paddleocr
65
+ paddlepaddle
66
+ pillow
67
+ protobuf
68
+ pyclipper
69
+ pycparser
70
+ pydantic
71
+ pydantic_core
72
+ Pygments
73
+ pyparsing
74
+ pypdfium2
75
+ python-bidi
76
+ python-dateutil
77
  python-docx
78
+ python-multipart
79
+ PyYAML
80
+ rapidfuzz
81
+ requests
82
+ rich
83
+ scikit-image
84
+ scipy
85
+ setuptools
86
+ shapely
87
+ six
88
+ sniffio
89
+ soupsieve
90
+ starlette
91
+ sympy
92
+ tensorboard-data-server
93
+ termcolor
94
+ tf2onnx
95
+ tifffile
96
+ torch
97
+ torchvision
98
+ tqdm
99
  typing-extensions
100
+ urllib3
101
+ uvicorn
102
+ validators
103
+ Werkzeug
104
+ wheel
105
+ wrapt
106
  asyncio
107
  paddlepaddle-gpu
108
+ tensorflow
109
+ tensorboard
110
+ tensorflow-addons
111
+ keras
112
+ python-doctr