Update requirements.txt
Browse files- requirements.txt +11 -14
requirements.txt
CHANGED
@@ -4,34 +4,32 @@ anyio==4.6.2.post1
|
|
4 |
certifi==2024.8.30
|
5 |
charset-normalizer==3.4.0
|
6 |
click==8.1.7
|
7 |
-
cmake==3.31.0.1
|
8 |
contourpy==1.3.0
|
9 |
cycler==0.12.1
|
10 |
# dlib==19.24.6
|
11 |
exceptiongroup==1.2.2
|
12 |
-
fastapi==0.115.
|
13 |
ffmpy==0.4.0
|
14 |
filelock==3.16.1
|
15 |
-
fonttools==4.
|
16 |
fsspec==2024.10.0
|
17 |
gradio==4.44.1
|
18 |
gradio_client==1.3.0
|
19 |
h11==0.14.0
|
20 |
-
httpcore==1.0.
|
21 |
httpx==0.27.2
|
22 |
huggingface-hub==0.26.2
|
23 |
idna==3.10
|
24 |
imageio==2.36.0
|
25 |
importlib_resources==6.4.5
|
26 |
Jinja2==3.1.4
|
|
|
27 |
kiwisolver==1.4.7
|
28 |
lazy_loader==0.4
|
29 |
-
lit==18.1.8
|
30 |
markdown-it-py==3.0.0
|
31 |
MarkupSafe==2.1.5
|
32 |
matplotlib==3.9.2
|
33 |
mdurl==0.1.2
|
34 |
-
mpmath==1.3.0
|
35 |
networkx==3.2.1
|
36 |
numpy==1.24.4
|
37 |
nvidia-cuda-nvrtc-cu11==11.7.99
|
@@ -53,23 +51,22 @@ pytz==2024.2
|
|
53 |
PyYAML==6.0.2
|
54 |
requests==2.32.3
|
55 |
rich==13.9.4
|
56 |
-
ruff==0.7.
|
57 |
-
safetensors==0.4.5
|
58 |
scikit-image==0.24.0
|
|
|
59 |
scipy==1.13.1
|
60 |
semantic-version==2.10.0
|
61 |
shellingham==1.5.4
|
62 |
six==1.16.0
|
63 |
sniffio==1.3.1
|
64 |
starlette==0.41.2
|
65 |
-
|
66 |
tifffile==2024.8.30
|
67 |
-
timm==
|
68 |
tomlkit==0.12.0
|
69 |
-
torch==
|
70 |
-
torchvision==0.
|
71 |
tqdm==4.67.0
|
72 |
-
triton==2.0.0
|
73 |
typer==0.13.0
|
74 |
typing_extensions==4.12.2
|
75 |
tzdata==2024.2
|
@@ -77,4 +74,4 @@ urllib3==2.2.3
|
|
77 |
uvicorn==0.32.0
|
78 |
validators==0.34.0
|
79 |
websockets==12.0
|
80 |
-
zipp==3.21.0
|
|
|
4 |
certifi==2024.8.30
|
5 |
charset-normalizer==3.4.0
|
6 |
click==8.1.7
|
|
|
7 |
contourpy==1.3.0
|
8 |
cycler==0.12.1
|
9 |
# dlib==19.24.6
|
10 |
exceptiongroup==1.2.2
|
11 |
+
fastapi==0.115.5
|
12 |
ffmpy==0.4.0
|
13 |
filelock==3.16.1
|
14 |
+
fonttools==4.55.0
|
15 |
fsspec==2024.10.0
|
16 |
gradio==4.44.1
|
17 |
gradio_client==1.3.0
|
18 |
h11==0.14.0
|
19 |
+
httpcore==1.0.7
|
20 |
httpx==0.27.2
|
21 |
huggingface-hub==0.26.2
|
22 |
idna==3.10
|
23 |
imageio==2.36.0
|
24 |
importlib_resources==6.4.5
|
25 |
Jinja2==3.1.4
|
26 |
+
joblib==1.4.2
|
27 |
kiwisolver==1.4.7
|
28 |
lazy_loader==0.4
|
|
|
29 |
markdown-it-py==3.0.0
|
30 |
MarkupSafe==2.1.5
|
31 |
matplotlib==3.9.2
|
32 |
mdurl==0.1.2
|
|
|
33 |
networkx==3.2.1
|
34 |
numpy==1.24.4
|
35 |
nvidia-cuda-nvrtc-cu11==11.7.99
|
|
|
51 |
PyYAML==6.0.2
|
52 |
requests==2.32.3
|
53 |
rich==13.9.4
|
54 |
+
ruff==0.7.4
|
|
|
55 |
scikit-image==0.24.0
|
56 |
+
scikit-learn==1.5.2
|
57 |
scipy==1.13.1
|
58 |
semantic-version==2.10.0
|
59 |
shellingham==1.5.4
|
60 |
six==1.16.0
|
61 |
sniffio==1.3.1
|
62 |
starlette==0.41.2
|
63 |
+
threadpoolctl==3.5.0
|
64 |
tifffile==2024.8.30
|
65 |
+
timm==0.4.5
|
66 |
tomlkit==0.12.0
|
67 |
+
torch==1.13.1
|
68 |
+
torchvision==0.14.1
|
69 |
tqdm==4.67.0
|
|
|
70 |
typer==0.13.0
|
71 |
typing_extensions==4.12.2
|
72 |
tzdata==2024.2
|
|
|
74 |
uvicorn==0.32.0
|
75 |
validators==0.34.0
|
76 |
websockets==12.0
|
77 |
+
zipp==3.21.0
|