Skip to content
Snippets Groups Projects
Commit 4f0ceb4d authored by Cyril Moineau's avatar Cyril Moineau
Browse files

Add matplotlib as dependance.

parent 80ea57b4
No related branches found
No related tags found
2 merge requests!318[Upd] release verision 0.5.0,!276Rewrite memory manager log_info in Python.
...@@ -4,7 +4,8 @@ name="aidge_core" ...@@ -4,7 +4,8 @@ name="aidge_core"
description="Core algorithms for operators and graph of the AIDGE framework" description="Core algorithms for operators and graph of the AIDGE framework"
dependencies = [ dependencies = [
"numpy>=1.21.6", "numpy>=1.21.6",
"Jinja2>=3.1.2" "Jinja2>=3.1.2",
"matplotlib"
] ]
requires-python = ">= 3.7" requires-python = ">= 3.7"
readme = "README.md" 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