Skip to content

Commit 7afa0af

Browse files
committed
replacing pymatgen.analysis.defects
1 parent c7e3cd9 commit 7afa0af

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

pymatgen/analysis/defects/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
"""Addons to pymatgen.analysis.defects."""
2-
__path__ = __import__("pkgutil").extend_path(__path__, __name__) # type: ignore
3-
from pymatgen.analysis.defects._version import __version__ # noqa: F401
1+
"""Module for defect analysis."""

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
name="pymatgen-analysis-defects",
1414
packages=find_namespace_packages(include=["pymatgen.analysis.*"]),
1515
install_requires=[
16-
"pymatgen>=2022.2.3",
16+
"pymatgen @ git+https://github.com/jmmshn/pymatgen@replace_defects#egg=pymatgen",
1717
"dscribe>=1.2.1",
1818
],
1919
extras_require={},

0 commit comments

Comments
 (0)