From c7b476a20bf8ce1a4c59a417767d96e01cffa760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Kubler?= <gregoire.kubler@proton.me> Date: Thu, 27 Jun 2024 11:38:43 +0200 Subject: [PATCH] fix : pkging deps & manifest.in --- MANIFEST.in | 2 +- pyproject.toml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 41ddf1a3..61f22a8c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -include README.md LICENCE +include README.md LICENSE recursive-include aidge_backend_cpu *.py recursive-exclude aidge_backend_cpu/unit_tests *.py diff --git a/pyproject.toml b/pyproject.toml index 08bb48b6..855238ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" -- GitLab