siddhantuniyal commited on
Commit
8dacbdb
·
verified ·
1 Parent(s): 9d7b368

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +74 -98
requirements.txt CHANGED
@@ -1,98 +1,74 @@
1
- aiofiles==23.2.1
2
- annotated-types==0.7.0
3
- anyio==4.6.0
4
- asttokens==2.4.1
5
- certifi==2024.8.30
6
- charset-normalizer==3.3.2
7
- click==8.1.7
8
- colorama==0.4.6
9
- comm==0.2.2
10
- contourpy==1.3.0
11
- cycler==0.12.1
12
- debugpy==1.8.6
13
- decorator==5.1.1
14
- easyocr==1.7.2
15
- executing==2.1.0
16
- fastapi==0.115.0
17
- ffmpy==0.4.0
18
- filelock==3.16.1
19
- fonttools==4.54.1
20
- fsspec==2024.9.0
21
- gradio==4.44.0
22
- gradio_client==1.3.0
23
- h11==0.14.0
24
- httpcore==1.0.5
25
- httpx==0.27.2
26
- huggingface-hub==0.25.1
27
- idna==3.10
28
- imageio==2.35.1
29
- importlib_resources==6.4.5
30
- ipykernel==6.29.5
31
- ipython==8.27.0
32
- jedi==0.19.1
33
- Jinja2==3.1.4
34
- jupyter_client==8.6.3
35
- jupyter_core==5.7.2
36
- kiwisolver==1.4.7
37
- lazy_loader==0.4
38
- markdown-it-py==3.0.0
39
- MarkupSafe==2.1.5
40
- matplotlib==3.9.2
41
- matplotlib-inline==0.1.7
42
- mdurl==0.1.2
43
- mpmath==1.3.0
44
- nest-asyncio==1.6.0
45
- networkx==3.3
46
- ninja==1.11.1.1
47
- numpy==2.1.1
48
- opencv-python-headless==4.10.0.84
49
- orjson==3.10.7
50
- packaging==24.1
51
- pandas==2.2.3
52
- parso==0.8.4
53
- pillow==10.4.0
54
- platformdirs==4.3.6
55
- prompt_toolkit==3.0.48
56
- psutil==6.0.0
57
- pure_eval==0.2.3
58
- pyclipper==1.3.0.post5
59
- pydantic==2.9.2
60
- pydantic_core==2.23.4
61
- pydub==0.25.1
62
- Pygments==2.18.0
63
- pyparsing==3.1.4
64
- pytesseract==0.3.13
65
- python-bidi==0.6.0
66
- python-dateutil==2.9.0.post0
67
- python-multipart==0.0.12
68
- pytz==2024.2
69
- pywin32==306
70
- PyYAML==6.0.2
71
- pyzmq==26.2.0
72
- requests==2.32.3
73
- rich==13.8.1
74
- ruff==0.6.8
75
- scikit-image==0.24.0
76
- scipy==1.14.1
77
- semantic-version==2.10.0
78
- shapely==2.0.6
79
- shellingham==1.5.4
80
- six==1.16.0
81
- sniffio==1.3.1
82
- stack-data==0.6.3
83
- starlette==0.38.6
84
- sympy==1.13.3
85
- tifffile==2024.9.20
86
- tomlkit==0.12.0
87
- torch==2.4.1
88
- torchvision==0.19.1
89
- tornado==6.4.1
90
- tqdm==4.66.5
91
- traitlets==5.14.3
92
- typer==0.12.5
93
- typing_extensions==4.12.2
94
- tzdata==2024.2
95
- urllib3==2.2.3
96
- uvicorn==0.31.0
97
- wcwidth==0.2.13
98
- websockets==12.0
 
1
+ aiofiles==23.2.1
2
+ annotated-types==0.7.0
3
+ anyio==4.6.0
4
+ certifi==2024.8.30
5
+ charset-normalizer==3.3.2
6
+ click==8.1.7
7
+ colorama==0.4.6
8
+ contourpy==1.3.0
9
+ cycler==0.12.1
10
+ easyocr==1.7.2
11
+ fastapi==0.115.0
12
+ ffmpy==0.4.0
13
+ filelock==3.16.1
14
+ fonttools==4.54.1
15
+ fsspec==2024.9.0
16
+ gradio==4.44.0
17
+ gradio_client==1.3.0
18
+ h11==0.14.0
19
+ httpcore==1.0.5
20
+ httpx==0.27.2
21
+ huggingface-hub==0.25.1
22
+ idna==3.10
23
+ imageio==2.35.1
24
+ importlib_resources==6.4.5
25
+ Jinja2==3.1.4
26
+ kiwisolver==1.4.7
27
+ lazy_loader==0.4
28
+ markdown-it-py==3.0.0
29
+ MarkupSafe==2.1.5
30
+ matplotlib==3.9.2
31
+ mdurl==0.1.2
32
+ mpmath==1.3.0
33
+ networkx==3.3
34
+ ninja==1.11.1.1
35
+ numpy==2.1.1
36
+ opencv-python-headless==4.10.0.84
37
+ orjson==3.10.7
38
+ packaging==24.1
39
+ pandas==2.2.3
40
+ pillow==10.4.0
41
+ pyclipper==1.3.0.post5
42
+ pydantic==2.9.2
43
+ pydantic_core==2.23.4
44
+ pydub==0.25.1
45
+ Pygments==2.18.0
46
+ pyparsing==3.1.4
47
+ python-bidi==0.6.0
48
+ python-dateutil==2.9.0.post0
49
+ python-multipart==0.0.12
50
+ pytz==2024.2
51
+ PyYAML==6.0.2
52
+ requests==2.32.3
53
+ rich==13.8.1
54
+ ruff==0.6.8
55
+ scikit-image==0.24.0
56
+ scipy==1.14.1
57
+ semantic-version==2.10.0
58
+ shapely==2.0.6
59
+ shellingham==1.5.4
60
+ six==1.16.0
61
+ sniffio==1.3.1
62
+ starlette==0.38.6
63
+ sympy==1.13.3
64
+ tifffile==2024.9.20
65
+ tomlkit==0.12.0
66
+ torch==2.4.1
67
+ torchvision==0.19.1
68
+ tqdm==4.66.5
69
+ typer==0.12.5
70
+ typing_extensions==4.12.2
71
+ tzdata==2024.2
72
+ urllib3==2.2.3
73
+ uvicorn==0.31.0
74
+ websockets==12.0