pyproject.toml 258 B

123456789101112
  1. [project]
  2. name = "shuhe-xwdev"
  3. version = "0.1.0"
  4. description = "Add your description here"
  5. readme = "README.md"
  6. requires-python = ">=3.11"
  7. dependencies = [
  8. "matplotlib>=3.11.1",
  9. "torch>=2.13.0",
  10. "torchaudio>=2.11.0",
  11. "torchvision>=0.28.0",
  12. ]