emmet-builders 0.84.7rc1__tar.gz → 0.84.7rc3__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.7rc1/emmet_builders.egg-info → emmet_builders-0.84.7rc3}/PKG-INFO +1 -1
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/materials/ml.py +18 -2
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3/emmet_builders.egg-info}/PKG-INFO +1 -1
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet_builders.egg-info/SOURCES.txt +2 -2
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/requirements/ubuntu-latest_py3.11.txt +46 -42
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/requirements/ubuntu-latest_py3.11_extras.txt +93 -84
- emmet_builders-0.84.7rc1/requirements/ubuntu-latest_py3.10.txt → emmet_builders-0.84.7rc3/requirements/ubuntu-latest_py3.12.txt +48 -48
- emmet_builders-0.84.7rc1/requirements/ubuntu-latest_py3.10_extras.txt → emmet_builders-0.84.7rc3/requirements/ubuntu-latest_py3.12_extras.txt +95 -97
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/MANIFEST.in +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/__init__.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/abinit/__init__.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/abinit/phonon.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/abinit/sound_velocity.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/feff/__init__.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/feff/xas.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/materials/__init__.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/materials/absorption_spectrum.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/materials/alloys.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/materials/basic_descriptors.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/materials/bonds.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/materials/chemenv.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/materials/corrected_entries.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/materials/dielectric.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/materials/elasticity.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/materials/electrodes.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/materials/electronic_structure.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/materials/magnetism.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/materials/optimade.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/materials/oxidation_states.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/materials/piezoelectric.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/materials/provenance.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/materials/robocrys.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/materials/similarity.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/materials/substrates.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/materials/summary.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/materials/thermo.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/matscholar/missing_compositions.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/mobility/__init__.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/mobility/migration_graph.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/molecules/__init__.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/molecules/atomic.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/molecules/bonds.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/molecules/electric.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/molecules/metal_binding.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/molecules/orbitals.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/molecules/redox.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/molecules/summary.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/molecules/thermo.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/molecules/trajectory.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/molecules/vibration.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/qchem/__init__.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/qchem/molecules.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/settings.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/utils.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/vasp/__init__.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/vasp/materials.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/vasp/mp_potcar_stats.json.gz +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet/builders/vasp/task_validator.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet_builders.egg-info/dependency_links.txt +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet_builders.egg-info/not-zip-safe +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet_builders.egg-info/requires.txt +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/emmet_builders.egg-info/top_level.txt +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/requirements/deployment.txt +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/setup.cfg +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/setup.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/tests/__init__.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/tests/conftest.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/tests/molecules/__init__.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/tests/molecules/test_atomic.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/tests/molecules/test_bonds.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/tests/molecules/test_electric.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/tests/molecules/test_metal_binding.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/tests/molecules/test_orbitals.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/tests/molecules/test_redox.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/tests/molecules/test_summary.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/tests/molecules/test_thermo.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/tests/molecules/test_trajectory.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/tests/molecules/test_vibration.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/tests/test_absorption.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/tests/test_basic_descriptors.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/tests/test_chemenv.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/tests/test_corrected_entries_thermo.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/tests/test_dielectric.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/tests/test_elasticity.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/tests/test_electronic_structure.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/tests/test_magnetism.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/tests/test_materials.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/tests/test_ml.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/tests/test_mobility.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/tests/test_oxidation.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/tests/test_piezoelectric.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/tests/test_qchem.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/tests/test_similarity.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/tests/test_summary.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/tests/test_utils.py +0 -0
- {emmet_builders-0.84.7rc1 → emmet_builders-0.84.7rc3}/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,6 +52,10 @@ 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
|
|
@@ -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,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.25.0
|
|
12
12
|
# via
|
|
13
13
|
# matcalc
|
|
14
14
|
# pymatgen-analysis-diffusion
|
|
@@ -19,23 +19,23 @@ attrs==25.3.0
|
|
|
19
19
|
# referencing
|
|
20
20
|
bcrypt==4.3.0
|
|
21
21
|
# via paramiko
|
|
22
|
-
boto3==1.
|
|
22
|
+
boto3==1.38.30
|
|
23
23
|
# via maggma
|
|
24
|
-
botocore==1.
|
|
24
|
+
botocore==1.38.30
|
|
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.3
|
|
39
39
|
# via paramiko
|
|
40
40
|
cycler==0.12.1
|
|
41
41
|
# via matplotlib
|
|
@@ -47,9 +47,9 @@ emmet-core[all]==0.84.6
|
|
|
47
47
|
# via emmet-builders (setup.py)
|
|
48
48
|
filelock==3.18.0
|
|
49
49
|
# via mdanalysis
|
|
50
|
-
fonttools==4.
|
|
50
|
+
fonttools==4.58.1
|
|
51
51
|
# via matplotlib
|
|
52
|
-
fsspec==2025.
|
|
52
|
+
fsspec==2025.5.1
|
|
53
53
|
# via matcalc
|
|
54
54
|
griddataformats==1.0.2
|
|
55
55
|
# via mdanalysis
|
|
@@ -67,7 +67,7 @@ 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
|
|
@@ -94,7 +94,7 @@ matminer==0.9.3
|
|
|
94
94
|
# via
|
|
95
95
|
# emmet-builders (setup.py)
|
|
96
96
|
# robocrys
|
|
97
|
-
matplotlib==3.10.
|
|
97
|
+
matplotlib==3.10.3
|
|
98
98
|
# via
|
|
99
99
|
# ase
|
|
100
100
|
# mdanalysis
|
|
@@ -120,7 +120,7 @@ monty==2025.3.3
|
|
|
120
120
|
# matminer
|
|
121
121
|
# pymatgen
|
|
122
122
|
# robocrys
|
|
123
|
-
more-itertools==10.
|
|
123
|
+
more-itertools==10.7.0
|
|
124
124
|
# via inflect
|
|
125
125
|
mp-pyrho==0.4.5
|
|
126
126
|
# via pymatgen-analysis-defects
|
|
@@ -132,9 +132,9 @@ msgpack==1.1.0
|
|
|
132
132
|
# via
|
|
133
133
|
# maggma
|
|
134
134
|
# mmtf-python
|
|
135
|
-
narwhals==1.
|
|
135
|
+
narwhals==1.41.0
|
|
136
136
|
# via plotly
|
|
137
|
-
networkx==3.
|
|
137
|
+
networkx==3.5
|
|
138
138
|
# via
|
|
139
139
|
# pymatgen
|
|
140
140
|
# robocrys
|
|
@@ -172,9 +172,9 @@ numpy==1.26.4
|
|
|
172
172
|
# statsmodels
|
|
173
173
|
# symfc
|
|
174
174
|
# tifffile
|
|
175
|
-
orjson==3.10.
|
|
175
|
+
orjson==3.10.18
|
|
176
176
|
# via maggma
|
|
177
|
-
packaging==
|
|
177
|
+
packaging==25.0
|
|
178
178
|
# via
|
|
179
179
|
# lazy-loader
|
|
180
180
|
# matplotlib
|
|
@@ -198,19 +198,19 @@ paramiko==3.5.1
|
|
|
198
198
|
# via sshtunnel
|
|
199
199
|
patsy==1.0.1
|
|
200
200
|
# via statsmodels
|
|
201
|
-
phonopy==2.38.
|
|
201
|
+
phonopy==2.38.2
|
|
202
202
|
# via matcalc
|
|
203
|
-
pillow==11.1
|
|
203
|
+
pillow==11.2.1
|
|
204
204
|
# via
|
|
205
205
|
# imageio
|
|
206
206
|
# matplotlib
|
|
207
207
|
# rdkit
|
|
208
208
|
# scikit-image
|
|
209
|
-
plotly==6.
|
|
209
|
+
plotly==6.1.2
|
|
210
210
|
# via
|
|
211
211
|
# pymatgen
|
|
212
212
|
# solvation-analysis
|
|
213
|
-
pluggy==1.
|
|
213
|
+
pluggy==1.6.0
|
|
214
214
|
# via pytest
|
|
215
215
|
pubchempy==1.0.4
|
|
216
216
|
# via robocrys
|
|
@@ -221,19 +221,21 @@ pybtex==0.24.0
|
|
|
221
221
|
# robocrys
|
|
222
222
|
pycparser==2.22
|
|
223
223
|
# via cffi
|
|
224
|
-
pydantic==2.11.
|
|
224
|
+
pydantic==2.11.5
|
|
225
225
|
# via
|
|
226
226
|
# emmet-core
|
|
227
227
|
# maggma
|
|
228
228
|
# pydantic-settings
|
|
229
|
-
pydantic-core==2.33.
|
|
229
|
+
pydantic-core==2.33.2
|
|
230
230
|
# via pydantic
|
|
231
|
-
pydantic-settings==2.
|
|
231
|
+
pydantic-settings==2.9.1
|
|
232
232
|
# via
|
|
233
233
|
# emmet-core
|
|
234
234
|
# maggma
|
|
235
235
|
pydash==8.0.5
|
|
236
236
|
# via maggma
|
|
237
|
+
pygments==2.19.1
|
|
238
|
+
# via pytest
|
|
237
239
|
pymatgen==2025.1.9
|
|
238
240
|
# via
|
|
239
241
|
# emmet-core
|
|
@@ -258,7 +260,7 @@ pynacl==1.5.0
|
|
|
258
260
|
# via paramiko
|
|
259
261
|
pyparsing==3.2.3
|
|
260
262
|
# via matplotlib
|
|
261
|
-
pytest==8.
|
|
263
|
+
pytest==8.4.0
|
|
262
264
|
# via solvation-analysis
|
|
263
265
|
python-dateutil==2.9.0.post0
|
|
264
266
|
# via
|
|
@@ -276,9 +278,9 @@ pyyaml==6.0.2
|
|
|
276
278
|
# via
|
|
277
279
|
# phonopy
|
|
278
280
|
# pybtex
|
|
279
|
-
pyzmq==26.
|
|
281
|
+
pyzmq==26.4.0
|
|
280
282
|
# via maggma
|
|
281
|
-
rdkit==
|
|
283
|
+
rdkit==2025.3.2
|
|
282
284
|
# via solvation-analysis
|
|
283
285
|
referencing==0.36.2
|
|
284
286
|
# via
|
|
@@ -290,11 +292,11 @@ requests==2.32.3
|
|
|
290
292
|
# pymatgen
|
|
291
293
|
robocrys==0.2.11
|
|
292
294
|
# via emmet-core
|
|
293
|
-
rpds-py==0.
|
|
295
|
+
rpds-py==0.25.1
|
|
294
296
|
# via
|
|
295
297
|
# jsonschema
|
|
296
298
|
# referencing
|
|
297
|
-
ruamel-yaml==0.18.
|
|
299
|
+
ruamel-yaml==0.18.12
|
|
298
300
|
# via
|
|
299
301
|
# maggma
|
|
300
302
|
# monty
|
|
@@ -302,7 +304,7 @@ ruamel-yaml==0.18.10
|
|
|
302
304
|
# robocrys
|
|
303
305
|
ruamel-yaml-clib==0.2.12
|
|
304
306
|
# via ruamel-yaml
|
|
305
|
-
s3transfer==0.
|
|
307
|
+
s3transfer==0.13.0
|
|
306
308
|
# via boto3
|
|
307
309
|
scikit-image==0.25.2
|
|
308
310
|
# via pymatgen-analysis-defects
|
|
@@ -310,7 +312,7 @@ scikit-learn==1.6.1
|
|
|
310
312
|
# via
|
|
311
313
|
# matcalc
|
|
312
314
|
# matminer
|
|
313
|
-
scipy==1.15.
|
|
315
|
+
scipy==1.15.3
|
|
314
316
|
# via
|
|
315
317
|
# ase
|
|
316
318
|
# griddataformats
|
|
@@ -328,7 +330,7 @@ seekpath==2.1.0
|
|
|
328
330
|
# via emmet-core
|
|
329
331
|
sentinels==1.0.0
|
|
330
332
|
# via mongomock
|
|
331
|
-
shapely==2.1.
|
|
333
|
+
shapely==2.1.1
|
|
332
334
|
# via pymatgen-analysis-alloys
|
|
333
335
|
six==1.17.0
|
|
334
336
|
# via
|
|
@@ -349,9 +351,9 @@ sshtunnel==0.4.0
|
|
|
349
351
|
# via maggma
|
|
350
352
|
statsmodels==0.14.4
|
|
351
353
|
# via solvation-analysis
|
|
352
|
-
symfc==1.
|
|
354
|
+
symfc==1.4.0
|
|
353
355
|
# via phonopy
|
|
354
|
-
sympy==1.
|
|
356
|
+
sympy==1.14.0
|
|
355
357
|
# via
|
|
356
358
|
# matminer
|
|
357
359
|
# pymatgen
|
|
@@ -361,7 +363,7 @@ threadpoolctl==3.6.0
|
|
|
361
363
|
# via
|
|
362
364
|
# mdanalysis
|
|
363
365
|
# scikit-learn
|
|
364
|
-
tifffile==2025.
|
|
366
|
+
tifffile==2025.6.1
|
|
365
367
|
# via scikit-image
|
|
366
368
|
tqdm==4.67.1
|
|
367
369
|
# via
|
|
@@ -369,9 +371,9 @@ tqdm==4.67.1
|
|
|
369
371
|
# matminer
|
|
370
372
|
# mdanalysis
|
|
371
373
|
# pymatgen
|
|
372
|
-
typeguard==4.4.
|
|
374
|
+
typeguard==4.4.3
|
|
373
375
|
# via inflect
|
|
374
|
-
typing-extensions==4.
|
|
376
|
+
typing-extensions==4.14.0
|
|
375
377
|
# via
|
|
376
378
|
# emmet-core
|
|
377
379
|
# pydantic
|
|
@@ -381,13 +383,15 @@ typing-extensions==4.13.1
|
|
|
381
383
|
# spglib
|
|
382
384
|
# typeguard
|
|
383
385
|
# typing-inspection
|
|
384
|
-
typing-inspection==0.4.
|
|
385
|
-
# via
|
|
386
|
+
typing-inspection==0.4.1
|
|
387
|
+
# via
|
|
388
|
+
# pydantic
|
|
389
|
+
# pydantic-settings
|
|
386
390
|
tzdata==2025.2
|
|
387
391
|
# via pandas
|
|
388
|
-
uncertainties==3.2.
|
|
392
|
+
uncertainties==3.2.3
|
|
389
393
|
# via pymatgen
|
|
390
|
-
urllib3==2.
|
|
394
|
+
urllib3==2.4.0
|
|
391
395
|
# via
|
|
392
396
|
# botocore
|
|
393
397
|
# requests
|