Skip to content

Commit 6946020

Browse files
committed
move pymatgen-analysis-defects to extras_require
1 parent 85786c3 commit 6946020

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
"pydash>=4.1.0",
3535
"pymatgen-analysis-diffusion",
3636
"pymatgen",
37-
"pymatgen-analysis-defects",
3837
"pymongo",
3938
"pyyaml>=5.1.2",
4039
"ruamel.yaml",
@@ -45,10 +44,12 @@
4544
"plotting": ["matplotlib>=1.5.2"],
4645
"phonons": ["phonopy>=1.10.8"],
4746
"qchem": ["openbabel"],
47+
"defects": ["pymatgen-analysis-defects"],
4848
"complete": [
4949
"matplotlib>=1.5.2",
5050
"phonopy>=1.10.8",
5151
"openbabel",
52+
"pymatgen-analysis-defects",
5253
],
5354
},
5455
classifiers=[

0 commit comments

Comments
 (0)