Spaces:
Sleeping
Sleeping
Commit
·
6266308
1
Parent(s):
b0a8dea
adding requirements.txt
Browse files- requirements.txt +68 -0
requirements.txt
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
annotated-types==0.7.0
|
2 |
+
anyio==4.8.0
|
3 |
+
certifi==2025.1.31
|
4 |
+
charset-normalizer==3.4.1
|
5 |
+
chess==1.11.1
|
6 |
+
click==8.1.8
|
7 |
+
colorama==0.4.6
|
8 |
+
contourpy==1.3.1
|
9 |
+
cycler==0.12.1
|
10 |
+
dnspython==2.7.0
|
11 |
+
email_validator==2.2.0
|
12 |
+
fastapi==0.115.8
|
13 |
+
fastapi-cli==0.0.7
|
14 |
+
filelock==3.17.0
|
15 |
+
fonttools==4.56.0
|
16 |
+
fsspec==2025.2.0
|
17 |
+
h11==0.14.0
|
18 |
+
httpcore==1.0.7
|
19 |
+
httptools==0.6.4
|
20 |
+
httpx==0.28.1
|
21 |
+
idna==3.10
|
22 |
+
Jinja2==3.1.5
|
23 |
+
kiwisolver==1.4.8
|
24 |
+
markdown-it-py==3.0.0
|
25 |
+
MarkupSafe==3.0.2
|
26 |
+
matplotlib==3.10.0
|
27 |
+
mdurl==0.1.2
|
28 |
+
mpmath==1.3.0
|
29 |
+
networkx==3.4.2
|
30 |
+
numpy==2.1.1
|
31 |
+
opencv-python==4.11.0.86
|
32 |
+
packaging==24.2
|
33 |
+
pandas==2.2.3
|
34 |
+
pillow==11.1.0
|
35 |
+
psutil==7.0.0
|
36 |
+
py-cpuinfo==9.0.0
|
37 |
+
pydantic==2.10.6
|
38 |
+
pydantic_core==2.27.2
|
39 |
+
Pygments==2.19.1
|
40 |
+
pyparsing==3.2.1
|
41 |
+
python-dateutil==2.9.0.post0
|
42 |
+
python-dotenv==1.0.1
|
43 |
+
python-multipart==0.0.20
|
44 |
+
pytz==2025.1
|
45 |
+
PyYAML==6.0.2
|
46 |
+
requests==2.32.3
|
47 |
+
rich==13.9.4
|
48 |
+
rich-toolkit==0.13.2
|
49 |
+
scipy==1.15.2
|
50 |
+
seaborn==0.13.2
|
51 |
+
setuptools==75.8.0
|
52 |
+
shellingham==1.5.4
|
53 |
+
six==1.17.0
|
54 |
+
sniffio==1.3.1
|
55 |
+
starlette==0.45.3
|
56 |
+
sympy==1.13.1
|
57 |
+
torch==2.6.0
|
58 |
+
torchvision==0.21.0
|
59 |
+
tqdm==4.67.1
|
60 |
+
typer==0.15.1
|
61 |
+
typing_extensions==4.12.2
|
62 |
+
tzdata==2025.1
|
63 |
+
ultralytics==8.3.76
|
64 |
+
ultralytics-thop==2.0.14
|
65 |
+
urllib3==2.3.0
|
66 |
+
uvicorn==0.34.0
|
67 |
+
watchfiles==1.0.4
|
68 |
+
websockets==15.0
|