# NetSight Studio desktop dependencies (Python 3.12 — see Install_NetSightStudio.bat).
# The installer also installs cv/requirements.txt from the repo root.
# numpy 2.2.0 + opencv-python 4.10.0.84 are pinned together for wheel ABI
# compatibility (and are the reason Python 3.13 is NOT supported: opencv 4.10
# publishes no 3.13 wheels). NO torch here — YOLOX is an optional, separately
# installed extra per cv/README.md; the stub demo path needs no model deps.

PySide6==6.10.0
PySide6_Addons==6.10.0
PySide6_Essentials==6.10.0
shiboken6==6.10.0

numpy==2.2.0
opencv-python==4.10.0.84

cryptography>=42

tqdm
scipy
