Skip to content
Snippets Groups Projects
Commit c7b476a2 authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

fix : pkging deps & manifest.in

parent 4eced24d
No related branches found
No related tags found
2 merge requests!93Release v0.3.0,!64Feat/release pip
include README.md LICENCE
include README.md LICENSE
recursive-include aidge_backend_cpu *.py
recursive-exclude aidge_backend_cpu/unit_tests *.py
......
......@@ -2,8 +2,7 @@
name = "aidge_backend_cpu"
description="CPU implementation of operators of the AIDGE framework"
dependencies = [
"numpy>=1.21.6",
"Jinja2>=3.1.2"
"numpy",
]
requires-python = ">= 3.7"
readme = "README.md"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment