pyproject.toml 753 B

12345678910111213141516171819202122232425262728
  1. [project]
  2. name = "pfal-syscontrol"
  3. version = "0.1.0"
  4. description = "Add your description here"
  5. readme = "README.md"
  6. requires-python = ">=3.10"
  7. dependencies = [
  8. "matplotlib>=3.10.7",
  9. "opencv-python>=4.12.0.88",
  10. "paho-mqtt>=2.1.0",
  11. "pandas>=2.3.3",
  12. "psycopg2-binary>=2.9.11",
  13. "pymodbus>=3.11.3",
  14. "pyserial>=3.5",
  15. "pyyaml>=6.0.3",
  16. "requests>=2.32.5",
  17. "scipy>=1.15.3",
  18. "torch",
  19. ]
  20. [[tool.uv.index]]
  21. name = "pytorch-cu126"
  22. url = "https://download.pytorch.org/whl/cu126"
  23. explicit = true
  24. [tool.uv.sources]
  25. torchvision = [
  26. { index = "pytorch-cu126", marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
  27. ]
  28. torch = { path = "wheel/torch-2.5.0a0+872d972e41.nv24.08.17622132-cp310-cp310-linux_aarch64.whl" }