|
- [project]
- readme = "README.md"
- name = "pyarrow-assert"
- version = "0.3.8"
- authors = [
- { name = "Haixuan Xavier Tao", email = "tao.xavier@outlook.com" },
- { name = "Enzo Le Van", email = "dev@enzo-le-van.fr" },
- ]
- description = "Dora Node for plotting text and bbox on image with OpenCV"
- license = "MIT License"
- [tool.poetry]
- packages = [{ include = "pyarrow_assert" }]
-
- [tool.poetry.dependencies]
- dora-rs = "^0.3.6"
- numpy = "< 2.0.0"
- pyarrow = ">= 5.0.0"
- python = "^3.7"
-
- [tool.poetry.scripts]
- pyarrow-assert = "pyarrow_assert.main:main"
-
- [build-system]
- requires = ["poetry-core>=1.8.0"]
- build-backend = "poetry.core.masonry.api"
|