Skip to content

Commit bbd94cc

Browse files
committed
Bump version
1 parent be20dec commit bbd94cc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

crystal_toolkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from crystal_toolkit.renderables import *
1010

11-
__version__ = "2021.10.11"
11+
__version__ = "2021.10.21"
1212

1313
MODULE_PATH = Path(__file__).parents[0]
1414

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "crystal_toolkit"
3-
version = "2021.10.11"
3+
version = "2021.10.21"
44
description = ""
55
authors = ["Matthew Horton <[email protected]>"]
66

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
setup(
1515
long_description=readme,
1616
name="crystal_toolkit",
17-
version="2021.10.11",
17+
version="2021.10.21",
1818
python_requires="==3.*,>=3.8.0",
1919
author="Matthew Horton",
2020
author_email="[email protected]",
@@ -50,14 +50,14 @@
5050
},
5151
install_requires=[
5252
"crystaltoolkit-extension==0.*,>=0.4.0",
53+
"mp-api",
5354
"mp-pyrho==0.*,>=0.0.21",
5455
"plotly==5.*,>=5.3.1",
5556
"pydantic",
5657
"pymatgen==2022.*,>=2022.0.14",
5758
"scikit-image",
5859
"scikit-learn",
5960
"webcolors",
60-
"mp-api",
6161
],
6262
extras_require={
6363
"dev": [
@@ -70,8 +70,9 @@
7070
"sphinx-rtd-theme",
7171
],
7272
"fermi": ["ifermi", "pyfftw"],
73+
"figures": ["kaleido==0.*,>=0.2.1"],
7374
"server": [
74-
"dash[testing]==1.*,>=1.19.0",
75+
"dash[testing]==2.*,>=2.0.0",
7576
"dash-daq",
7677
"dash-extensions",
7778
"dash-mp-components==0.*,>=0.3.44",
@@ -80,7 +81,6 @@
8081
"gevent",
8182
"gunicorn",
8283
"habanero",
83-
"kaleido==0.*,>=0.2.1",
8484
"redis",
8585
"robocrys",
8686
"sentry-sdk",

0 commit comments

Comments
 (0)