kebincontreras commited on
Commit
5954157
·
verified ·
1 Parent(s): ae5a729

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +97 -0
requirements.txt ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ altair==5.3.0
3
+ annotated-types==0.7.0
4
+ anyio==4.4.0
5
+ attrs==23.2.0
6
+ certifi==2024.7.4
7
+ charset-normalizer==3.3.2
8
+ click==8.1.7
9
+ colorama==0.4.6
10
+ coloredlogs==15.0.1
11
+ contourpy==1.2.1
12
+ cycler==0.12.1
13
+ dnspython==2.6.1
14
+ email_validator==2.2.0
15
+ exceptiongroup==1.2.1
16
+ fastapi==0.111.0
17
+ fastapi-cli==0.0.4
18
+ ffmpy==0.3.2
19
+ filelock==3.15.4
20
+ flatbuffers==24.3.25
21
+ fonttools==4.53.1
22
+ fsspec==2024.6.1
23
+ gradio==4.31.5
24
+ gradio_client==0.16.4
25
+ h11==0.14.0
26
+ httpcore==1.0.5
27
+ httptools==0.6.1
28
+ httpx==0.27.0
29
+ huggingface-hub==0.23.2
30
+ humanfriendly==10.0
31
+ idna==3.7
32
+ importlib_resources==6.4.0
33
+ Jinja2==3.1.4
34
+ jsonschema==4.23.0
35
+ jsonschema-specifications==2023.12.1
36
+ kiwisolver==1.4.5
37
+ markdown-it-py==3.0.0
38
+ MarkupSafe==2.1.5
39
+ matplotlib==3.9.1
40
+ mdurl==0.1.2
41
+ mpmath==1.3.0
42
+ networkx==3.3
43
+ numpy==1.26.4
44
+ onnx==1.14.0
45
+ onnxruntime==1.15.1
46
+ onnxruntime-gpu==1.18.0
47
+ onnxsim==0.4.36
48
+ opencv-python==4.9.0.80
49
+ orjson==3.10.6
50
+ packaging==24.1
51
+ pandas==2.2.2
52
+ pillow==10.4.0
53
+ protobuf==5.27.2
54
+ psutil==5.9.8
55
+ py-cpuinfo==9.0.0
56
+ pycocotools==2.0.7
57
+ pydantic==2.8.2
58
+ pydantic_core==2.20.1
59
+ pydub==0.25.1
60
+ Pygments==2.18.0
61
+ pyparsing==3.1.2
62
+ pyreadline3==3.4.1
63
+ python-dateutil==2.9.0.post0
64
+ python-dotenv==1.0.1
65
+ python-multipart==0.0.9
66
+ pytz==2024.1
67
+ PyYAML==6.0.1
68
+ referencing==0.35.1
69
+ requests==2.32.3
70
+ rich==13.7.1
71
+ rpds-py==0.19.0
72
+ ruff==0.5.1
73
+ safetensors==0.4.3
74
+ scipy==1.13.0
75
+ seaborn==0.13.2
76
+ semantic-version==2.10.0
77
+ shellingham==1.5.4
78
+ six==1.16.0
79
+ sniffio==1.3.1
80
+ starlette==0.37.2
81
+ sympy==1.13.0
82
+ thop==0.1.1.post2209072238
83
+ tomlkit==0.12.0
84
+ toolz==0.12.1
85
+ torch==2.0.1
86
+ torch-dct==0.1.6
87
+ torchvision==0.15.2
88
+ tqdm==4.66.4
89
+ typer==0.12.3
90
+ typing_extensions==4.12.2
91
+ tzdata==2024.1
92
+ ujson==5.10.0
93
+ ultralytics @ git+https://github.com/THU-MIG/yolov10@aad320dd80b56694e590c950b25060a134966496
94
+ urllib3==2.2.2
95
+ uvicorn==0.30.1
96
+ watchfiles==0.22.0
97
+ websockets==11.0.3