Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +40 -0
requirements.txt
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
certifi==2024.8.30
|
2 |
+
charset-normalizer==3.4.0
|
3 |
+
contourpy==1.3.1
|
4 |
+
cycler==0.12.1
|
5 |
+
filelock==3.16.1
|
6 |
+
fonttools==4.55.0
|
7 |
+
fsspec==2024.10.0
|
8 |
+
idna==3.10
|
9 |
+
Jinja2==3.1.4
|
10 |
+
kiwisolver==1.4.7
|
11 |
+
MarkupSafe==3.0.2
|
12 |
+
matplotlib==3.9.2
|
13 |
+
mpmath==1.3.0
|
14 |
+
networkx==3.4.2
|
15 |
+
numpy==1.26.4
|
16 |
+
opencv-python==4.10.0.84
|
17 |
+
packaging==24.2
|
18 |
+
pandas==2.2.3
|
19 |
+
pillow==11.0.0
|
20 |
+
psutil==6.1.0
|
21 |
+
py-cpuinfo==9.0.0
|
22 |
+
pyparsing==3.2.0
|
23 |
+
python-dateutil==2.9.0.post0
|
24 |
+
pytz==2024.2
|
25 |
+
PyYAML==6.0.2
|
26 |
+
requests==2.32.3
|
27 |
+
scipy==1.14.1
|
28 |
+
seaborn==0.13.2
|
29 |
+
setuptools==75.6.0
|
30 |
+
six==1.16.0
|
31 |
+
sympy==1.13.1
|
32 |
+
torch==2.5.1
|
33 |
+
torchaudio==2.5.1
|
34 |
+
torchvision==0.20.1
|
35 |
+
tqdm==4.67.1
|
36 |
+
typing_extensions==4.12.2
|
37 |
+
tzdata==2024.2
|
38 |
+
ultralytics==8.3.38
|
39 |
+
ultralytics-thop==2.0.12
|
40 |
+
urllib3==2.2.3
|