Skip to content

Commit 6681a6a

Browse files
committed
Update required Jupyter Lab extension version
1 parent f188cb8 commit 6681a6a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pymatgen = "^2022.0.14"
1010
pydantic = "*"
1111
plotly = "^5.3.1"
1212
webcolors = "*"
13-
crystaltoolkit-extension = "^0.3.0"
13+
crystaltoolkit-extension = "^0.4.0"
1414
mp-api = "*"
1515
mp-pyrho = "^0.0.21"
1616
scikit-learn = { version = "*"}

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
crystaltoolkit-extension==0.*,>=0.3.0
1+
crystaltoolkit-extension==0.*,>=0.4.0
22
dash[testing]==1.*,>=1.19.0
33
dash-daq
44
dash-extensions

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"crystal_toolkit.core": ["*.yaml"],
5050
},
5151
install_requires=[
52-
"crystaltoolkit-extension==0.*,>=0.3.0",
52+
"crystaltoolkit-extension==0.*,>=0.4.0",
5353
"mp-pyrho==0.*,>=0.0.21",
5454
"plotly==5.*,>=5.3.1",
5555
"pydantic",

0 commit comments

Comments
 (0)