Skip to content

Commit 1bac30d

Browse files
authored
move crystaltoolkit-extension into new optional deps set "extension"
ModuleNotFoundError: No module named 'pipes'
1 parent 858ac96 commit 1bac30d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ requires-python = ">=3.9"
1111
authors = [{ name = "Matt Horton", email = "[email protected]" }]
1212

1313
dependencies = [
14-
"crystaltoolkit-extension",
1514
"dash-mp-components>=0.4.38",
1615
"dash>=2.11.0",
1716
"flask-caching",
@@ -44,6 +43,7 @@ dev = [
4443
"sphinx_rtd_theme",
4544
]
4645
test = ["playwright", "pytest", "pytest-playwright", "pytest-cov"]
46+
extension = ["crystaltoolkit-extension"]
4747

4848
[project.urls]
4949
repo = "https://github.com/materialsproject/crystaltoolkit"

0 commit comments

Comments
 (0)