Skip to content

Commit 172f2d0

Browse files
committed
Core updated with entries.
1 parent d404dd4 commit 172f2d0

38 files changed

Lines changed: 771 additions & 6889 deletions

pymatgen-test-files

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ dependencies = [
7272
"spglib>=2.5",
7373
"sympy>=1.3", # PR #4116
7474
"uncertainties>=3.1",
75+
"plotly>=6.0",
76+
"joblib>=1.3.2",
7577
]
7678
version = "2025.10.7"
7779

src/pymatgen/core/adsorption.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@
1212
from monty.serialization import loadfn
1313
from scipy.spatial import Delaunay
1414

15-
from .local_env import VoronoiNN
16-
from .structure_matcher import StructureMatcher
1715
from pymatgen.core import Molecule, Structure
1816
from pymatgen.core.operations import SymmOp
1917
from pymatgen.core.surface import generate_all_slabs
2018
from pymatgen.symmetry.analyzer import SpacegroupAnalyzer
2119
from pymatgen.util.coord import in_coord_list_pbc
2220

21+
from .local_env import VoronoiNN
22+
from .structure_matcher import StructureMatcher
23+
2324
if TYPE_CHECKING:
2425
from typing import Self
2526

File renamed without changes.

0 commit comments

Comments
 (0)