pyproject.toml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. [project]
  2. name = "plate-generator"
  3. version = "0.1.0"
  4. description = "Add your description here"
  5. readme = "README.md"
  6. authors = [{name = "Superwindcloud"}]
  7. license = "MIT"
  8. requires-python = ">=3.13"
  9. dependencies = [
  10. "asttokens>=3.0.0",
  11. "backcall>=0.2.0",
  12. "charset-normalizer>=3.4.2",
  13. "cycler>=0.12.1",
  14. "dataclasses>=0.8",
  15. "dearpygui>=2.0.0",
  16. "debugpy>=1.8.14",
  17. "decorator>=5.2.1",
  18. "executing>=2.2.0",
  19. "fonttools>=4.58.4",
  20. "idna>=3.10",
  21. "ipykernel>=6.29.5",
  22. "ipython>=9.3.0",
  23. "jedi>=0.19.2",
  24. "jupyter-client>=8.6.3",
  25. "jupyter-core>=5.8.1",
  26. "kiwisolver>=1.4.8",
  27. "matplotlib>=3.10.3",
  28. "matplotlib-inline>=0.1.7",
  29. "nest-asyncio>=1.6.0",
  30. "numpy>=2.3.0",
  31. "opencv-python>=4.11.0.86",
  32. "packaging>=25.0",
  33. "pandas>=2.3.0",
  34. "parso>=0.8.4",
  35. "pickleshare>=0.7.5",
  36. "pillow>=11.2.1",
  37. "prompt-toolkit>=3.0.51",
  38. "psutil>=7.0.0",
  39. "pure-eval>=0.2.3",
  40. "pygments>=2.19.1",
  41. "pyparsing>=3.2.3",
  42. "python-dateutil>=2.9.0.post0",
  43. "pytz>=2025.2",
  44. "pyyaml>=6.0.2",
  45. "pyzmq>=27.0.0",
  46. "requests>=2.32.4",
  47. "scipy>=1.15.3",
  48. "seaborn>=0.13.2",
  49. "six>=1.17.0",
  50. "stack-data>=0.6.3",
  51. "sv-ttk>=2.6.1",
  52. "thop>=0.1.1.post2209072238",
  53. "torch>=2.7.1",
  54. "torchvision>=0.22.1",
  55. "tornado>=6.5.1",
  56. "tqdm>=4.67.1",
  57. "traitlets>=5.14.3",
  58. "typing-extensions>=4.14.0",
  59. "urllib3>=2.4.0",
  60. "wcwidth>=0.2.13",
  61. ]