Spaces:
Sleeping
Sleeping
aryanwinningson
commited on
Commit
•
c9406bc
1
Parent(s):
8dbf72e
Update requirements.txt
Browse files- requirements.txt +67 -8
requirements.txt
CHANGED
@@ -1,8 +1,67 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
annotated-types==0.7.0
|
2 |
+
anyio==4.4.0
|
3 |
+
certifi==2024.6.2
|
4 |
+
charset-normalizer==3.3.2
|
5 |
+
click==8.1.7
|
6 |
+
colorama==0.4.6
|
7 |
+
contourpy==1.2.1
|
8 |
+
cycler==0.12.1
|
9 |
+
dnspython==2.6.1
|
10 |
+
email_validator==2.2.0
|
11 |
+
facenet-pytorch==2.5.3
|
12 |
+
fastapi==0.111.0
|
13 |
+
fastapi-cli==0.0.4
|
14 |
+
filelock==3.15.3
|
15 |
+
fonttools==4.53.0
|
16 |
+
fsspec==2024.6.0
|
17 |
+
grad-cam==1.5.0
|
18 |
+
h11==0.14.0
|
19 |
+
httpcore==1.0.5
|
20 |
+
httptools==0.6.1
|
21 |
+
httpx==0.27.0
|
22 |
+
idna==3.7
|
23 |
+
Jinja2==3.1.4
|
24 |
+
joblib==1.4.2
|
25 |
+
kiwisolver==1.4.5
|
26 |
+
markdown-it-py==3.0.0
|
27 |
+
MarkupSafe==2.1.5
|
28 |
+
matplotlib==3.9.0
|
29 |
+
mdurl==0.1.2
|
30 |
+
mpmath==1.3.0
|
31 |
+
networkx==3.3
|
32 |
+
numpy==1.26.4
|
33 |
+
opencv-python==4.10.0.84
|
34 |
+
opencv-python-headless==4.9.0.80
|
35 |
+
orjson==3.10.5
|
36 |
+
packaging==24.1
|
37 |
+
pillow==10.3.0
|
38 |
+
pydantic==2.7.4
|
39 |
+
pydantic_core==2.18.4
|
40 |
+
Pygments==2.18.0
|
41 |
+
pyparsing==3.1.2
|
42 |
+
python-dateutil==2.9.0.post0
|
43 |
+
python-dotenv==1.0.1
|
44 |
+
python-multipart==0.0.9
|
45 |
+
PyYAML==6.0.1
|
46 |
+
requests==2.32.3
|
47 |
+
rich==13.7.1
|
48 |
+
scikit-learn==1.5.0
|
49 |
+
scipy==1.13.1
|
50 |
+
shellingham==1.5.4
|
51 |
+
six==1.16.0
|
52 |
+
sniffio==1.3.1
|
53 |
+
starlette==0.37.2
|
54 |
+
sympy==1.12.1
|
55 |
+
threadpoolctl==3.5.0
|
56 |
+
torch==2.1.2
|
57 |
+
torchvision==0.16.2
|
58 |
+
tqdm==4.66.4
|
59 |
+
ttach==0.0.3
|
60 |
+
typer==0.12.3
|
61 |
+
typing_extensions==4.12.2
|
62 |
+
ujson==5.10.0
|
63 |
+
urllib3==2.2.2
|
64 |
+
uvicorn==0.30.1
|
65 |
+
watchfiles==0.22.0
|
66 |
+
websockets==12.0
|
67 |
+
|