Skip to content

Commit

Permalink
Add dependencies for debug plotting to cli
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Nov 12, 2024
1 parent a7dc870 commit 6177973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pybenchiio = "bench.cli.iiotools:cli"
pybench = "bench.cli.visatools:cli"

[project.optional-dependencies]
cli = ["click", "pyadi-iio>=0.0.17", "requests"]
cli = ["click", "pyadi-iio>=0.0.17", "requests", "matplotlib", "pyqt5", "scipy"]
web = ["fastapi[standard]", "uvicorn", "pydantic", "jinja2", "starlette"]

[project.entry-points.pytest11]
Expand Down

0 comments on commit 6177973

Please sign in to comment.