emmet-builders 0.84.3rc6__tar.gz → 0.84.4__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.3rc6/emmet_builders.egg-info → emmet_builders-0.84.4}/PKG-INFO +1 -1
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4/emmet_builders.egg-info}/PKG-INFO +1 -1
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/requirements/ubuntu-latest_py3.10.txt +8 -9
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/requirements/ubuntu-latest_py3.10_extras.txt +10 -11
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/requirements/ubuntu-latest_py3.11.txt +8 -9
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/requirements/ubuntu-latest_py3.11_extras.txt +10 -11
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/MANIFEST.in +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/__init__.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/abinit/__init__.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/abinit/phonon.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/abinit/sound_velocity.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/feff/__init__.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/feff/xas.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/materials/__init__.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/materials/absorption_spectrum.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/materials/alloys.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/materials/basic_descriptors.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/materials/bonds.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/materials/chemenv.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/materials/corrected_entries.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/materials/dielectric.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/materials/elasticity.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/materials/electrodes.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/materials/electronic_structure.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/materials/magnetism.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/materials/ml.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/materials/optimade.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/materials/oxidation_states.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/materials/piezoelectric.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/materials/provenance.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/materials/robocrys.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/materials/similarity.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/materials/substrates.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/materials/summary.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/materials/thermo.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/matscholar/missing_compositions.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/mobility/__init__.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/mobility/migration_graph.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/molecules/__init__.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/molecules/atomic.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/molecules/bonds.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/molecules/electric.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/molecules/metal_binding.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/molecules/orbitals.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/molecules/redox.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/molecules/summary.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/molecules/thermo.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/molecules/trajectory.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/molecules/vibration.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/qchem/__init__.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/qchem/molecules.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/settings.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/utils.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/vasp/__init__.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/vasp/materials.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/vasp/mp_potcar_stats.json.gz +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/vasp/task_validator.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet_builders.egg-info/SOURCES.txt +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet_builders.egg-info/dependency_links.txt +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet_builders.egg-info/not-zip-safe +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet_builders.egg-info/requires.txt +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet_builders.egg-info/top_level.txt +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/requirements/deployment.txt +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/setup.cfg +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/setup.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/tests/__init__.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/tests/conftest.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/tests/molecules/__init__.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/tests/molecules/test_atomic.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/tests/molecules/test_bonds.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/tests/molecules/test_electric.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/tests/molecules/test_metal_binding.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/tests/molecules/test_orbitals.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/tests/molecules/test_redox.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/tests/molecules/test_summary.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/tests/molecules/test_thermo.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/tests/molecules/test_trajectory.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/tests/molecules/test_vibration.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/tests/test_absorption.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/tests/test_basic_descriptors.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/tests/test_chemenv.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/tests/test_corrected_entries_thermo.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/tests/test_dielectric.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/tests/test_elasticity.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/tests/test_electronic_structure.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/tests/test_magnetism.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/tests/test_materials.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/tests/test_ml.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/tests/test_mobility.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/tests/test_oxidation.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/tests/test_piezoelectric.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/tests/test_qchem.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/tests/test_similarity.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/tests/test_summary.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/tests/test_utils.py +0 -0
- {emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/tests/test_vasp.py +0 -0
|
@@ -19,9 +19,9 @@ attrs==24.2.0
|
|
|
19
19
|
# referencing
|
|
20
20
|
bcrypt==4.2.1
|
|
21
21
|
# via paramiko
|
|
22
|
-
boto3==1.35.
|
|
22
|
+
boto3==1.35.78
|
|
23
23
|
# via maggma
|
|
24
|
-
botocore==1.35.
|
|
24
|
+
botocore==1.35.78
|
|
25
25
|
# via
|
|
26
26
|
# boto3
|
|
27
27
|
# s3transfer
|
|
@@ -51,7 +51,7 @@ exceptiongroup==1.2.2
|
|
|
51
51
|
# via pytest
|
|
52
52
|
fasteners==0.19
|
|
53
53
|
# via mdanalysis
|
|
54
|
-
fonttools==4.55.
|
|
54
|
+
fonttools==4.55.3
|
|
55
55
|
# via matplotlib
|
|
56
56
|
griddataformats==1.0.2
|
|
57
57
|
# via mdanalysis
|
|
@@ -123,7 +123,7 @@ mmtf-python==1.1.3
|
|
|
123
123
|
# via mdanalysis
|
|
124
124
|
mongomock==4.3.0
|
|
125
125
|
# via maggma
|
|
126
|
-
monty==2024.10
|
|
126
|
+
monty==2024.12.10
|
|
127
127
|
# via
|
|
128
128
|
# emmet-core
|
|
129
129
|
# maggma
|
|
@@ -214,7 +214,7 @@ pathsimanalysis==1.2.0
|
|
|
214
214
|
# via mdanalysis
|
|
215
215
|
patsy==1.0.1
|
|
216
216
|
# via statsmodels
|
|
217
|
-
phonopy==2.
|
|
217
|
+
phonopy==2.32.0
|
|
218
218
|
# via matcalc
|
|
219
219
|
pillow==11.0.0
|
|
220
220
|
# via
|
|
@@ -308,7 +308,7 @@ requests==2.32.3
|
|
|
308
308
|
# pymatgen
|
|
309
309
|
robocrys==0.2.10
|
|
310
310
|
# via emmet-core
|
|
311
|
-
rpds-py==0.22.
|
|
311
|
+
rpds-py==0.22.3
|
|
312
312
|
# via
|
|
313
313
|
# jsonschema
|
|
314
314
|
# referencing
|
|
@@ -324,7 +324,7 @@ s3transfer==0.10.4
|
|
|
324
324
|
# via boto3
|
|
325
325
|
scikit-image==0.24.0
|
|
326
326
|
# via pymatgen-analysis-defects
|
|
327
|
-
scikit-learn==1.
|
|
327
|
+
scikit-learn==1.6.0
|
|
328
328
|
# via matminer
|
|
329
329
|
scipy==1.14.1
|
|
330
330
|
# via
|
|
@@ -332,7 +332,6 @@ scipy==1.14.1
|
|
|
332
332
|
# griddataformats
|
|
333
333
|
# mdanalysis
|
|
334
334
|
# pathsimanalysis
|
|
335
|
-
# phonopy
|
|
336
335
|
# pymatgen
|
|
337
336
|
# robocrys
|
|
338
337
|
# scikit-image
|
|
@@ -348,7 +347,7 @@ sentinels==1.0.0
|
|
|
348
347
|
# via mongomock
|
|
349
348
|
shapely==2.0.6
|
|
350
349
|
# via pymatgen-analysis-alloys
|
|
351
|
-
six==1.
|
|
350
|
+
six==1.17.0
|
|
352
351
|
# via
|
|
353
352
|
# pybtex
|
|
354
353
|
# python-dateutil
|
{emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/requirements/ubuntu-latest_py3.10_extras.txt
RENAMED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
#
|
|
7
7
|
aiohappyeyeballs==2.4.4
|
|
8
8
|
# via aiohttp
|
|
9
|
-
aiohttp==3.11.
|
|
9
|
+
aiohttp==3.11.10
|
|
10
10
|
# via fsspec
|
|
11
11
|
aioitertools==0.12.0
|
|
12
12
|
# via maggma
|
|
@@ -30,9 +30,9 @@ attrs==24.2.0
|
|
|
30
30
|
# referencing
|
|
31
31
|
bcrypt==4.2.1
|
|
32
32
|
# via paramiko
|
|
33
|
-
boto3==1.35.
|
|
33
|
+
boto3==1.35.78
|
|
34
34
|
# via maggma
|
|
35
|
-
botocore==1.35.
|
|
35
|
+
botocore==1.35.78
|
|
36
36
|
# via
|
|
37
37
|
# boto3
|
|
38
38
|
# s3transfer
|
|
@@ -58,7 +58,7 @@ colorama==0.4.6
|
|
|
58
58
|
# via griffe
|
|
59
59
|
contourpy==1.3.1
|
|
60
60
|
# via matplotlib
|
|
61
|
-
coverage[toml]==7.6.
|
|
61
|
+
coverage[toml]==7.6.9
|
|
62
62
|
# via pytest-cov
|
|
63
63
|
cryptography==44.0.0
|
|
64
64
|
# via paramiko
|
|
@@ -93,7 +93,7 @@ filelock==3.16.1
|
|
|
93
93
|
# virtualenv
|
|
94
94
|
flake8==7.1.1
|
|
95
95
|
# via emmet-builders (setup.py)
|
|
96
|
-
fonttools==4.55.
|
|
96
|
+
fonttools==4.55.3
|
|
97
97
|
# via matplotlib
|
|
98
98
|
frozenlist==1.5.0
|
|
99
99
|
# via
|
|
@@ -257,7 +257,7 @@ mmtf-python==1.1.3
|
|
|
257
257
|
# via mdanalysis
|
|
258
258
|
mongomock==4.3.0
|
|
259
259
|
# via maggma
|
|
260
|
-
monty==2024.10
|
|
260
|
+
monty==2024.12.10
|
|
261
261
|
# via
|
|
262
262
|
# emmet-core
|
|
263
263
|
# maggma
|
|
@@ -409,7 +409,7 @@ pathspec==0.12.1
|
|
|
409
409
|
# via mkdocs
|
|
410
410
|
patsy==1.0.1
|
|
411
411
|
# via statsmodels
|
|
412
|
-
phonopy==2.
|
|
412
|
+
phonopy==2.32.0
|
|
413
413
|
# via matcalc
|
|
414
414
|
pillow==11.0.0
|
|
415
415
|
# via
|
|
@@ -553,7 +553,7 @@ requests==2.32.3
|
|
|
553
553
|
# torchdata
|
|
554
554
|
robocrys==0.2.10
|
|
555
555
|
# via emmet-core
|
|
556
|
-
rpds-py==0.22.
|
|
556
|
+
rpds-py==0.22.3
|
|
557
557
|
# via
|
|
558
558
|
# jsonschema
|
|
559
559
|
# referencing
|
|
@@ -569,7 +569,7 @@ s3transfer==0.10.4
|
|
|
569
569
|
# via boto3
|
|
570
570
|
scikit-image==0.24.0
|
|
571
571
|
# via pymatgen-analysis-defects
|
|
572
|
-
scikit-learn==1.
|
|
572
|
+
scikit-learn==1.6.0
|
|
573
573
|
# via matminer
|
|
574
574
|
scipy==1.14.1
|
|
575
575
|
# via
|
|
@@ -578,7 +578,6 @@ scipy==1.14.1
|
|
|
578
578
|
# griddataformats
|
|
579
579
|
# mdanalysis
|
|
580
580
|
# pathsimanalysis
|
|
581
|
-
# phonopy
|
|
582
581
|
# pymatgen
|
|
583
582
|
# robocrys
|
|
584
583
|
# scikit-image
|
|
@@ -594,7 +593,7 @@ sentinels==1.0.0
|
|
|
594
593
|
# via mongomock
|
|
595
594
|
shapely==2.0.6
|
|
596
595
|
# via pymatgen-analysis-alloys
|
|
597
|
-
six==1.
|
|
596
|
+
six==1.17.0
|
|
598
597
|
# via
|
|
599
598
|
# pybtex
|
|
600
599
|
# python-dateutil
|
|
@@ -19,9 +19,9 @@ attrs==24.2.0
|
|
|
19
19
|
# referencing
|
|
20
20
|
bcrypt==4.2.1
|
|
21
21
|
# via paramiko
|
|
22
|
-
boto3==1.35.
|
|
22
|
+
boto3==1.35.78
|
|
23
23
|
# via maggma
|
|
24
|
-
botocore==1.35.
|
|
24
|
+
botocore==1.35.78
|
|
25
25
|
# via
|
|
26
26
|
# boto3
|
|
27
27
|
# s3transfer
|
|
@@ -49,7 +49,7 @@ emmet-core[all]==0.84.2
|
|
|
49
49
|
# mp-api
|
|
50
50
|
fasteners==0.19
|
|
51
51
|
# via mdanalysis
|
|
52
|
-
fonttools==4.55.
|
|
52
|
+
fonttools==4.55.3
|
|
53
53
|
# via matplotlib
|
|
54
54
|
griddataformats==1.0.2
|
|
55
55
|
# via mdanalysis
|
|
@@ -121,7 +121,7 @@ mmtf-python==1.1.3
|
|
|
121
121
|
# via mdanalysis
|
|
122
122
|
mongomock==4.3.0
|
|
123
123
|
# via maggma
|
|
124
|
-
monty==2024.10
|
|
124
|
+
monty==2024.12.10
|
|
125
125
|
# via
|
|
126
126
|
# emmet-core
|
|
127
127
|
# maggma
|
|
@@ -212,7 +212,7 @@ pathsimanalysis==1.2.0
|
|
|
212
212
|
# via mdanalysis
|
|
213
213
|
patsy==1.0.1
|
|
214
214
|
# via statsmodels
|
|
215
|
-
phonopy==2.
|
|
215
|
+
phonopy==2.32.0
|
|
216
216
|
# via matcalc
|
|
217
217
|
pillow==11.0.0
|
|
218
218
|
# via
|
|
@@ -306,7 +306,7 @@ requests==2.32.3
|
|
|
306
306
|
# pymatgen
|
|
307
307
|
robocrys==0.2.10
|
|
308
308
|
# via emmet-core
|
|
309
|
-
rpds-py==0.22.
|
|
309
|
+
rpds-py==0.22.3
|
|
310
310
|
# via
|
|
311
311
|
# jsonschema
|
|
312
312
|
# referencing
|
|
@@ -322,7 +322,7 @@ s3transfer==0.10.4
|
|
|
322
322
|
# via boto3
|
|
323
323
|
scikit-image==0.24.0
|
|
324
324
|
# via pymatgen-analysis-defects
|
|
325
|
-
scikit-learn==1.
|
|
325
|
+
scikit-learn==1.6.0
|
|
326
326
|
# via matminer
|
|
327
327
|
scipy==1.14.1
|
|
328
328
|
# via
|
|
@@ -330,7 +330,6 @@ scipy==1.14.1
|
|
|
330
330
|
# griddataformats
|
|
331
331
|
# mdanalysis
|
|
332
332
|
# pathsimanalysis
|
|
333
|
-
# phonopy
|
|
334
333
|
# pymatgen
|
|
335
334
|
# robocrys
|
|
336
335
|
# scikit-image
|
|
@@ -346,7 +345,7 @@ sentinels==1.0.0
|
|
|
346
345
|
# via mongomock
|
|
347
346
|
shapely==2.0.6
|
|
348
347
|
# via pymatgen-analysis-alloys
|
|
349
|
-
six==1.
|
|
348
|
+
six==1.17.0
|
|
350
349
|
# via
|
|
351
350
|
# pybtex
|
|
352
351
|
# python-dateutil
|
{emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/requirements/ubuntu-latest_py3.11_extras.txt
RENAMED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
#
|
|
7
7
|
aiohappyeyeballs==2.4.4
|
|
8
8
|
# via aiohttp
|
|
9
|
-
aiohttp==3.11.
|
|
9
|
+
aiohttp==3.11.10
|
|
10
10
|
# via fsspec
|
|
11
11
|
aioitertools==0.12.0
|
|
12
12
|
# via maggma
|
|
@@ -28,9 +28,9 @@ attrs==24.2.0
|
|
|
28
28
|
# referencing
|
|
29
29
|
bcrypt==4.2.1
|
|
30
30
|
# via paramiko
|
|
31
|
-
boto3==1.35.
|
|
31
|
+
boto3==1.35.78
|
|
32
32
|
# via maggma
|
|
33
|
-
botocore==1.35.
|
|
33
|
+
botocore==1.35.78
|
|
34
34
|
# via
|
|
35
35
|
# boto3
|
|
36
36
|
# s3transfer
|
|
@@ -56,7 +56,7 @@ colorama==0.4.6
|
|
|
56
56
|
# via griffe
|
|
57
57
|
contourpy==1.3.1
|
|
58
58
|
# via matplotlib
|
|
59
|
-
coverage[toml]==7.6.
|
|
59
|
+
coverage[toml]==7.6.9
|
|
60
60
|
# via pytest-cov
|
|
61
61
|
cryptography==44.0.0
|
|
62
62
|
# via paramiko
|
|
@@ -89,7 +89,7 @@ filelock==3.16.1
|
|
|
89
89
|
# virtualenv
|
|
90
90
|
flake8==7.1.1
|
|
91
91
|
# via emmet-builders (setup.py)
|
|
92
|
-
fonttools==4.55.
|
|
92
|
+
fonttools==4.55.3
|
|
93
93
|
# via matplotlib
|
|
94
94
|
frozenlist==1.5.0
|
|
95
95
|
# via
|
|
@@ -253,7 +253,7 @@ mmtf-python==1.1.3
|
|
|
253
253
|
# via mdanalysis
|
|
254
254
|
mongomock==4.3.0
|
|
255
255
|
# via maggma
|
|
256
|
-
monty==2024.10
|
|
256
|
+
monty==2024.12.10
|
|
257
257
|
# via
|
|
258
258
|
# emmet-core
|
|
259
259
|
# maggma
|
|
@@ -405,7 +405,7 @@ pathspec==0.12.1
|
|
|
405
405
|
# via mkdocs
|
|
406
406
|
patsy==1.0.1
|
|
407
407
|
# via statsmodels
|
|
408
|
-
phonopy==2.
|
|
408
|
+
phonopy==2.32.0
|
|
409
409
|
# via matcalc
|
|
410
410
|
pillow==11.0.0
|
|
411
411
|
# via
|
|
@@ -549,7 +549,7 @@ requests==2.32.3
|
|
|
549
549
|
# torchdata
|
|
550
550
|
robocrys==0.2.10
|
|
551
551
|
# via emmet-core
|
|
552
|
-
rpds-py==0.22.
|
|
552
|
+
rpds-py==0.22.3
|
|
553
553
|
# via
|
|
554
554
|
# jsonschema
|
|
555
555
|
# referencing
|
|
@@ -565,7 +565,7 @@ s3transfer==0.10.4
|
|
|
565
565
|
# via boto3
|
|
566
566
|
scikit-image==0.24.0
|
|
567
567
|
# via pymatgen-analysis-defects
|
|
568
|
-
scikit-learn==1.
|
|
568
|
+
scikit-learn==1.6.0
|
|
569
569
|
# via matminer
|
|
570
570
|
scipy==1.14.1
|
|
571
571
|
# via
|
|
@@ -574,7 +574,6 @@ scipy==1.14.1
|
|
|
574
574
|
# griddataformats
|
|
575
575
|
# mdanalysis
|
|
576
576
|
# pathsimanalysis
|
|
577
|
-
# phonopy
|
|
578
577
|
# pymatgen
|
|
579
578
|
# robocrys
|
|
580
579
|
# scikit-image
|
|
@@ -590,7 +589,7 @@ sentinels==1.0.0
|
|
|
590
589
|
# via mongomock
|
|
591
590
|
shapely==2.0.6
|
|
592
591
|
# via pymatgen-analysis-alloys
|
|
593
|
-
six==1.
|
|
592
|
+
six==1.17.0
|
|
594
593
|
# via
|
|
595
594
|
# pybtex
|
|
596
595
|
# python-dateutil
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/materials/absorption_spectrum.py
RENAMED
|
File without changes
|
|
File without changes
|
{emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/materials/basic_descriptors.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/materials/corrected_entries.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/materials/electronic_structure.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/materials/oxidation_states.py
RENAMED
|
File without changes
|
{emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/materials/piezoelectric.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/matscholar/missing_compositions.py
RENAMED
|
File without changes
|
|
File without changes
|
{emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/mobility/migration_graph.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/molecules/metal_binding.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet/builders/vasp/mp_potcar_stats.json.gz
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{emmet_builders-0.84.3rc6 → emmet_builders-0.84.4}/emmet_builders.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|