pyproject.toml 729 B

123456789101112131415161718192021222324252627
  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. "pandas>=2.3.3",
  11. "psycopg2-binary>=2.9.11",
  12. "pymodbus>=3.11.3",
  13. "pyserial>=3.5",
  14. "pyyaml>=6.0.3",
  15. "requests>=2.32.5",
  16. "scipy>=1.15.3",
  17. "torch",
  18. ]
  19. [[tool.uv.index]]
  20. name = "pytorch-cu126"
  21. url = "https://download.pytorch.org/whl/cu126"
  22. explicit = true
  23. [tool.uv.sources]
  24. torchvision = [
  25. { index = "pytorch-cu126", marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
  26. ]
  27. torch = { path = "wheel/torch-2.5.0a0+872d972e41.nv24.08.17622132-cp310-cp310-linux_aarch64.whl" }