Harinvnukala
commited on
Upload requirements.txt
Browse files- requirements.txt +44 -0
requirements.txt
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
certifi==2024.7.4
|
2 |
+
charset-normalizer==3.3.2
|
3 |
+
colorama==0.4.6
|
4 |
+
contourpy==1.2.1
|
5 |
+
cycler==0.12.1
|
6 |
+
filelock==3.15.4
|
7 |
+
fonttools==4.53.1
|
8 |
+
fsspec==2024.3.1
|
9 |
+
huggingface-hub==0.24.5
|
10 |
+
idna==3.7
|
11 |
+
Jinja2==3.1.4
|
12 |
+
kiwisolver==1.4.5
|
13 |
+
lapx==0.5.9.post1
|
14 |
+
MarkupSafe==2.1.5
|
15 |
+
matplotlib==3.8.0
|
16 |
+
mpmath==1.3.0
|
17 |
+
networkx==3.3
|
18 |
+
numpy==1.26.4
|
19 |
+
opencv-python==4.10.0.84
|
20 |
+
packaging==23.2
|
21 |
+
pandas==2.2.2
|
22 |
+
pillow==10.4.0
|
23 |
+
psutil==6.0.0
|
24 |
+
py-cpuinfo==9.0.0
|
25 |
+
pyparsing==3.1.2
|
26 |
+
python-dateutil==2.9.0.post0
|
27 |
+
pytz==2024.1
|
28 |
+
PyYAML==6.0.1
|
29 |
+
requests==2.32.3
|
30 |
+
safetensors==0.4.3
|
31 |
+
scipy==1.14.0
|
32 |
+
seaborn==0.13.2
|
33 |
+
shapely==2.0.5
|
34 |
+
six==1.16.0
|
35 |
+
sympy==1.13.1
|
36 |
+
timm==1.0.8
|
37 |
+
torch==2.4.0
|
38 |
+
torchvision==0.19.0
|
39 |
+
tqdm==4.66.5
|
40 |
+
typing_extensions==4.12.2
|
41 |
+
tzdata==2024.1
|
42 |
+
ultralytics==8.2.72
|
43 |
+
ultralytics-thop==2.0.0
|
44 |
+
urllib3==2.2.2
|