emmet-builders 0.84.9__tar.gz → 0.84.10__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of emmet-builders might be problematic. Click here for more details.
- {emmet_builders-0.84.9/emmet_builders.egg-info → emmet_builders-0.84.10}/PKG-INFO +2 -1
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/materials/elasticity.py +3 -2
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/materials/substrates.py +2 -2
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/materials/summary.py +2 -2
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/vasp/task_validator.py +2 -1
- {emmet_builders-0.84.9 → emmet_builders-0.84.10/emmet_builders.egg-info}/PKG-INFO +2 -1
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet_builders.egg-info/SOURCES.txt +1 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet_builders.egg-info/requires.txt +1 -0
- emmet_builders-0.84.10/pyproject.toml +7 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/requirements/ubuntu-latest_py3.11.txt +24 -17
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/requirements/ubuntu-latest_py3.11_extras.txt +35 -28
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/requirements/ubuntu-latest_py3.12.txt +24 -17
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/requirements/ubuntu-latest_py3.12_extras.txt +35 -28
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/setup.py +10 -1
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/tests/test_absorption.py +1 -1
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/tests/test_chemenv.py +1 -1
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/tests/test_magnetism.py +4 -5
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/tests/test_oxidation.py +1 -1
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/MANIFEST.in +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/__init__.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/abinit/__init__.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/abinit/phonon.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/abinit/sound_velocity.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/feff/__init__.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/feff/xas.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/materials/__init__.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/materials/absorption_spectrum.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/materials/alloys.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/materials/basic_descriptors.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/materials/bonds.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/materials/chemenv.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/materials/corrected_entries.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/materials/dielectric.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/materials/electrodes.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/materials/electronic_structure.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/materials/magnetism.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/materials/ml.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/materials/optimade.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/materials/oxidation_states.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/materials/piezoelectric.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/materials/provenance.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/materials/robocrys.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/materials/similarity.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/materials/thermo.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/matscholar/missing_compositions.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/mobility/__init__.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/mobility/migration_graph.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/molecules/__init__.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/molecules/atomic.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/molecules/bonds.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/molecules/electric.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/molecules/metal_binding.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/molecules/orbitals.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/molecules/redox.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/molecules/summary.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/molecules/thermo.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/molecules/trajectory.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/molecules/vibration.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/qchem/__init__.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/qchem/molecules.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/settings.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/utils.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/vasp/__init__.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/vasp/materials.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet/builders/vasp/mp_potcar_stats.json.gz +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet_builders.egg-info/dependency_links.txt +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet_builders.egg-info/not-zip-safe +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/emmet_builders.egg-info/top_level.txt +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/requirements/deployment.txt +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/setup.cfg +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/tests/__init__.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/tests/conftest.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/tests/molecules/__init__.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/tests/molecules/test_atomic.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/tests/molecules/test_bonds.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/tests/molecules/test_electric.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/tests/molecules/test_metal_binding.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/tests/molecules/test_orbitals.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/tests/molecules/test_redox.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/tests/molecules/test_summary.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/tests/molecules/test_thermo.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/tests/molecules/test_trajectory.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/tests/molecules/test_vibration.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/tests/test_basic_descriptors.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/tests/test_corrected_entries_thermo.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/tests/test_dielectric.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/tests/test_elasticity.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/tests/test_electronic_structure.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/tests/test_materials.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/tests/test_ml.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/tests/test_mobility.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/tests/test_piezoelectric.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/tests/test_qchem.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/tests/test_similarity.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/tests/test_summary.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/tests/test_utils.py +0 -0
- {emmet_builders-0.84.9 → emmet_builders-0.84.10}/tests/test_vasp.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: emmet-builders
|
|
3
|
-
Version: 0.84.
|
|
3
|
+
Version: 0.84.10
|
|
4
4
|
Summary: Builders for the Emmet Library
|
|
5
5
|
Home-page: https://github.com/materialsproject/emmet
|
|
6
6
|
Author: The Materials Project
|
|
@@ -13,6 +13,7 @@ Requires-Dist: maggma>=0.57.6
|
|
|
13
13
|
Requires-Dist: matminer>=0.9.1
|
|
14
14
|
Requires-Dist: solvation-analysis>=0.4.0
|
|
15
15
|
Requires-Dist: MDAnalysis>=2.7.0
|
|
16
|
+
Requires-Dist: pymatgen-io-validation>=0.1.0
|
|
16
17
|
Provides-Extra: test
|
|
17
18
|
Requires-Dist: pre-commit; extra == "test"
|
|
18
19
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -30,7 +30,6 @@ from pymatgen.core import Structure
|
|
|
30
30
|
from pymatgen.core.tensors import TensorMapping
|
|
31
31
|
|
|
32
32
|
from emmet.core.elasticity import ElasticityDoc
|
|
33
|
-
from emmet.core.mpid import MPID
|
|
34
33
|
from emmet.core.utils import jsanitize
|
|
35
34
|
from emmet.core.vasp.calc_types import CalcType
|
|
36
35
|
|
|
@@ -40,6 +39,8 @@ if TYPE_CHECKING:
|
|
|
40
39
|
from collections.abc import Generator
|
|
41
40
|
from typing import Any
|
|
42
41
|
|
|
42
|
+
from emmet.core.mpid import AlphaID, MPID
|
|
43
|
+
|
|
43
44
|
|
|
44
45
|
class ElasticityBuilder(Builder):
|
|
45
46
|
def __init__(
|
|
@@ -136,7 +137,7 @@ class ElasticityBuilder(Builder):
|
|
|
136
137
|
yield material_id, calc_types, tasks
|
|
137
138
|
|
|
138
139
|
def process_item(
|
|
139
|
-
self, item: tuple[MPID, dict[str, str], list[dict]]
|
|
140
|
+
self, item: tuple[MPID | AlphaID, dict[str, str], list[dict]]
|
|
140
141
|
) -> dict | None:
|
|
141
142
|
"""
|
|
142
143
|
Process all tasks belong to the same material into an elasticity doc.
|
|
@@ -7,7 +7,7 @@ from pymatgen.analysis.elasticity.elastic import ElasticTensor
|
|
|
7
7
|
from pymatgen.core.structure import Structure
|
|
8
8
|
from pymatgen.symmetry.analyzer import SpacegroupAnalyzer
|
|
9
9
|
|
|
10
|
-
from emmet.core.mpid import
|
|
10
|
+
from emmet.core.mpid import AlphaID
|
|
11
11
|
from emmet.core.substrates import SubstratesDoc
|
|
12
12
|
from emmet.core.utils import jsanitize
|
|
13
13
|
|
|
@@ -108,7 +108,7 @@ class SubstratesBuilder(Builder):
|
|
|
108
108
|
dict: a diffraction dict
|
|
109
109
|
"""
|
|
110
110
|
|
|
111
|
-
mpid =
|
|
111
|
+
mpid = AlphaID(item["material_id"])
|
|
112
112
|
elastic_tensor = item.get("elastic_tensor", None)
|
|
113
113
|
elastic_tensor = (
|
|
114
114
|
ElasticTensor.from_voigt(elastic_tensor) if elastic_tensor else None
|
|
@@ -3,7 +3,7 @@ from math import ceil
|
|
|
3
3
|
from maggma.builders import Builder
|
|
4
4
|
from maggma.utils import grouper
|
|
5
5
|
|
|
6
|
-
from emmet.core.mpid import
|
|
6
|
+
from emmet.core.mpid import AlphaID
|
|
7
7
|
from emmet.core.summary import SummaryDoc, HasProps
|
|
8
8
|
from emmet.core.utils import jsanitize
|
|
9
9
|
from emmet.core.thermo import ThermoType
|
|
@@ -214,7 +214,7 @@ class SummaryBuilder(Builder):
|
|
|
214
214
|
yield {"query": {self.materials.key: {"$in": list(split)}}}
|
|
215
215
|
|
|
216
216
|
def process_item(self, item):
|
|
217
|
-
material_id =
|
|
217
|
+
material_id = AlphaID(item[HasProps.materials.value]["material_id"])
|
|
218
218
|
doc = SummaryDoc.from_docs(material_id=material_id, **item)
|
|
219
219
|
return jsanitize(doc.model_dump(exclude_none=False), allow_bson=True)
|
|
220
220
|
|
|
@@ -5,7 +5,8 @@ from emmet.builders.settings import EmmetBuildSettings
|
|
|
5
5
|
from emmet.builders.utils import get_potcar_stats
|
|
6
6
|
from emmet.core.tasks import TaskDoc
|
|
7
7
|
from emmet.core.vasp.calc_types.enums import CalcType
|
|
8
|
-
from emmet.core.vasp.validation import DeprecationMessage
|
|
8
|
+
from emmet.core.vasp.validation import DeprecationMessage
|
|
9
|
+
from emmet.core.vasp.validation_legacy import ValidationDoc
|
|
9
10
|
|
|
10
11
|
|
|
11
12
|
class TaskValidator(MapBuilder):
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: emmet-builders
|
|
3
|
-
Version: 0.84.
|
|
3
|
+
Version: 0.84.10
|
|
4
4
|
Summary: Builders for the Emmet Library
|
|
5
5
|
Home-page: https://github.com/materialsproject/emmet
|
|
6
6
|
Author: The Materials Project
|
|
@@ -13,6 +13,7 @@ Requires-Dist: maggma>=0.57.6
|
|
|
13
13
|
Requires-Dist: matminer>=0.9.1
|
|
14
14
|
Requires-Dist: solvation-analysis>=0.4.0
|
|
15
15
|
Requires-Dist: MDAnalysis>=2.7.0
|
|
16
|
+
Requires-Dist: pymatgen-io-validation>=0.1.0
|
|
16
17
|
Provides-Extra: test
|
|
17
18
|
Requires-Dist: pre-commit; extra == "test"
|
|
18
19
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -8,7 +8,7 @@ aioitertools==0.12.0
|
|
|
8
8
|
# via maggma
|
|
9
9
|
annotated-types==0.7.0
|
|
10
10
|
# via pydantic
|
|
11
|
-
ase==3.
|
|
11
|
+
ase==3.26.0
|
|
12
12
|
# via pymatgen-analysis-diffusion
|
|
13
13
|
attrs==25.3.0
|
|
14
14
|
# via
|
|
@@ -19,9 +19,9 @@ bcrypt==4.3.0
|
|
|
19
19
|
# via paramiko
|
|
20
20
|
bibtexparser==1.4.3
|
|
21
21
|
# via pymatgen
|
|
22
|
-
boto3==1.40.
|
|
22
|
+
boto3==1.40.11
|
|
23
23
|
# via maggma
|
|
24
|
-
botocore==1.40.
|
|
24
|
+
botocore==1.40.11
|
|
25
25
|
# via
|
|
26
26
|
# boto3
|
|
27
27
|
# s3transfer
|
|
@@ -31,11 +31,11 @@ cffi==1.17.1
|
|
|
31
31
|
# via
|
|
32
32
|
# cryptography
|
|
33
33
|
# pynacl
|
|
34
|
-
charset-normalizer==3.4.
|
|
34
|
+
charset-normalizer==3.4.3
|
|
35
35
|
# via requests
|
|
36
36
|
contourpy==1.3.3
|
|
37
37
|
# via matplotlib
|
|
38
|
-
cryptography==
|
|
38
|
+
cryptography==45.0.6
|
|
39
39
|
# via paramiko
|
|
40
40
|
cycler==0.12.1
|
|
41
41
|
# via matplotlib
|
|
@@ -43,11 +43,11 @@ dnspython==2.7.0
|
|
|
43
43
|
# via
|
|
44
44
|
# maggma
|
|
45
45
|
# pymongo
|
|
46
|
-
emmet-core[all]==0.84.
|
|
46
|
+
emmet-core[all]==0.84.9
|
|
47
47
|
# via emmet-builders (setup.py)
|
|
48
|
-
filelock==3.
|
|
48
|
+
filelock==3.19.1
|
|
49
49
|
# via mdanalysis
|
|
50
|
-
fonttools==4.59.
|
|
50
|
+
fonttools==4.59.1
|
|
51
51
|
# via matplotlib
|
|
52
52
|
griddataformats==1.0.2
|
|
53
53
|
# via mdanalysis
|
|
@@ -73,17 +73,17 @@ joblib==1.5.1
|
|
|
73
73
|
# scikit-learn
|
|
74
74
|
jsonlines==4.0.0
|
|
75
75
|
# via maggma
|
|
76
|
-
jsonschema==4.25.
|
|
76
|
+
jsonschema==4.25.1
|
|
77
77
|
# via maggma
|
|
78
78
|
jsonschema-specifications==2025.4.1
|
|
79
79
|
# via jsonschema
|
|
80
|
-
kiwisolver==1.4.
|
|
80
|
+
kiwisolver==1.4.9
|
|
81
81
|
# via matplotlib
|
|
82
82
|
latexcodec==3.0.1
|
|
83
83
|
# via pybtex
|
|
84
84
|
lazy-loader==0.4
|
|
85
85
|
# via scikit-image
|
|
86
|
-
maggma==0.
|
|
86
|
+
maggma==0.72.0
|
|
87
87
|
# via emmet-builders (setup.py)
|
|
88
88
|
matminer==0.9.3
|
|
89
89
|
# via
|
|
@@ -127,7 +127,7 @@ msgpack==1.1.1
|
|
|
127
127
|
# via
|
|
128
128
|
# maggma
|
|
129
129
|
# mmtf-python
|
|
130
|
-
narwhals==2.
|
|
130
|
+
narwhals==2.1.2
|
|
131
131
|
# via plotly
|
|
132
132
|
networkx==3.5
|
|
133
133
|
# via
|
|
@@ -151,6 +151,7 @@ numpy==1.26.4
|
|
|
151
151
|
# pymatgen
|
|
152
152
|
# pymatgen-analysis-defects
|
|
153
153
|
# pymatgen-analysis-diffusion
|
|
154
|
+
# pymatgen-io-validation
|
|
154
155
|
# rdkit
|
|
155
156
|
# robocrys
|
|
156
157
|
# scikit-image
|
|
@@ -164,7 +165,7 @@ numpy==1.26.4
|
|
|
164
165
|
# statsmodels
|
|
165
166
|
# tidynamics
|
|
166
167
|
# tifffile
|
|
167
|
-
orjson==3.11.
|
|
168
|
+
orjson==3.11.2
|
|
168
169
|
# via
|
|
169
170
|
# maggma
|
|
170
171
|
# pymatgen
|
|
@@ -198,7 +199,7 @@ pillow==11.3.0
|
|
|
198
199
|
# matplotlib
|
|
199
200
|
# rdkit
|
|
200
201
|
# scikit-image
|
|
201
|
-
plotly==6.
|
|
202
|
+
plotly==6.3.0
|
|
202
203
|
# via
|
|
203
204
|
# pymatgen
|
|
204
205
|
# solvation-analysis
|
|
@@ -219,12 +220,14 @@ pydantic==2.11.7
|
|
|
219
220
|
# emmet-core
|
|
220
221
|
# maggma
|
|
221
222
|
# pydantic-settings
|
|
223
|
+
# pymatgen-io-validation
|
|
222
224
|
pydantic-core==2.33.2
|
|
223
225
|
# via pydantic
|
|
224
226
|
pydantic-settings==2.10.1
|
|
225
227
|
# via
|
|
226
228
|
# emmet-core
|
|
227
229
|
# maggma
|
|
230
|
+
# pymatgen-io-validation
|
|
228
231
|
pydash==8.0.5
|
|
229
232
|
# via maggma
|
|
230
233
|
pygments==2.19.2
|
|
@@ -237,13 +240,16 @@ pymatgen==2025.6.14
|
|
|
237
240
|
# pymatgen-analysis-alloys
|
|
238
241
|
# pymatgen-analysis-defects
|
|
239
242
|
# pymatgen-analysis-diffusion
|
|
243
|
+
# pymatgen-io-validation
|
|
240
244
|
# robocrys
|
|
241
|
-
pymatgen-analysis-alloys==0.0.
|
|
245
|
+
pymatgen-analysis-alloys==0.0.8
|
|
242
246
|
# via emmet-core
|
|
243
247
|
pymatgen-analysis-defects==2025.1.18
|
|
244
248
|
# via emmet-core
|
|
245
249
|
pymatgen-analysis-diffusion==2024.7.15
|
|
246
250
|
# via emmet-core
|
|
251
|
+
pymatgen-io-validation==0.1.0
|
|
252
|
+
# via emmet-builders (setup.py)
|
|
247
253
|
pymongo==4.10.1
|
|
248
254
|
# via
|
|
249
255
|
# maggma
|
|
@@ -282,9 +288,10 @@ requests==2.32.4
|
|
|
282
288
|
# via
|
|
283
289
|
# matminer
|
|
284
290
|
# pymatgen
|
|
291
|
+
# pymatgen-io-validation
|
|
285
292
|
robocrys==0.2.11
|
|
286
293
|
# via emmet-core
|
|
287
|
-
rpds-py==0.
|
|
294
|
+
rpds-py==0.27.0
|
|
288
295
|
# via
|
|
289
296
|
# jsonschema
|
|
290
297
|
# referencing
|
|
@@ -317,7 +324,7 @@ seaborn==0.13.2
|
|
|
317
324
|
# via pymatgen-analysis-diffusion
|
|
318
325
|
seekpath==2.1.0
|
|
319
326
|
# via emmet-core
|
|
320
|
-
sentinels==1.
|
|
327
|
+
sentinels==1.1.1
|
|
321
328
|
# via mongomock
|
|
322
329
|
shapely==2.1.1
|
|
323
330
|
# via pymatgen-analysis-alloys
|
{emmet_builders-0.84.9 → emmet_builders-0.84.10}/requirements/ubuntu-latest_py3.11_extras.txt
RENAMED
|
@@ -8,7 +8,7 @@ aioitertools==0.12.0
|
|
|
8
8
|
# via maggma
|
|
9
9
|
annotated-types==0.7.0
|
|
10
10
|
# via pydantic
|
|
11
|
-
ase==3.
|
|
11
|
+
ase==3.26.0
|
|
12
12
|
# via
|
|
13
13
|
# matcalc
|
|
14
14
|
# pymatgen-analysis-diffusion
|
|
@@ -21,9 +21,9 @@ bcrypt==4.3.0
|
|
|
21
21
|
# via paramiko
|
|
22
22
|
bibtexparser==1.4.3
|
|
23
23
|
# via pymatgen
|
|
24
|
-
boto3==1.40.
|
|
24
|
+
boto3==1.40.11
|
|
25
25
|
# via maggma
|
|
26
|
-
botocore==1.40.
|
|
26
|
+
botocore==1.40.11
|
|
27
27
|
# via
|
|
28
28
|
# boto3
|
|
29
29
|
# s3transfer
|
|
@@ -37,7 +37,7 @@ cffi==1.17.1
|
|
|
37
37
|
# pynacl
|
|
38
38
|
cfgv==3.4.0
|
|
39
39
|
# via pre-commit
|
|
40
|
-
charset-normalizer==3.4.
|
|
40
|
+
charset-normalizer==3.4.3
|
|
41
41
|
# via requests
|
|
42
42
|
click==8.2.1
|
|
43
43
|
# via mkdocs
|
|
@@ -45,9 +45,9 @@ colorama==0.4.6
|
|
|
45
45
|
# via griffe
|
|
46
46
|
contourpy==1.3.3
|
|
47
47
|
# via matplotlib
|
|
48
|
-
coverage[toml]==7.10.
|
|
48
|
+
coverage[toml]==7.10.4
|
|
49
49
|
# via pytest-cov
|
|
50
|
-
cryptography==
|
|
50
|
+
cryptography==45.0.6
|
|
51
51
|
# via paramiko
|
|
52
52
|
csscompressor==0.9.5
|
|
53
53
|
# via mkdocs-minify-plugin
|
|
@@ -59,15 +59,15 @@ dnspython==2.7.0
|
|
|
59
59
|
# via
|
|
60
60
|
# maggma
|
|
61
61
|
# pymongo
|
|
62
|
-
emmet-core[all,ml]==0.84.
|
|
62
|
+
emmet-core[all,ml]==0.84.9
|
|
63
63
|
# via emmet-builders (setup.py)
|
|
64
|
-
filelock==3.
|
|
64
|
+
filelock==3.19.1
|
|
65
65
|
# via
|
|
66
66
|
# mdanalysis
|
|
67
67
|
# virtualenv
|
|
68
68
|
flake8==7.3.0
|
|
69
69
|
# via emmet-builders (setup.py)
|
|
70
|
-
fonttools==4.59.
|
|
70
|
+
fonttools==4.59.1
|
|
71
71
|
# via matplotlib
|
|
72
72
|
fsspec==2025.7.0
|
|
73
73
|
# via matcalc
|
|
@@ -75,7 +75,7 @@ ghp-import==2.1.0
|
|
|
75
75
|
# via mkdocs
|
|
76
76
|
griddataformats==1.0.2
|
|
77
77
|
# via mdanalysis
|
|
78
|
-
griffe==1.
|
|
78
|
+
griffe==1.12.1
|
|
79
79
|
# via mkdocstrings-python
|
|
80
80
|
h5py==3.14.0
|
|
81
81
|
# via
|
|
@@ -83,7 +83,7 @@ h5py==3.14.0
|
|
|
83
83
|
# phonopy
|
|
84
84
|
htmlmin2==0.1.13
|
|
85
85
|
# via mkdocs-minify-plugin
|
|
86
|
-
identify==2.6.
|
|
86
|
+
identify==2.6.13
|
|
87
87
|
# via pre-commit
|
|
88
88
|
idna==3.10
|
|
89
89
|
# via requests
|
|
@@ -116,11 +116,11 @@ jsmin==3.0.1
|
|
|
116
116
|
# via mkdocs-minify-plugin
|
|
117
117
|
jsonlines==4.0.0
|
|
118
118
|
# via maggma
|
|
119
|
-
jsonschema==4.25.
|
|
119
|
+
jsonschema==4.25.1
|
|
120
120
|
# via maggma
|
|
121
121
|
jsonschema-specifications==2025.4.1
|
|
122
122
|
# via jsonschema
|
|
123
|
-
kiwisolver==1.4.
|
|
123
|
+
kiwisolver==1.4.9
|
|
124
124
|
# via matplotlib
|
|
125
125
|
latexcodec==3.0.1
|
|
126
126
|
# via pybtex
|
|
@@ -128,7 +128,7 @@ lazy-loader==0.4
|
|
|
128
128
|
# via scikit-image
|
|
129
129
|
livereload==2.7.1
|
|
130
130
|
# via emmet-builders (setup.py)
|
|
131
|
-
maggma==0.
|
|
131
|
+
maggma==0.72.0
|
|
132
132
|
# via emmet-builders (setup.py)
|
|
133
133
|
markdown==3.8.2
|
|
134
134
|
# via
|
|
@@ -203,7 +203,7 @@ mkdocstrings[python]==0.30.0
|
|
|
203
203
|
# via
|
|
204
204
|
# emmet-builders (setup.py)
|
|
205
205
|
# mkdocstrings-python
|
|
206
|
-
mkdocstrings-python==1.
|
|
206
|
+
mkdocstrings-python==1.17.0
|
|
207
207
|
# via mkdocstrings
|
|
208
208
|
mmtf-python==1.1.3
|
|
209
209
|
# via mdanalysis
|
|
@@ -234,7 +234,7 @@ mypy-extensions==1.1.0
|
|
|
234
234
|
# via
|
|
235
235
|
# emmet-builders (setup.py)
|
|
236
236
|
# mypy
|
|
237
|
-
narwhals==2.
|
|
237
|
+
narwhals==2.1.2
|
|
238
238
|
# via plotly
|
|
239
239
|
natsort==8.4.0
|
|
240
240
|
# via mkdocs-awesome-pages-plugin
|
|
@@ -266,6 +266,7 @@ numpy==1.26.4
|
|
|
266
266
|
# pymatgen
|
|
267
267
|
# pymatgen-analysis-defects
|
|
268
268
|
# pymatgen-analysis-diffusion
|
|
269
|
+
# pymatgen-io-validation
|
|
269
270
|
# rdkit
|
|
270
271
|
# robocrys
|
|
271
272
|
# scikit-image
|
|
@@ -280,7 +281,7 @@ numpy==1.26.4
|
|
|
280
281
|
# symfc
|
|
281
282
|
# tidynamics
|
|
282
283
|
# tifffile
|
|
283
|
-
orjson==3.11.
|
|
284
|
+
orjson==3.11.2
|
|
284
285
|
# via
|
|
285
286
|
# maggma
|
|
286
287
|
# pymatgen
|
|
@@ -313,9 +314,9 @@ pathspec==0.12.1
|
|
|
313
314
|
# mypy
|
|
314
315
|
patsy==1.0.1
|
|
315
316
|
# via statsmodels
|
|
316
|
-
phono3py==3.19.
|
|
317
|
+
phono3py==3.19.2
|
|
317
318
|
# via matcalc
|
|
318
|
-
phonopy==2.43.
|
|
319
|
+
phonopy==2.43.1
|
|
319
320
|
# via
|
|
320
321
|
# matcalc
|
|
321
322
|
# phono3py
|
|
@@ -329,7 +330,7 @@ platformdirs==4.3.8
|
|
|
329
330
|
# via
|
|
330
331
|
# mkdocs-get-deps
|
|
331
332
|
# virtualenv
|
|
332
|
-
plotly==6.
|
|
333
|
+
plotly==6.3.0
|
|
333
334
|
# via
|
|
334
335
|
# pymatgen
|
|
335
336
|
# solvation-analysis
|
|
@@ -337,7 +338,7 @@ pluggy==1.6.0
|
|
|
337
338
|
# via
|
|
338
339
|
# pytest
|
|
339
340
|
# pytest-cov
|
|
340
|
-
pre-commit==4.
|
|
341
|
+
pre-commit==4.3.0
|
|
341
342
|
# via emmet-builders (setup.py)
|
|
342
343
|
pubchempy==1.0.4
|
|
343
344
|
# via robocrys
|
|
@@ -358,12 +359,14 @@ pydantic==2.11.7
|
|
|
358
359
|
# emmet-core
|
|
359
360
|
# maggma
|
|
360
361
|
# pydantic-settings
|
|
362
|
+
# pymatgen-io-validation
|
|
361
363
|
pydantic-core==2.33.2
|
|
362
364
|
# via pydantic
|
|
363
365
|
pydantic-settings==2.10.1
|
|
364
366
|
# via
|
|
365
367
|
# emmet-core
|
|
366
368
|
# maggma
|
|
369
|
+
# pymatgen-io-validation
|
|
367
370
|
pydash==8.0.5
|
|
368
371
|
# via maggma
|
|
369
372
|
pydocstyle==6.3.0
|
|
@@ -383,13 +386,16 @@ pymatgen==2025.6.14
|
|
|
383
386
|
# pymatgen-analysis-alloys
|
|
384
387
|
# pymatgen-analysis-defects
|
|
385
388
|
# pymatgen-analysis-diffusion
|
|
389
|
+
# pymatgen-io-validation
|
|
386
390
|
# robocrys
|
|
387
|
-
pymatgen-analysis-alloys==0.0.
|
|
391
|
+
pymatgen-analysis-alloys==0.0.8
|
|
388
392
|
# via emmet-core
|
|
389
393
|
pymatgen-analysis-defects==2025.1.18
|
|
390
394
|
# via emmet-core
|
|
391
395
|
pymatgen-analysis-diffusion==2024.7.15
|
|
392
396
|
# via emmet-core
|
|
397
|
+
pymatgen-io-validation==0.1.0
|
|
398
|
+
# via emmet-builders (setup.py)
|
|
393
399
|
pymdown-extensions==10.16.1
|
|
394
400
|
# via
|
|
395
401
|
# mkdocs-material
|
|
@@ -449,9 +455,10 @@ requests==2.32.4
|
|
|
449
455
|
# via
|
|
450
456
|
# matminer
|
|
451
457
|
# pymatgen
|
|
458
|
+
# pymatgen-io-validation
|
|
452
459
|
robocrys==0.2.11
|
|
453
460
|
# via emmet-core
|
|
454
|
-
rpds-py==0.
|
|
461
|
+
rpds-py==0.27.0
|
|
455
462
|
# via
|
|
456
463
|
# jsonschema
|
|
457
464
|
# referencing
|
|
@@ -488,7 +495,7 @@ seaborn==0.13.2
|
|
|
488
495
|
# via pymatgen-analysis-diffusion
|
|
489
496
|
seekpath==2.1.0
|
|
490
497
|
# via emmet-core
|
|
491
|
-
sentinels==1.
|
|
498
|
+
sentinels==1.1.1
|
|
492
499
|
# via mongomock
|
|
493
500
|
shapely==2.1.1
|
|
494
501
|
# via pymatgen-analysis-alloys
|
|
@@ -528,7 +535,7 @@ tidynamics==1.1.2
|
|
|
528
535
|
# via transport-analysis
|
|
529
536
|
tifffile==2025.6.11
|
|
530
537
|
# via scikit-image
|
|
531
|
-
tornado==6.5.
|
|
538
|
+
tornado==6.5.2
|
|
532
539
|
# via livereload
|
|
533
540
|
tqdm==4.67.1
|
|
534
541
|
# via
|
|
@@ -542,9 +549,9 @@ transport-analysis==0.1.2
|
|
|
542
549
|
# emmet-core
|
|
543
550
|
typeguard==4.4.4
|
|
544
551
|
# via inflect
|
|
545
|
-
types-requests==2.32.4.
|
|
552
|
+
types-requests==2.32.4.20250809
|
|
546
553
|
# via emmet-builders (setup.py)
|
|
547
|
-
types-setuptools==80.9.0.
|
|
554
|
+
types-setuptools==80.9.0.20250809
|
|
548
555
|
# via emmet-builders (setup.py)
|
|
549
556
|
typing-extensions==4.14.1
|
|
550
557
|
# via
|
|
@@ -570,7 +577,7 @@ urllib3==2.5.0
|
|
|
570
577
|
# botocore
|
|
571
578
|
# requests
|
|
572
579
|
# types-requests
|
|
573
|
-
virtualenv==20.
|
|
580
|
+
virtualenv==20.34.0
|
|
574
581
|
# via pre-commit
|
|
575
582
|
watchdog==6.0.0
|
|
576
583
|
# via mkdocs
|
|
@@ -8,7 +8,7 @@ aioitertools==0.12.0
|
|
|
8
8
|
# via maggma
|
|
9
9
|
annotated-types==0.7.0
|
|
10
10
|
# via pydantic
|
|
11
|
-
ase==3.
|
|
11
|
+
ase==3.26.0
|
|
12
12
|
# via pymatgen-analysis-diffusion
|
|
13
13
|
attrs==25.3.0
|
|
14
14
|
# via
|
|
@@ -19,9 +19,9 @@ bcrypt==4.3.0
|
|
|
19
19
|
# via paramiko
|
|
20
20
|
bibtexparser==1.4.3
|
|
21
21
|
# via pymatgen
|
|
22
|
-
boto3==1.40.
|
|
22
|
+
boto3==1.40.11
|
|
23
23
|
# via maggma
|
|
24
|
-
botocore==1.40.
|
|
24
|
+
botocore==1.40.11
|
|
25
25
|
# via
|
|
26
26
|
# boto3
|
|
27
27
|
# s3transfer
|
|
@@ -31,11 +31,11 @@ cffi==1.17.1
|
|
|
31
31
|
# via
|
|
32
32
|
# cryptography
|
|
33
33
|
# pynacl
|
|
34
|
-
charset-normalizer==3.4.
|
|
34
|
+
charset-normalizer==3.4.3
|
|
35
35
|
# via requests
|
|
36
36
|
contourpy==1.3.3
|
|
37
37
|
# via matplotlib
|
|
38
|
-
cryptography==
|
|
38
|
+
cryptography==45.0.6
|
|
39
39
|
# via paramiko
|
|
40
40
|
cycler==0.12.1
|
|
41
41
|
# via matplotlib
|
|
@@ -43,11 +43,11 @@ dnspython==2.7.0
|
|
|
43
43
|
# via
|
|
44
44
|
# maggma
|
|
45
45
|
# pymongo
|
|
46
|
-
emmet-core[all]==0.84.
|
|
46
|
+
emmet-core[all]==0.84.9
|
|
47
47
|
# via emmet-builders (setup.py)
|
|
48
|
-
filelock==3.
|
|
48
|
+
filelock==3.19.1
|
|
49
49
|
# via mdanalysis
|
|
50
|
-
fonttools==4.59.
|
|
50
|
+
fonttools==4.59.1
|
|
51
51
|
# via matplotlib
|
|
52
52
|
griddataformats==1.0.2
|
|
53
53
|
# via mdanalysis
|
|
@@ -73,17 +73,17 @@ joblib==1.5.1
|
|
|
73
73
|
# scikit-learn
|
|
74
74
|
jsonlines==4.0.0
|
|
75
75
|
# via maggma
|
|
76
|
-
jsonschema==4.25.
|
|
76
|
+
jsonschema==4.25.1
|
|
77
77
|
# via maggma
|
|
78
78
|
jsonschema-specifications==2025.4.1
|
|
79
79
|
# via jsonschema
|
|
80
|
-
kiwisolver==1.4.
|
|
80
|
+
kiwisolver==1.4.9
|
|
81
81
|
# via matplotlib
|
|
82
82
|
latexcodec==3.0.1
|
|
83
83
|
# via pybtex
|
|
84
84
|
lazy-loader==0.4
|
|
85
85
|
# via scikit-image
|
|
86
|
-
maggma==0.
|
|
86
|
+
maggma==0.72.0
|
|
87
87
|
# via emmet-builders (setup.py)
|
|
88
88
|
matminer==0.9.3
|
|
89
89
|
# via
|
|
@@ -127,7 +127,7 @@ msgpack==1.1.1
|
|
|
127
127
|
# via
|
|
128
128
|
# maggma
|
|
129
129
|
# mmtf-python
|
|
130
|
-
narwhals==2.
|
|
130
|
+
narwhals==2.1.2
|
|
131
131
|
# via plotly
|
|
132
132
|
networkx==3.5
|
|
133
133
|
# via
|
|
@@ -151,6 +151,7 @@ numpy==1.26.4
|
|
|
151
151
|
# pymatgen
|
|
152
152
|
# pymatgen-analysis-defects
|
|
153
153
|
# pymatgen-analysis-diffusion
|
|
154
|
+
# pymatgen-io-validation
|
|
154
155
|
# rdkit
|
|
155
156
|
# robocrys
|
|
156
157
|
# scikit-image
|
|
@@ -164,7 +165,7 @@ numpy==1.26.4
|
|
|
164
165
|
# statsmodels
|
|
165
166
|
# tidynamics
|
|
166
167
|
# tifffile
|
|
167
|
-
orjson==3.11.
|
|
168
|
+
orjson==3.11.2
|
|
168
169
|
# via
|
|
169
170
|
# maggma
|
|
170
171
|
# pymatgen
|
|
@@ -198,7 +199,7 @@ pillow==11.3.0
|
|
|
198
199
|
# matplotlib
|
|
199
200
|
# rdkit
|
|
200
201
|
# scikit-image
|
|
201
|
-
plotly==6.
|
|
202
|
+
plotly==6.3.0
|
|
202
203
|
# via
|
|
203
204
|
# pymatgen
|
|
204
205
|
# solvation-analysis
|
|
@@ -219,12 +220,14 @@ pydantic==2.11.7
|
|
|
219
220
|
# emmet-core
|
|
220
221
|
# maggma
|
|
221
222
|
# pydantic-settings
|
|
223
|
+
# pymatgen-io-validation
|
|
222
224
|
pydantic-core==2.33.2
|
|
223
225
|
# via pydantic
|
|
224
226
|
pydantic-settings==2.10.1
|
|
225
227
|
# via
|
|
226
228
|
# emmet-core
|
|
227
229
|
# maggma
|
|
230
|
+
# pymatgen-io-validation
|
|
228
231
|
pydash==8.0.5
|
|
229
232
|
# via maggma
|
|
230
233
|
pygments==2.19.2
|
|
@@ -237,13 +240,16 @@ pymatgen==2025.6.14
|
|
|
237
240
|
# pymatgen-analysis-alloys
|
|
238
241
|
# pymatgen-analysis-defects
|
|
239
242
|
# pymatgen-analysis-diffusion
|
|
243
|
+
# pymatgen-io-validation
|
|
240
244
|
# robocrys
|
|
241
|
-
pymatgen-analysis-alloys==0.0.
|
|
245
|
+
pymatgen-analysis-alloys==0.0.8
|
|
242
246
|
# via emmet-core
|
|
243
247
|
pymatgen-analysis-defects==2025.1.18
|
|
244
248
|
# via emmet-core
|
|
245
249
|
pymatgen-analysis-diffusion==2024.7.15
|
|
246
250
|
# via emmet-core
|
|
251
|
+
pymatgen-io-validation==0.1.0
|
|
252
|
+
# via emmet-builders (setup.py)
|
|
247
253
|
pymongo==4.10.1
|
|
248
254
|
# via
|
|
249
255
|
# maggma
|
|
@@ -282,9 +288,10 @@ requests==2.32.4
|
|
|
282
288
|
# via
|
|
283
289
|
# matminer
|
|
284
290
|
# pymatgen
|
|
291
|
+
# pymatgen-io-validation
|
|
285
292
|
robocrys==0.2.11
|
|
286
293
|
# via emmet-core
|
|
287
|
-
rpds-py==0.
|
|
294
|
+
rpds-py==0.27.0
|
|
288
295
|
# via
|
|
289
296
|
# jsonschema
|
|
290
297
|
# referencing
|
|
@@ -317,7 +324,7 @@ seaborn==0.13.2
|
|
|
317
324
|
# via pymatgen-analysis-diffusion
|
|
318
325
|
seekpath==2.1.0
|
|
319
326
|
# via emmet-core
|
|
320
|
-
sentinels==1.
|
|
327
|
+
sentinels==1.1.1
|
|
321
328
|
# via mongomock
|
|
322
329
|
shapely==2.1.1
|
|
323
330
|
# via pymatgen-analysis-alloys
|