| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- [project]
- name = "plate-generator"
- version = "0.1.0"
- description = "Add your description here"
- readme = "README.md"
- authors = [{name = "Superwindcloud"}]
- license = "MIT"
- requires-python = ">=3.13"
- dependencies = [
- "asttokens>=3.0.0",
- "backcall>=0.2.0",
- "charset-normalizer>=3.4.2",
- "cycler>=0.12.1",
- "dataclasses>=0.8",
- "dearpygui>=2.0.0",
- "debugpy>=1.8.14",
- "decorator>=5.2.1",
- "executing>=2.2.0",
- "fonttools>=4.58.4",
- "idna>=3.10",
- "ipykernel>=6.29.5",
- "ipython>=9.3.0",
- "jedi>=0.19.2",
- "jupyter-client>=8.6.3",
- "jupyter-core>=5.8.1",
- "kiwisolver>=1.4.8",
- "matplotlib>=3.10.3",
- "matplotlib-inline>=0.1.7",
- "nest-asyncio>=1.6.0",
- "numpy>=2.3.0",
- "opencv-python>=4.11.0.86",
- "packaging>=25.0",
- "pandas>=2.3.0",
- "parso>=0.8.4",
- "pickleshare>=0.7.5",
- "pillow>=11.2.1",
- "prompt-toolkit>=3.0.51",
- "psutil>=7.0.0",
- "pure-eval>=0.2.3",
- "pygments>=2.19.1",
- "pyparsing>=3.2.3",
- "python-dateutil>=2.9.0.post0",
- "pytz>=2025.2",
- "pyyaml>=6.0.2",
- "pyzmq>=27.0.0",
- "requests>=2.32.4",
- "scipy>=1.15.3",
- "seaborn>=0.13.2",
- "six>=1.17.0",
- "stack-data>=0.6.3",
- "sv-ttk>=2.6.1",
- "thop>=0.1.1.post2209072238",
- "torch>=2.7.1",
- "torchvision>=0.22.1",
- "tornado>=6.5.1",
- "tqdm>=4.67.1",
- "traitlets>=5.14.3",
- "typing-extensions>=4.14.0",
- "urllib3>=2.4.0",
- "wcwidth>=0.2.13",
- ]
|