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-echo"
- version = "0.3.7-rc1"
- authors = [
- "Haixuan Xavier Tao <tao.xavier@outlook.com>",
- "Enzo Le Van <dev@enzo-le-van.fr>",
- ]
- description = "Dora echo"
- license = "MIT License"
- homepage = "https://github.com/dora-rs/dora.git"
- documentation = "https://github.com/dora-rs/dora/blob/main/node-hub/dora-echo/README.md"
- readme = "README.md"
- packages = [{ include = "dora_echo" }]
-
- [tool.poetry.dependencies]
- dora-rs = "^0.3.6"
- numpy = "< 2.0.0"
- pyarrow = ">= 5.0.0"
- python = "^3.7"
-
- [tool.poetry.scripts]
- dora-echo = "dora_echo.main:main"
-
- [build-system]
- requires = ["poetry-core>=1.8.0"]
- build-backend = "poetry.core.masonry.api"
|