Skip to content

Commit 1646331

Browse files
authored
Remove crystaltoolkit-extension from required dependencies
This is no longer the recommended way to view Crystal Toolkit crystal structures inside JupyterLab.
1 parent e635c8e commit 1646331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
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+
jupyterlab_deprecated = ["crystaltoolkit-extension"]
4747

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

0 commit comments

Comments
 (0)