Skip to content

Commit 5ffc6bf

Browse files
committed
prep for v1.0.3
1 parent 7ca5fec commit 5ffc6bf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pyxtal/db.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1457,6 +1457,7 @@ def get_db_unique(self, db_name=None, prec=3):
14571457
kvp[key] = getattr(row, key)
14581458
db.write(row.toatoms(), key_value_pairs=kvp)
14591459
print(f"Created {db_name:s} with {db.count():d} strucs")
1460+
return db.count()
14601461

14611462
def check_overlap(self, reference_db, etol=2e-3, verbose=True):
14621463
"""

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def run(self):
6060
],
6161
setup_requires=["juliacall>=0.9.0"],
6262
install_requires=[
63-
"spglib>=1.10.4",
63+
"spglib>=2.5.0",
6464
"pymatgen>=2024.3.1",
6565
"pandas>=2.0.2",
6666
"networkx>=2.3",
@@ -71,6 +71,7 @@ def run(self):
7171
"importlib_metadata>=1.4",
7272
"typing-extensions>=4.12",
7373
"pyocse>=0.1.1",
74+
"psutil",
7475
],
7576
extras_require={
7677
"visualization": ["py3Dmol>=0.8.0"],

0 commit comments

Comments
 (0)