emmet-builders 0.84.6rc5__tar.gz → 0.84.7__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.
- {emmet_builders-0.84.6rc5/emmet_builders.egg-info → emmet_builders-0.84.7}/PKG-INFO +2 -2
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/materials/ml.py +19 -3
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/vasp/materials.py +1 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7/emmet_builders.egg-info}/PKG-INFO +2 -2
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet_builders.egg-info/SOURCES.txt +2 -2
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/requirements/ubuntu-latest_py3.11.txt +76 -92
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/requirements/ubuntu-latest_py3.11_extras.txt +134 -149
- emmet_builders-0.84.6rc5/requirements/ubuntu-latest_py3.10.txt → emmet_builders-0.84.7/requirements/ubuntu-latest_py3.12.txt +78 -98
- emmet_builders-0.84.6rc5/requirements/ubuntu-latest_py3.10_extras.txt → emmet_builders-0.84.7/requirements/ubuntu-latest_py3.12_extras.txt +136 -162
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/MANIFEST.in +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/__init__.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/abinit/__init__.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/abinit/phonon.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/abinit/sound_velocity.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/feff/__init__.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/feff/xas.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/materials/__init__.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/materials/absorption_spectrum.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/materials/alloys.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/materials/basic_descriptors.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/materials/bonds.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/materials/chemenv.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/materials/corrected_entries.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/materials/dielectric.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/materials/elasticity.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/materials/electrodes.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/materials/electronic_structure.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/materials/magnetism.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/materials/optimade.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/materials/oxidation_states.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/materials/piezoelectric.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/materials/provenance.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/materials/robocrys.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/materials/similarity.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/materials/substrates.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/materials/summary.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/materials/thermo.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/matscholar/missing_compositions.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/mobility/__init__.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/mobility/migration_graph.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/molecules/__init__.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/molecules/atomic.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/molecules/bonds.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/molecules/electric.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/molecules/metal_binding.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/molecules/orbitals.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/molecules/redox.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/molecules/summary.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/molecules/thermo.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/molecules/trajectory.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/molecules/vibration.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/qchem/__init__.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/qchem/molecules.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/settings.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/utils.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/vasp/__init__.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/vasp/mp_potcar_stats.json.gz +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet/builders/vasp/task_validator.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet_builders.egg-info/dependency_links.txt +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet_builders.egg-info/not-zip-safe +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet_builders.egg-info/requires.txt +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/emmet_builders.egg-info/top_level.txt +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/requirements/deployment.txt +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/setup.cfg +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/setup.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/tests/__init__.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/tests/conftest.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/tests/molecules/__init__.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/tests/molecules/test_atomic.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/tests/molecules/test_bonds.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/tests/molecules/test_electric.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/tests/molecules/test_metal_binding.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/tests/molecules/test_orbitals.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/tests/molecules/test_redox.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/tests/molecules/test_summary.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/tests/molecules/test_thermo.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/tests/molecules/test_trajectory.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/tests/molecules/test_vibration.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/tests/test_absorption.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/tests/test_basic_descriptors.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/tests/test_chemenv.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/tests/test_corrected_entries_thermo.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/tests/test_dielectric.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/tests/test_elasticity.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/tests/test_electronic_structure.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/tests/test_magnetism.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/tests/test_materials.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/tests/test_ml.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/tests/test_mobility.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/tests/test_oxidation.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/tests/test_piezoelectric.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/tests/test_qchem.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/tests/test_similarity.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/tests/test_summary.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/tests/test_utils.py +0 -0
- {emmet_builders-0.84.6rc5 → emmet_builders-0.84.7}/tests/test_vasp.py +0 -0
|
@@ -3,14 +3,26 @@ from typing import TYPE_CHECKING, Optional, Union
|
|
|
3
3
|
|
|
4
4
|
from maggma.builders.map_builder import MapBuilder
|
|
5
5
|
from maggma.core import Store
|
|
6
|
-
|
|
6
|
+
|
|
7
|
+
try:
|
|
8
|
+
from matcalc import PESCalculator
|
|
9
|
+
|
|
10
|
+
matcalc_installed = True
|
|
11
|
+
except ImportError:
|
|
12
|
+
matcalc_installed = False
|
|
13
|
+
|
|
7
14
|
from pymatgen.core import Structure
|
|
8
15
|
|
|
9
16
|
from emmet.core.ml import MLDoc
|
|
10
17
|
from emmet.core.utils import jsanitize
|
|
11
18
|
|
|
12
19
|
if TYPE_CHECKING:
|
|
13
|
-
|
|
20
|
+
try:
|
|
21
|
+
from ase.calculators.calculator import Calculator
|
|
22
|
+
|
|
23
|
+
ase_installed = True
|
|
24
|
+
except ImportError:
|
|
25
|
+
ase_installed = False
|
|
14
26
|
|
|
15
27
|
|
|
16
28
|
class MLBuilder(MapBuilder):
|
|
@@ -40,10 +52,14 @@ class MLBuilder(MapBuilder):
|
|
|
40
52
|
MLDocs. Will be saved in each document so use sparingly. Defaults to None.
|
|
41
53
|
Set to {} to disable default provenance model, version, matcalc_version.
|
|
42
54
|
"""
|
|
55
|
+
|
|
56
|
+
if not matcalc_installed or not ase_installed:
|
|
57
|
+
raise ImportError("Please `pip install matcalc` to use the MLBuilder.")
|
|
58
|
+
|
|
43
59
|
self.materials = materials
|
|
44
60
|
self.ml_potential = ml_potential
|
|
45
61
|
self.kwargs = kwargs
|
|
46
|
-
self.model =
|
|
62
|
+
self.model = PESCalculator.load_universal(model, **(model_kwargs or {}))
|
|
47
63
|
self.prop_kwargs = prop_kwargs or {}
|
|
48
64
|
|
|
49
65
|
if provenance == {}:
|
|
@@ -186,6 +186,7 @@ class MaterialsBuilder(Builder):
|
|
|
186
186
|
# needed for run_type and task_type
|
|
187
187
|
"calcs_reversed.input.parameters",
|
|
188
188
|
"calcs_reversed.input.incar",
|
|
189
|
+
"calcs_reversed.run_type",
|
|
189
190
|
"orig_inputs",
|
|
190
191
|
"input.structure",
|
|
191
192
|
# needed for entry from task_doc
|
|
@@ -57,10 +57,10 @@ emmet_builders.egg-info/not-zip-safe
|
|
|
57
57
|
emmet_builders.egg-info/requires.txt
|
|
58
58
|
emmet_builders.egg-info/top_level.txt
|
|
59
59
|
requirements/deployment.txt
|
|
60
|
-
requirements/ubuntu-latest_py3.10.txt
|
|
61
|
-
requirements/ubuntu-latest_py3.10_extras.txt
|
|
62
60
|
requirements/ubuntu-latest_py3.11.txt
|
|
63
61
|
requirements/ubuntu-latest_py3.11_extras.txt
|
|
62
|
+
requirements/ubuntu-latest_py3.12.txt
|
|
63
|
+
requirements/ubuntu-latest_py3.12_extras.txt
|
|
64
64
|
tests/__init__.py
|
|
65
65
|
tests/conftest.py
|
|
66
66
|
tests/test_absorption.py
|
|
@@ -8,34 +8,34 @@ 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.25.0
|
|
12
12
|
# via
|
|
13
13
|
# matcalc
|
|
14
14
|
# pymatgen-analysis-diffusion
|
|
15
|
-
attrs==25.
|
|
15
|
+
attrs==25.3.0
|
|
16
16
|
# via
|
|
17
17
|
# jsonlines
|
|
18
18
|
# jsonschema
|
|
19
19
|
# referencing
|
|
20
|
-
bcrypt==4.
|
|
20
|
+
bcrypt==4.3.0
|
|
21
21
|
# via paramiko
|
|
22
|
-
boto3==1.
|
|
22
|
+
boto3==1.38.35
|
|
23
23
|
# via maggma
|
|
24
|
-
botocore==1.
|
|
24
|
+
botocore==1.38.35
|
|
25
25
|
# via
|
|
26
26
|
# boto3
|
|
27
27
|
# s3transfer
|
|
28
|
-
certifi==2025.
|
|
28
|
+
certifi==2025.4.26
|
|
29
29
|
# via requests
|
|
30
30
|
cffi==1.17.1
|
|
31
31
|
# via
|
|
32
32
|
# cryptography
|
|
33
33
|
# pynacl
|
|
34
|
-
charset-normalizer==3.4.
|
|
34
|
+
charset-normalizer==3.4.2
|
|
35
35
|
# via requests
|
|
36
|
-
contourpy==1.3.
|
|
36
|
+
contourpy==1.3.2
|
|
37
37
|
# via matplotlib
|
|
38
|
-
cryptography==
|
|
38
|
+
cryptography==45.0.4
|
|
39
39
|
# via paramiko
|
|
40
40
|
cycler==0.12.1
|
|
41
41
|
# via matplotlib
|
|
@@ -43,17 +43,17 @@ dnspython==2.7.0
|
|
|
43
43
|
# via
|
|
44
44
|
# maggma
|
|
45
45
|
# pymongo
|
|
46
|
-
emmet-core[all]==0.84.
|
|
47
|
-
# via
|
|
48
|
-
|
|
49
|
-
# mp-api
|
|
50
|
-
fasteners==0.19
|
|
46
|
+
emmet-core[all]==0.84.6
|
|
47
|
+
# via emmet-builders (setup.py)
|
|
48
|
+
filelock==3.18.0
|
|
51
49
|
# via mdanalysis
|
|
52
|
-
fonttools==4.
|
|
50
|
+
fonttools==4.58.2
|
|
53
51
|
# via matplotlib
|
|
52
|
+
fsspec==2025.5.1
|
|
53
|
+
# via matcalc
|
|
54
54
|
griddataformats==1.0.2
|
|
55
55
|
# via mdanalysis
|
|
56
|
-
h5py==3.
|
|
56
|
+
h5py==3.14.0
|
|
57
57
|
# via phonopy
|
|
58
58
|
idna==3.10
|
|
59
59
|
# via requests
|
|
@@ -61,13 +61,13 @@ imageio==2.37.0
|
|
|
61
61
|
# via scikit-image
|
|
62
62
|
inflect==7.5.0
|
|
63
63
|
# via robocrys
|
|
64
|
-
iniconfig==2.
|
|
64
|
+
iniconfig==2.1.0
|
|
65
65
|
# via pytest
|
|
66
66
|
jmespath==1.0.1
|
|
67
67
|
# via
|
|
68
68
|
# boto3
|
|
69
69
|
# botocore
|
|
70
|
-
joblib==1.
|
|
70
|
+
joblib==1.5.1
|
|
71
71
|
# via
|
|
72
72
|
# matcalc
|
|
73
73
|
# mdanalysis
|
|
@@ -76,9 +76,9 @@ joblib==1.4.2
|
|
|
76
76
|
# scikit-learn
|
|
77
77
|
jsonlines==4.0.0
|
|
78
78
|
# via maggma
|
|
79
|
-
jsonschema==4.
|
|
79
|
+
jsonschema==4.24.0
|
|
80
80
|
# via maggma
|
|
81
|
-
jsonschema-specifications==
|
|
81
|
+
jsonschema-specifications==2025.4.1
|
|
82
82
|
# via jsonschema
|
|
83
83
|
kiwisolver==1.4.8
|
|
84
84
|
# via matplotlib
|
|
@@ -86,53 +86,42 @@ latexcodec==3.0.0
|
|
|
86
86
|
# via pybtex
|
|
87
87
|
lazy-loader==0.4
|
|
88
88
|
# via scikit-image
|
|
89
|
-
maggma==0.71.
|
|
90
|
-
# via
|
|
91
|
-
|
|
92
|
-
# mp-api
|
|
93
|
-
matcalc==0.0.4
|
|
89
|
+
maggma==0.71.5
|
|
90
|
+
# via emmet-builders (setup.py)
|
|
91
|
+
matcalc==0.3.1
|
|
94
92
|
# via emmet-core
|
|
95
93
|
matminer==0.9.3
|
|
96
94
|
# via
|
|
97
95
|
# emmet-builders (setup.py)
|
|
98
96
|
# robocrys
|
|
99
|
-
matplotlib==3.10.
|
|
97
|
+
matplotlib==3.10.3
|
|
100
98
|
# via
|
|
101
99
|
# ase
|
|
102
100
|
# mdanalysis
|
|
103
|
-
# pathsimanalysis
|
|
104
101
|
# phonopy
|
|
105
102
|
# pymatgen
|
|
106
103
|
# seaborn
|
|
107
104
|
# solvation-analysis
|
|
108
105
|
mda-xdrlib==0.2.0
|
|
109
106
|
# via mdanalysis
|
|
110
|
-
|
|
111
|
-
# via mdanalysis
|
|
112
|
-
mdanalysis==2.8.0
|
|
107
|
+
mdanalysis==2.9.0
|
|
113
108
|
# via
|
|
114
109
|
# emmet-builders (setup.py)
|
|
115
110
|
# emmet-core
|
|
116
|
-
# mdahole2
|
|
117
|
-
# pathsimanalysis
|
|
118
111
|
# solvation-analysis
|
|
119
|
-
# waterdynamics
|
|
120
112
|
mmtf-python==1.1.3
|
|
121
113
|
# via mdanalysis
|
|
122
114
|
mongomock==4.3.0
|
|
123
115
|
# via maggma
|
|
124
|
-
monty==2025.
|
|
116
|
+
monty==2025.3.3
|
|
125
117
|
# via
|
|
126
118
|
# emmet-core
|
|
127
119
|
# maggma
|
|
128
120
|
# matminer
|
|
129
|
-
# mp-api
|
|
130
121
|
# pymatgen
|
|
131
122
|
# robocrys
|
|
132
|
-
more-itertools==10.
|
|
123
|
+
more-itertools==10.7.0
|
|
133
124
|
# via inflect
|
|
134
|
-
mp-api==0.45.2
|
|
135
|
-
# via robocrys
|
|
136
125
|
mp-pyrho==0.4.5
|
|
137
126
|
# via pymatgen-analysis-defects
|
|
138
127
|
mpmath==1.3.0
|
|
@@ -143,10 +132,9 @@ msgpack==1.1.0
|
|
|
143
132
|
# via
|
|
144
133
|
# maggma
|
|
145
134
|
# mmtf-python
|
|
146
|
-
|
|
147
|
-
narwhals==1.27.1
|
|
135
|
+
narwhals==1.42.0
|
|
148
136
|
# via plotly
|
|
149
|
-
networkx==3.
|
|
137
|
+
networkx==3.5
|
|
150
138
|
# via
|
|
151
139
|
# pymatgen
|
|
152
140
|
# robocrys
|
|
@@ -155,18 +143,17 @@ numpy==1.26.4
|
|
|
155
143
|
# via
|
|
156
144
|
# ase
|
|
157
145
|
# contourpy
|
|
158
|
-
# emmet-core
|
|
159
146
|
# griddataformats
|
|
160
147
|
# h5py
|
|
161
148
|
# imageio
|
|
162
149
|
# maggma
|
|
150
|
+
# matcalc
|
|
163
151
|
# matminer
|
|
164
152
|
# matplotlib
|
|
165
153
|
# mdanalysis
|
|
166
154
|
# monty
|
|
167
155
|
# mrcfile
|
|
168
156
|
# pandas
|
|
169
|
-
# pathsimanalysis
|
|
170
157
|
# patsy
|
|
171
158
|
# phonopy
|
|
172
159
|
# pymatgen
|
|
@@ -185,10 +172,9 @@ numpy==1.26.4
|
|
|
185
172
|
# statsmodels
|
|
186
173
|
# symfc
|
|
187
174
|
# tifffile
|
|
188
|
-
|
|
189
|
-
orjson==3.10.15
|
|
175
|
+
orjson==3.10.18
|
|
190
176
|
# via maggma
|
|
191
|
-
packaging==
|
|
177
|
+
packaging==25.0
|
|
192
178
|
# via
|
|
193
179
|
# lazy-loader
|
|
194
180
|
# matplotlib
|
|
@@ -200,7 +186,7 @@ packaging==24.2
|
|
|
200
186
|
# statsmodels
|
|
201
187
|
palettable==3.3.3
|
|
202
188
|
# via pymatgen
|
|
203
|
-
pandas==2.
|
|
189
|
+
pandas==2.3.0
|
|
204
190
|
# via
|
|
205
191
|
# maggma
|
|
206
192
|
# matminer
|
|
@@ -210,23 +196,21 @@ pandas==2.2.3
|
|
|
210
196
|
# statsmodels
|
|
211
197
|
paramiko==3.5.1
|
|
212
198
|
# via sshtunnel
|
|
213
|
-
pathsimanalysis==1.2.0
|
|
214
|
-
# via mdanalysis
|
|
215
199
|
patsy==1.0.1
|
|
216
200
|
# via statsmodels
|
|
217
|
-
phonopy==2.
|
|
201
|
+
phonopy==2.39.0
|
|
218
202
|
# via matcalc
|
|
219
|
-
pillow==11.1
|
|
203
|
+
pillow==11.2.1
|
|
220
204
|
# via
|
|
221
205
|
# imageio
|
|
222
206
|
# matplotlib
|
|
223
207
|
# rdkit
|
|
224
208
|
# scikit-image
|
|
225
|
-
plotly==6.
|
|
209
|
+
plotly==6.1.2
|
|
226
210
|
# via
|
|
227
211
|
# pymatgen
|
|
228
212
|
# solvation-analysis
|
|
229
|
-
pluggy==1.
|
|
213
|
+
pluggy==1.6.0
|
|
230
214
|
# via pytest
|
|
231
215
|
pubchempy==1.0.4
|
|
232
216
|
# via robocrys
|
|
@@ -237,25 +221,26 @@ pybtex==0.24.0
|
|
|
237
221
|
# robocrys
|
|
238
222
|
pycparser==2.22
|
|
239
223
|
# via cffi
|
|
240
|
-
pydantic==2.
|
|
224
|
+
pydantic==2.11.5
|
|
241
225
|
# via
|
|
242
226
|
# emmet-core
|
|
243
227
|
# maggma
|
|
244
228
|
# pydantic-settings
|
|
245
|
-
pydantic-core==2.
|
|
229
|
+
pydantic-core==2.33.2
|
|
246
230
|
# via pydantic
|
|
247
|
-
pydantic-settings==2.
|
|
231
|
+
pydantic-settings==2.9.1
|
|
248
232
|
# via
|
|
249
233
|
# emmet-core
|
|
250
234
|
# maggma
|
|
251
235
|
pydash==8.0.5
|
|
252
236
|
# via maggma
|
|
253
|
-
|
|
237
|
+
pygments==2.19.1
|
|
238
|
+
# via pytest
|
|
239
|
+
pymatgen==2025.1.9
|
|
254
240
|
# via
|
|
255
241
|
# emmet-core
|
|
256
242
|
# matcalc
|
|
257
243
|
# matminer
|
|
258
|
-
# mp-api
|
|
259
244
|
# mp-pyrho
|
|
260
245
|
# pymatgen-analysis-alloys
|
|
261
246
|
# pymatgen-analysis-defects
|
|
@@ -273,9 +258,9 @@ pymongo==4.10.1
|
|
|
273
258
|
# matminer
|
|
274
259
|
pynacl==1.5.0
|
|
275
260
|
# via paramiko
|
|
276
|
-
pyparsing==3.2.
|
|
261
|
+
pyparsing==3.2.3
|
|
277
262
|
# via matplotlib
|
|
278
|
-
pytest==8.
|
|
263
|
+
pytest==8.4.0
|
|
279
264
|
# via solvation-analysis
|
|
280
265
|
python-dateutil==2.9.0.post0
|
|
281
266
|
# via
|
|
@@ -283,9 +268,9 @@ python-dateutil==2.9.0.post0
|
|
|
283
268
|
# maggma
|
|
284
269
|
# matplotlib
|
|
285
270
|
# pandas
|
|
286
|
-
python-dotenv==1.0
|
|
271
|
+
python-dotenv==1.1.0
|
|
287
272
|
# via pydantic-settings
|
|
288
|
-
pytz==2025.
|
|
273
|
+
pytz==2025.2
|
|
289
274
|
# via
|
|
290
275
|
# mongomock
|
|
291
276
|
# pandas
|
|
@@ -293,26 +278,25 @@ pyyaml==6.0.2
|
|
|
293
278
|
# via
|
|
294
279
|
# phonopy
|
|
295
280
|
# pybtex
|
|
296
|
-
pyzmq==26.
|
|
281
|
+
pyzmq==26.4.0
|
|
297
282
|
# via maggma
|
|
298
|
-
rdkit==
|
|
283
|
+
rdkit==2025.3.2
|
|
299
284
|
# via solvation-analysis
|
|
300
285
|
referencing==0.36.2
|
|
301
286
|
# via
|
|
302
287
|
# jsonschema
|
|
303
288
|
# jsonschema-specifications
|
|
304
|
-
requests==2.32.
|
|
289
|
+
requests==2.32.4
|
|
305
290
|
# via
|
|
306
291
|
# matminer
|
|
307
|
-
# mp-api
|
|
308
292
|
# pymatgen
|
|
309
|
-
robocrys==0.2.
|
|
293
|
+
robocrys==0.2.11
|
|
310
294
|
# via emmet-core
|
|
311
|
-
rpds-py==0.
|
|
295
|
+
rpds-py==0.25.1
|
|
312
296
|
# via
|
|
313
297
|
# jsonschema
|
|
314
298
|
# referencing
|
|
315
|
-
ruamel-yaml==0.18.
|
|
299
|
+
ruamel-yaml==0.18.14
|
|
316
300
|
# via
|
|
317
301
|
# maggma
|
|
318
302
|
# monty
|
|
@@ -320,18 +304,19 @@ ruamel-yaml==0.18.10
|
|
|
320
304
|
# robocrys
|
|
321
305
|
ruamel-yaml-clib==0.2.12
|
|
322
306
|
# via ruamel-yaml
|
|
323
|
-
s3transfer==0.
|
|
307
|
+
s3transfer==0.13.0
|
|
324
308
|
# via boto3
|
|
325
309
|
scikit-image==0.25.2
|
|
326
310
|
# via pymatgen-analysis-defects
|
|
327
|
-
scikit-learn==1.
|
|
328
|
-
# via
|
|
329
|
-
|
|
311
|
+
scikit-learn==1.7.0
|
|
312
|
+
# via
|
|
313
|
+
# matcalc
|
|
314
|
+
# matminer
|
|
315
|
+
scipy==1.15.3
|
|
330
316
|
# via
|
|
331
317
|
# ase
|
|
332
318
|
# griddataformats
|
|
333
319
|
# mdanalysis
|
|
334
|
-
# pathsimanalysis
|
|
335
320
|
# pymatgen
|
|
336
321
|
# robocrys
|
|
337
322
|
# scikit-image
|
|
@@ -345,19 +330,17 @@ seekpath==2.1.0
|
|
|
345
330
|
# via emmet-core
|
|
346
331
|
sentinels==1.0.0
|
|
347
332
|
# via mongomock
|
|
348
|
-
shapely==2.
|
|
333
|
+
shapely==2.1.1
|
|
349
334
|
# via pymatgen-analysis-alloys
|
|
350
335
|
six==1.17.0
|
|
351
336
|
# via
|
|
352
337
|
# pybtex
|
|
353
338
|
# python-dateutil
|
|
354
|
-
smart-open==7.1.0
|
|
355
|
-
# via mp-api
|
|
356
339
|
solvation-analysis==0.4.1
|
|
357
340
|
# via
|
|
358
341
|
# emmet-builders (setup.py)
|
|
359
342
|
# emmet-core
|
|
360
|
-
spglib==2.
|
|
343
|
+
spglib==2.6.0
|
|
361
344
|
# via
|
|
362
345
|
# phonopy
|
|
363
346
|
# pymatgen
|
|
@@ -368,19 +351,19 @@ sshtunnel==0.4.0
|
|
|
368
351
|
# via maggma
|
|
369
352
|
statsmodels==0.14.4
|
|
370
353
|
# via solvation-analysis
|
|
371
|
-
symfc==1.
|
|
354
|
+
symfc==1.4.0
|
|
372
355
|
# via phonopy
|
|
373
|
-
sympy==1.
|
|
356
|
+
sympy==1.14.0
|
|
374
357
|
# via
|
|
375
358
|
# matminer
|
|
376
359
|
# pymatgen
|
|
377
360
|
tabulate==0.9.0
|
|
378
361
|
# via pymatgen
|
|
379
|
-
threadpoolctl==3.
|
|
362
|
+
threadpoolctl==3.6.0
|
|
380
363
|
# via
|
|
381
364
|
# mdanalysis
|
|
382
365
|
# scikit-learn
|
|
383
|
-
tifffile==2025.
|
|
366
|
+
tifffile==2025.6.1
|
|
384
367
|
# via scikit-image
|
|
385
368
|
tqdm==4.67.1
|
|
386
369
|
# via
|
|
@@ -388,29 +371,30 @@ tqdm==4.67.1
|
|
|
388
371
|
# matminer
|
|
389
372
|
# mdanalysis
|
|
390
373
|
# pymatgen
|
|
391
|
-
typeguard==4.4.
|
|
374
|
+
typeguard==4.4.3
|
|
392
375
|
# via inflect
|
|
393
|
-
typing-extensions==4.
|
|
376
|
+
typing-extensions==4.14.0
|
|
394
377
|
# via
|
|
395
378
|
# emmet-core
|
|
396
|
-
# mp-api
|
|
397
379
|
# pydantic
|
|
398
380
|
# pydantic-core
|
|
399
381
|
# pydash
|
|
400
382
|
# referencing
|
|
383
|
+
# spglib
|
|
401
384
|
# typeguard
|
|
402
|
-
|
|
385
|
+
# typing-inspection
|
|
386
|
+
typing-inspection==0.4.1
|
|
387
|
+
# via
|
|
388
|
+
# pydantic
|
|
389
|
+
# pydantic-settings
|
|
390
|
+
tzdata==2025.2
|
|
403
391
|
# via pandas
|
|
404
|
-
uncertainties==3.2.
|
|
392
|
+
uncertainties==3.2.3
|
|
405
393
|
# via pymatgen
|
|
406
|
-
urllib3==2.
|
|
394
|
+
urllib3==2.4.0
|
|
407
395
|
# via
|
|
408
396
|
# botocore
|
|
409
397
|
# requests
|
|
410
|
-
waterdynamics==1.2.0
|
|
411
|
-
# via mdanalysis
|
|
412
|
-
wrapt==1.17.2
|
|
413
|
-
# via smart-open
|
|
414
398
|
|
|
415
399
|
# The following packages are considered to be unsafe in a requirements file:
|
|
416
400
|
# setuptools
|