We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e3cd9 commit 7afa0afCopy full SHA for 7afa0af
pymatgen/analysis/defects/__init__.py
@@ -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
+"""Module for defect analysis."""
setup.py
@@ -13,7 +13,7 @@
13
name="pymatgen-analysis-defects",
14
packages=find_namespace_packages(include=["pymatgen.analysis.*"]),
15
install_requires=[
16
- "pymatgen>=2022.2.3",
+ "pymatgen @ git+https://github.com/jmmshn/pymatgen@replace_defects#egg=pymatgen",
17
"dscribe>=1.2.1",
18
],
19
extras_require={},
0 commit comments