Skip to content

Commit 07168d0

Browse files
Add core and utility dependencies to requirements.txt
1 parent 912f14c commit 07168d0

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

requirements.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Core
2+
ultralytics==8.3.5
3+
torch>=2.2,<2.5
4+
torchvision>=0.17,<0.20
5+
6+
# Utils
7+
opencv-python>=4.8,<5
8+
PyYAML>=6.0
9+
pandas>=2.0
10+
numpy>=1.24
11+
matplotlib>=3.7
12+
tqdm>=4.66
13+
kagglehub>=0.2
14+
15+
# Optional (uncomment if needed)
16+
# pillow>=9.5
17+
# seaborn>=0.13

0 commit comments

Comments
 (0)