From 1bac30df19c1fe4f775c76c3a1b5a9834d07636e Mon Sep 17 00:00:00 2001 From: Janosh Riebesell Date: Mon, 10 Feb 2025 07:14:36 -0800 Subject: [PATCH] move crystaltoolkit-extension into new optional deps set "extension" ModuleNotFoundError: No module named 'pipes' --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 86b376b0..5b32b7ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,6 @@ requires-python = ">=3.9" authors = [{ name = "Matt Horton", email = "mkhorton@lbl.gov" }] dependencies = [ - "crystaltoolkit-extension", "dash-mp-components>=0.4.38", "dash>=2.11.0", "flask-caching", @@ -44,6 +43,7 @@ dev = [ "sphinx_rtd_theme", ] test = ["playwright", "pytest", "pytest-playwright", "pytest-cov"] +extension = ["crystaltoolkit-extension"] [project.urls] repo = "https://github.com/materialsproject/crystaltoolkit"