123456789101112131415161718 |
- [tool.poetry]
- name = "gradio-note"
- version = "0.1.0"
- description = ""
- authors = ["fish <zz1036@qq.com>"]
- readme = "README.md"
- [tool.poetry.dependencies]
- python = "^3.12"
- gradio = "^4.32.2"
- opencv-python = "^4.10.0.82"
- transformers = "^4.41.2"
- pygwalker = "^0.4.8.9"
- [build-system]
- requires = ["poetry-core"]
- build-backend = "poetry.core.masonry.api"
|