Spaces:
Running
Running
IbrahimaThioye
commited on
Commit
•
4bb79b0
1
Parent(s):
d9ad17c
Create requirements.txt
Browse files- requirements.txt +72 -0
requirements.txt
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
av>=13.0.0
|
2 |
+
bidict==0.23.1
|
3 |
+
blinker==1.8.2
|
4 |
+
black==24.2.0
|
5 |
+
certifi==2024.8.30
|
6 |
+
charset-normalizer==3.4.0
|
7 |
+
click==8.1.7
|
8 |
+
colorama==0.4.6
|
9 |
+
contourpy==1.3.0
|
10 |
+
cycler==0.12.1
|
11 |
+
dataclasses-json>=0.6.7
|
12 |
+
eva-decord>=0.6.1
|
13 |
+
filelock==3.16.1
|
14 |
+
Flask==3.0.3
|
15 |
+
Flask-Cors>=5.0.0
|
16 |
+
Flask-SocketIO==5.4.1
|
17 |
+
fonttools==4.54.1
|
18 |
+
fsspec==2024.10.0
|
19 |
+
fvcore>=0.1.5.post20221221
|
20 |
+
gunicorn>=23.0.0
|
21 |
+
h11==0.14.0
|
22 |
+
hydra-core>=1.3.2
|
23 |
+
idna==3.10
|
24 |
+
imagesize>=1.4.1
|
25 |
+
importlib_resources==6.4.5
|
26 |
+
iopath>=0.1.10
|
27 |
+
itsdangerous==2.2.0
|
28 |
+
Jinja2==3.1.4
|
29 |
+
kiwisolver==1.4.7
|
30 |
+
MarkupSafe==3.0.2
|
31 |
+
matplotlib==3.9.2
|
32 |
+
mpmath==1.3.0
|
33 |
+
networkx==3.4.2
|
34 |
+
numpy==2.1.2
|
35 |
+
opencv-python==4.10.0.84
|
36 |
+
packaging==24.1
|
37 |
+
pandas==2.2.3
|
38 |
+
pillow==11.0.0
|
39 |
+
psutil==6.1.0
|
40 |
+
py-cpuinfo==9.0.0
|
41 |
+
pycocotools>=2.0.8
|
42 |
+
pyparsing==3.2.0
|
43 |
+
python-dateutil==2.9.0.post0
|
44 |
+
python-engineio==4.10.1
|
45 |
+
python-socketio==5.11.4
|
46 |
+
pytz==2024.2
|
47 |
+
PyYAML==6.0.2
|
48 |
+
requests==2.32.3
|
49 |
+
scikit-image>=0.24.0
|
50 |
+
scipy==1.14.1
|
51 |
+
seaborn==0.13.2
|
52 |
+
segment-anything==1.0
|
53 |
+
simple-websocket==1.1.0
|
54 |
+
six==1.16.0
|
55 |
+
strawberry-graphql>=0.243.0
|
56 |
+
submitit>=1.5.1
|
57 |
+
sympy==1.13.1
|
58 |
+
tensorboard>=2.17.0
|
59 |
+
tensordict>=0.5.0
|
60 |
+
torch==2.5.1
|
61 |
+
torchvision==0.20.1
|
62 |
+
tqdm==4.66.6
|
63 |
+
typing_extensions==4.12.2
|
64 |
+
tzdata==2024.2
|
65 |
+
ufmt==2.0.0b2
|
66 |
+
ultralytics==8.3.27
|
67 |
+
ultralytics-thop==2.0.10
|
68 |
+
urllib3==2.2.3
|
69 |
+
usort==1.0.2
|
70 |
+
Werkzeug==3.1.1
|
71 |
+
wsproto==1.2.0
|
72 |
+
zipp==3.20.2
|