Skip to content
Snippets Groups Projects
Commit d08a2502 authored by Amaury Bilocq's avatar Amaury Bilocq
Browse files

Add matplotlib dependency

parent 5c53c065
No related branches found
No related tags found
No related merge requests found
Pipeline #52465 failed
......@@ -14,9 +14,10 @@ readme = "README.md"
requires-python = ">=3.6"
dependencies = [
"numpy>=1.21", # Required for numerical computations
"numba>=0.56", # For JIT optimization
"pytest>=7.0" # For testing
"numpy>=1.21", # Required for numerical computations
"numba>=0.56", # For JIT optimization
"pytest>=7.0" # For testing
"matplotlib>=3.4" # For plotting
]
[project.optional-dependencies]
......
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