emmet-builders 0.84.6rc6__tar.gz → 0.84.7rc1__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.6rc6/emmet_builders.egg-info → emmet_builders-0.84.7rc1}/PKG-INFO +2 -2
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/materials/ml.py +2 -2
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/vasp/materials.py +1 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1/emmet_builders.egg-info}/PKG-INFO +2 -2
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/requirements/ubuntu-latest_py3.10.txt +41 -61
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/requirements/ubuntu-latest_py3.10_extras.txt +66 -90
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/requirements/ubuntu-latest_py3.11.txt +41 -61
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/requirements/ubuntu-latest_py3.11_extras.txt +66 -90
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/MANIFEST.in +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/__init__.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/abinit/__init__.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/abinit/phonon.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/abinit/sound_velocity.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/feff/__init__.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/feff/xas.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/materials/__init__.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/materials/absorption_spectrum.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/materials/alloys.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/materials/basic_descriptors.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/materials/bonds.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/materials/chemenv.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/materials/corrected_entries.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/materials/dielectric.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/materials/elasticity.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/materials/electrodes.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/materials/electronic_structure.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/materials/magnetism.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/materials/optimade.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/materials/oxidation_states.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/materials/piezoelectric.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/materials/provenance.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/materials/robocrys.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/materials/similarity.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/materials/substrates.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/materials/summary.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/materials/thermo.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/matscholar/missing_compositions.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/mobility/__init__.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/mobility/migration_graph.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/molecules/__init__.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/molecules/atomic.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/molecules/bonds.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/molecules/electric.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/molecules/metal_binding.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/molecules/orbitals.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/molecules/redox.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/molecules/summary.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/molecules/thermo.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/molecules/trajectory.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/molecules/vibration.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/qchem/__init__.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/qchem/molecules.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/settings.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/utils.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/vasp/__init__.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/vasp/mp_potcar_stats.json.gz +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet/builders/vasp/task_validator.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet_builders.egg-info/SOURCES.txt +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet_builders.egg-info/dependency_links.txt +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet_builders.egg-info/not-zip-safe +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet_builders.egg-info/requires.txt +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/emmet_builders.egg-info/top_level.txt +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/requirements/deployment.txt +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/setup.cfg +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/setup.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/tests/__init__.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/tests/conftest.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/tests/molecules/__init__.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/tests/molecules/test_atomic.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/tests/molecules/test_bonds.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/tests/molecules/test_electric.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/tests/molecules/test_metal_binding.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/tests/molecules/test_orbitals.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/tests/molecules/test_redox.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/tests/molecules/test_summary.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/tests/molecules/test_thermo.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/tests/molecules/test_trajectory.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/tests/molecules/test_vibration.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/tests/test_absorption.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/tests/test_basic_descriptors.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/tests/test_chemenv.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/tests/test_corrected_entries_thermo.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/tests/test_dielectric.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/tests/test_elasticity.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/tests/test_electronic_structure.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/tests/test_magnetism.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/tests/test_materials.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/tests/test_ml.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/tests/test_mobility.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/tests/test_oxidation.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/tests/test_piezoelectric.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/tests/test_qchem.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/tests/test_similarity.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/tests/test_summary.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/tests/test_utils.py +0 -0
- {emmet_builders-0.84.6rc6 → emmet_builders-0.84.7rc1}/tests/test_vasp.py +0 -0
|
@@ -3,7 +3,7 @@ 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
|
-
from matcalc
|
|
6
|
+
from matcalc import PESCalculator
|
|
7
7
|
from pymatgen.core import Structure
|
|
8
8
|
|
|
9
9
|
from emmet.core.ml import MLDoc
|
|
@@ -43,7 +43,7 @@ class MLBuilder(MapBuilder):
|
|
|
43
43
|
self.materials = materials
|
|
44
44
|
self.ml_potential = ml_potential
|
|
45
45
|
self.kwargs = kwargs
|
|
46
|
-
self.model =
|
|
46
|
+
self.model = PESCalculator.load_universal(model, **(model_kwargs or {}))
|
|
47
47
|
self.prop_kwargs = prop_kwargs or {}
|
|
48
48
|
|
|
49
49
|
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
|
|
@@ -12,16 +12,16 @@ ase==3.24.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
20
|
bcrypt==4.3.0
|
|
21
21
|
# via paramiko
|
|
22
|
-
boto3==1.37.
|
|
22
|
+
boto3==1.37.26
|
|
23
23
|
# via maggma
|
|
24
|
-
botocore==1.37.
|
|
24
|
+
botocore==1.37.26
|
|
25
25
|
# via
|
|
26
26
|
# boto3
|
|
27
27
|
# s3transfer
|
|
@@ -43,16 +43,16 @@ dnspython==2.7.0
|
|
|
43
43
|
# via
|
|
44
44
|
# maggma
|
|
45
45
|
# pymongo
|
|
46
|
-
emmet-core[all]==0.84.
|
|
47
|
-
# via
|
|
48
|
-
# emmet-builders (setup.py)
|
|
49
|
-
# mp-api
|
|
46
|
+
emmet-core[all]==0.84.6
|
|
47
|
+
# via emmet-builders (setup.py)
|
|
50
48
|
exceptiongroup==1.2.2
|
|
51
49
|
# via pytest
|
|
52
|
-
|
|
50
|
+
filelock==3.18.0
|
|
53
51
|
# via mdanalysis
|
|
54
|
-
fonttools==4.
|
|
52
|
+
fonttools==4.57.0
|
|
55
53
|
# via matplotlib
|
|
54
|
+
fsspec==2025.3.2
|
|
55
|
+
# via matcalc
|
|
56
56
|
griddataformats==1.0.2
|
|
57
57
|
# via mdanalysis
|
|
58
58
|
h5py==3.13.0
|
|
@@ -63,7 +63,7 @@ imageio==2.37.0
|
|
|
63
63
|
# via scikit-image
|
|
64
64
|
inflect==7.5.0
|
|
65
65
|
# via robocrys
|
|
66
|
-
iniconfig==2.
|
|
66
|
+
iniconfig==2.1.0
|
|
67
67
|
# via pytest
|
|
68
68
|
jmespath==1.0.1
|
|
69
69
|
# via
|
|
@@ -88,11 +88,9 @@ latexcodec==3.0.0
|
|
|
88
88
|
# via pybtex
|
|
89
89
|
lazy-loader==0.4
|
|
90
90
|
# via scikit-image
|
|
91
|
-
maggma==0.71.
|
|
92
|
-
# via
|
|
93
|
-
|
|
94
|
-
# mp-api
|
|
95
|
-
matcalc==0.0.4
|
|
91
|
+
maggma==0.71.5
|
|
92
|
+
# via emmet-builders (setup.py)
|
|
93
|
+
matcalc==0.3.1
|
|
96
94
|
# via emmet-core
|
|
97
95
|
matminer==0.9.3
|
|
98
96
|
# via
|
|
@@ -102,23 +100,17 @@ matplotlib==3.10.1
|
|
|
102
100
|
# via
|
|
103
101
|
# ase
|
|
104
102
|
# mdanalysis
|
|
105
|
-
# pathsimanalysis
|
|
106
103
|
# phonopy
|
|
107
104
|
# pymatgen
|
|
108
105
|
# seaborn
|
|
109
106
|
# solvation-analysis
|
|
110
107
|
mda-xdrlib==0.2.0
|
|
111
108
|
# via mdanalysis
|
|
112
|
-
|
|
113
|
-
# via mdanalysis
|
|
114
|
-
mdanalysis==2.8.0
|
|
109
|
+
mdanalysis==2.9.0
|
|
115
110
|
# via
|
|
116
111
|
# emmet-builders (setup.py)
|
|
117
112
|
# emmet-core
|
|
118
|
-
# mdahole2
|
|
119
|
-
# pathsimanalysis
|
|
120
113
|
# solvation-analysis
|
|
121
|
-
# waterdynamics
|
|
122
114
|
mmtf-python==1.1.3
|
|
123
115
|
# via mdanalysis
|
|
124
116
|
mongomock==4.3.0
|
|
@@ -128,13 +120,10 @@ monty==2025.3.3
|
|
|
128
120
|
# emmet-core
|
|
129
121
|
# maggma
|
|
130
122
|
# matminer
|
|
131
|
-
# mp-api
|
|
132
123
|
# pymatgen
|
|
133
124
|
# robocrys
|
|
134
125
|
more-itertools==10.6.0
|
|
135
126
|
# via inflect
|
|
136
|
-
mp-api==0.45.3
|
|
137
|
-
# via robocrys
|
|
138
127
|
mp-pyrho==0.4.5
|
|
139
128
|
# via pymatgen-analysis-defects
|
|
140
129
|
mpmath==1.3.0
|
|
@@ -145,8 +134,7 @@ msgpack==1.1.0
|
|
|
145
134
|
# via
|
|
146
135
|
# maggma
|
|
147
136
|
# mmtf-python
|
|
148
|
-
|
|
149
|
-
narwhals==1.29.1
|
|
137
|
+
narwhals==1.33.0
|
|
150
138
|
# via plotly
|
|
151
139
|
networkx==3.4.2
|
|
152
140
|
# via
|
|
@@ -157,18 +145,17 @@ numpy==1.26.4
|
|
|
157
145
|
# via
|
|
158
146
|
# ase
|
|
159
147
|
# contourpy
|
|
160
|
-
# emmet-core
|
|
161
148
|
# griddataformats
|
|
162
149
|
# h5py
|
|
163
150
|
# imageio
|
|
164
151
|
# maggma
|
|
152
|
+
# matcalc
|
|
165
153
|
# matminer
|
|
166
154
|
# matplotlib
|
|
167
155
|
# mdanalysis
|
|
168
156
|
# monty
|
|
169
157
|
# mrcfile
|
|
170
158
|
# pandas
|
|
171
|
-
# pathsimanalysis
|
|
172
159
|
# patsy
|
|
173
160
|
# phonopy
|
|
174
161
|
# pymatgen
|
|
@@ -187,8 +174,7 @@ numpy==1.26.4
|
|
|
187
174
|
# statsmodels
|
|
188
175
|
# symfc
|
|
189
176
|
# tifffile
|
|
190
|
-
|
|
191
|
-
orjson==3.10.15
|
|
177
|
+
orjson==3.10.16
|
|
192
178
|
# via maggma
|
|
193
179
|
packaging==24.2
|
|
194
180
|
# via
|
|
@@ -212,8 +198,6 @@ pandas==2.2.3
|
|
|
212
198
|
# statsmodels
|
|
213
199
|
paramiko==3.5.1
|
|
214
200
|
# via sshtunnel
|
|
215
|
-
pathsimanalysis==1.2.0
|
|
216
|
-
# via mdanalysis
|
|
217
201
|
patsy==1.0.1
|
|
218
202
|
# via statsmodels
|
|
219
203
|
phonopy==2.38.0
|
|
@@ -224,7 +208,7 @@ pillow==11.1.0
|
|
|
224
208
|
# matplotlib
|
|
225
209
|
# rdkit
|
|
226
210
|
# scikit-image
|
|
227
|
-
plotly==6.0.
|
|
211
|
+
plotly==6.0.1
|
|
228
212
|
# via
|
|
229
213
|
# pymatgen
|
|
230
214
|
# solvation-analysis
|
|
@@ -239,12 +223,12 @@ pybtex==0.24.0
|
|
|
239
223
|
# robocrys
|
|
240
224
|
pycparser==2.22
|
|
241
225
|
# via cffi
|
|
242
|
-
pydantic==2.
|
|
226
|
+
pydantic==2.11.2
|
|
243
227
|
# via
|
|
244
228
|
# emmet-core
|
|
245
229
|
# maggma
|
|
246
230
|
# pydantic-settings
|
|
247
|
-
pydantic-core==2.
|
|
231
|
+
pydantic-core==2.33.1
|
|
248
232
|
# via pydantic
|
|
249
233
|
pydantic-settings==2.8.1
|
|
250
234
|
# via
|
|
@@ -252,12 +236,11 @@ pydantic-settings==2.8.1
|
|
|
252
236
|
# maggma
|
|
253
237
|
pydash==8.0.5
|
|
254
238
|
# via maggma
|
|
255
|
-
pymatgen==2025.
|
|
239
|
+
pymatgen==2025.1.9
|
|
256
240
|
# via
|
|
257
241
|
# emmet-core
|
|
258
242
|
# matcalc
|
|
259
243
|
# matminer
|
|
260
|
-
# mp-api
|
|
261
244
|
# mp-pyrho
|
|
262
245
|
# pymatgen-analysis-alloys
|
|
263
246
|
# pymatgen-analysis-defects
|
|
@@ -275,7 +258,7 @@ pymongo==4.10.1
|
|
|
275
258
|
# matminer
|
|
276
259
|
pynacl==1.5.0
|
|
277
260
|
# via paramiko
|
|
278
|
-
pyparsing==3.2.
|
|
261
|
+
pyparsing==3.2.3
|
|
279
262
|
# via matplotlib
|
|
280
263
|
pytest==8.3.5
|
|
281
264
|
# via solvation-analysis
|
|
@@ -285,9 +268,9 @@ python-dateutil==2.9.0.post0
|
|
|
285
268
|
# maggma
|
|
286
269
|
# matplotlib
|
|
287
270
|
# pandas
|
|
288
|
-
python-dotenv==1.0
|
|
271
|
+
python-dotenv==1.1.0
|
|
289
272
|
# via pydantic-settings
|
|
290
|
-
pytz==2025.
|
|
273
|
+
pytz==2025.2
|
|
291
274
|
# via
|
|
292
275
|
# mongomock
|
|
293
276
|
# pandas
|
|
@@ -295,9 +278,9 @@ pyyaml==6.0.2
|
|
|
295
278
|
# via
|
|
296
279
|
# phonopy
|
|
297
280
|
# pybtex
|
|
298
|
-
pyzmq==26.
|
|
281
|
+
pyzmq==26.3.0
|
|
299
282
|
# via maggma
|
|
300
|
-
rdkit==2024.9.
|
|
283
|
+
rdkit==2024.9.6
|
|
301
284
|
# via solvation-analysis
|
|
302
285
|
referencing==0.36.2
|
|
303
286
|
# via
|
|
@@ -306,11 +289,10 @@ referencing==0.36.2
|
|
|
306
289
|
requests==2.32.3
|
|
307
290
|
# via
|
|
308
291
|
# matminer
|
|
309
|
-
# mp-api
|
|
310
292
|
# pymatgen
|
|
311
|
-
robocrys==0.2.
|
|
293
|
+
robocrys==0.2.11
|
|
312
294
|
# via emmet-core
|
|
313
|
-
rpds-py==0.
|
|
295
|
+
rpds-py==0.24.0
|
|
314
296
|
# via
|
|
315
297
|
# jsonschema
|
|
316
298
|
# referencing
|
|
@@ -327,13 +309,14 @@ s3transfer==0.11.4
|
|
|
327
309
|
scikit-image==0.25.2
|
|
328
310
|
# via pymatgen-analysis-defects
|
|
329
311
|
scikit-learn==1.6.1
|
|
330
|
-
# via
|
|
312
|
+
# via
|
|
313
|
+
# matcalc
|
|
314
|
+
# matminer
|
|
331
315
|
scipy==1.15.2
|
|
332
316
|
# via
|
|
333
317
|
# ase
|
|
334
318
|
# griddataformats
|
|
335
319
|
# mdanalysis
|
|
336
|
-
# pathsimanalysis
|
|
337
320
|
# pymatgen
|
|
338
321
|
# robocrys
|
|
339
322
|
# scikit-image
|
|
@@ -347,19 +330,17 @@ seekpath==2.1.0
|
|
|
347
330
|
# via emmet-core
|
|
348
331
|
sentinels==1.0.0
|
|
349
332
|
# via mongomock
|
|
350
|
-
shapely==2.0
|
|
333
|
+
shapely==2.1.0
|
|
351
334
|
# via pymatgen-analysis-alloys
|
|
352
335
|
six==1.17.0
|
|
353
336
|
# via
|
|
354
337
|
# pybtex
|
|
355
338
|
# python-dateutil
|
|
356
|
-
smart-open==7.1.0
|
|
357
|
-
# via mp-api
|
|
358
339
|
solvation-analysis==0.4.1
|
|
359
340
|
# via
|
|
360
341
|
# emmet-builders (setup.py)
|
|
361
342
|
# emmet-core
|
|
362
|
-
spglib==2.
|
|
343
|
+
spglib==2.6.0
|
|
363
344
|
# via
|
|
364
345
|
# phonopy
|
|
365
346
|
# pymatgen
|
|
@@ -378,11 +359,11 @@ sympy==1.13.3
|
|
|
378
359
|
# pymatgen
|
|
379
360
|
tabulate==0.9.0
|
|
380
361
|
# via pymatgen
|
|
381
|
-
threadpoolctl==3.
|
|
362
|
+
threadpoolctl==3.6.0
|
|
382
363
|
# via
|
|
383
364
|
# mdanalysis
|
|
384
365
|
# scikit-learn
|
|
385
|
-
tifffile==2025.
|
|
366
|
+
tifffile==2025.3.30
|
|
386
367
|
# via scikit-image
|
|
387
368
|
tomli==2.2.1
|
|
388
369
|
# via pytest
|
|
@@ -394,16 +375,19 @@ tqdm==4.67.1
|
|
|
394
375
|
# pymatgen
|
|
395
376
|
typeguard==4.4.2
|
|
396
377
|
# via inflect
|
|
397
|
-
typing-extensions==4.
|
|
378
|
+
typing-extensions==4.13.1
|
|
398
379
|
# via
|
|
399
380
|
# emmet-core
|
|
400
|
-
# mp-api
|
|
401
381
|
# pydantic
|
|
402
382
|
# pydantic-core
|
|
403
383
|
# pydash
|
|
404
384
|
# referencing
|
|
385
|
+
# spglib
|
|
405
386
|
# typeguard
|
|
406
|
-
|
|
387
|
+
# typing-inspection
|
|
388
|
+
typing-inspection==0.4.0
|
|
389
|
+
# via pydantic
|
|
390
|
+
tzdata==2025.2
|
|
407
391
|
# via pandas
|
|
408
392
|
uncertainties==3.2.2
|
|
409
393
|
# via pymatgen
|
|
@@ -411,10 +395,6 @@ urllib3==2.3.0
|
|
|
411
395
|
# via
|
|
412
396
|
# botocore
|
|
413
397
|
# requests
|
|
414
|
-
waterdynamics==1.2.0
|
|
415
|
-
# via mdanalysis
|
|
416
|
-
wrapt==1.17.2
|
|
417
|
-
# via smart-open
|
|
418
398
|
|
|
419
399
|
# The following packages are considered to be unsafe in a requirements file:
|
|
420
400
|
# setuptools
|