-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.txt
More file actions
32 lines (29 loc) · 777 Bytes
/
Copy pathrequirements.txt
File metadata and controls
32 lines (29 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Runtime + local development
numpy>=2.4.6,<3.0
opencv-python>=4.13.0.92,<5.0
ultralytics>=8.4.56,<9.0
torch>=2.12.0,<3.0
PyYAML>=6.0.3,<7.0
requests>=2.34.2,<3.0
pandas>=3.0.3,<4.0
matplotlib>=3.10.9,<4.0
scikit-learn>=1.8.0,<2.0
tqdm>=4.67.3,<5.0
fastapi>=0.136.3,<1.0
python-multipart>=0.0.29,<1.0
uvicorn>=0.48.0,<1.0
sahi>=0.11.36
# Optional local inference/export support
onnx>=1.21.0,<2.0
onnxruntime>=1.26.0,<2.0
onnxslim>=0.1.94
# Apple Silicon export + benchmark
coremltools>=9.0,<10.0
Pillow>=12.2.0,<13.0
# Test and formatting tools
pytest>=9.0.3,<10.0
# Pinned exactly: formatting must be reproducible across local + CI, and 25.11.0
# is the last black that still supports Python 3.9 (26.x requires >=3.10).
black==25.11.0
ruff>=0.15.15,<1.0
httpx>=0.28.1,<1.0