34 lines
434 B
Plaintext
34 lines
434 B
Plaintext
# Core ML and Detection
|
|
ultralytics>=8.0.0
|
|
torch>=2.0.0
|
|
torchvision>=0.15.0
|
|
|
|
# GUI Framework
|
|
PySide6>=6.5.0
|
|
pyqtgraph>=0.13.0
|
|
|
|
# Image Processing
|
|
opencv-python>=4.8.0
|
|
Pillow>=10.0.0
|
|
numpy>=1.24.0
|
|
tifffile>=2023.0.0
|
|
|
|
# Database
|
|
sqlalchemy>=2.0.0
|
|
|
|
# Data Export
|
|
pandas>=2.0.0
|
|
openpyxl>=3.1.0
|
|
|
|
# Configuration
|
|
pyyaml>=6.0
|
|
|
|
# Testing
|
|
pytest>=7.4.0
|
|
pytest-qt>=4.2.0
|
|
pytest-cov>=4.1.0
|
|
|
|
# Development
|
|
black>=23.0.0
|
|
pylint>=2.17.0
|
|
mypy>=1.4.0 |