| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- # Deep Learning Frameworks
- --extra-index-url https://download.pytorch.org/whl/cu128
- torch>=2.0.0
- torchvision>=0.15.0
- torchaudio>=2.0.0
- tensorflow>=2.17.0
- # Computer Vision & ML
- ultralytics>=8.3.36
- opencv-python>=4.10.0
- opencv-python-headless>=4.11.0
- # Scientific Computing
- numpy>=1.26.4,<2.0.0
- scipy>=1.14.1
- matplotlib>=3.7.0
- tifffile>=2024.0.0
- # GUI Framework
- PyQt5>=5.15.0
- PyQt5-Qt5>=5.15.0
- PyQt5-sip>=12.0.0
- # Platform Specific (Windows)
- pywin32>=308; sys_platform == 'win32'
- # System Utilities
- psutil>=5.9.0
- # GUI Automation for Camera Control
- pywinauto>=0.6.8; sys_platform == 'win32'
- pyautogui>=0.9.54
- # Report Generation & PDF Export
- reportlab>=4.0.0
- # Optional but recommended
- roboflow>=1.0.0
- Pillow>=10.0.0
|