[project] name = "pfal-syscontrol" version = "0.1.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.10" dependencies = [ "matplotlib>=3.10.7", "opencv-python>=4.12.0.88", "paho-mqtt>=2.1.0", "pandas>=2.3.3", "psycopg2-binary>=2.9.11", "pymodbus>=3.11.3", "pyserial>=3.5", "pyyaml>=6.0.3", "requests>=2.32.5", "scipy>=1.15.3", "torch", ] [[tool.uv.index]] name = "pytorch-cu126" url = "https://download.pytorch.org/whl/cu126" explicit = true [tool.uv.sources] torchvision = [ { index = "pytorch-cu126", marker = "sys_platform == 'linux' or sys_platform == 'win32'" }, ] torch = { path = "wheel/torch-2.5.0a0+872d972e41.nv24.08.17622132-cp310-cp310-linux_aarch64.whl" }