Spaces:
Running
Running
siddhantuniyal
commited on
Update requirements.txt
Browse files- 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 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|