From 10ad15b4c6fba094ac64a7c74ee4864cce90c9ee Mon Sep 17 00:00:00 2001 From: Dmitri Smirnov Date: Mon, 24 Jun 2024 11:52:14 -0400 Subject: [PATCH] build: add pyplot to virtual environment --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 204f606..d85a1eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,7 @@ python = "^3.10" ipython = "^8.24.0" numpy = "^1.26.4" pyvista = "^0.43.8" +plotly = "^5.22.0" [build-system] requires = ["poetry-core"]