You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- [tool.poetry]
- name = "dora-piper"
- version = "0.3.8"
- authors = ["Haixuan Xavier Tao <tao.xavier@outlook.com>"]
- description = "Dora Node for using Agilex piper"
- readme = "README.md"
-
- packages = [{ include = "dora_piper" }]
-
- [tool.poetry.dependencies]
- dora-rs = "^0.3.6"
- python = "^3.7"
- piper_sdk = "^0.0.8"
- numpy = "< 2.0.0"
-
- [tool.poetry.dev-dependencies]
- pytest = "^8.3.4"
-
- [tool.poetry.scripts]
- dora-piper = "dora_piper.main:main"
-
- [build-system]
- requires = ["poetry-core>=1.8.0"]
- build-backend = "poetry.core.masonry.api"
|