emmet-builders 0.55.0__tar.gz → 0.55.2__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.55.0 → emmet-builders-0.55.2}/PKG-INFO +1 -1
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet_builders.egg-info/PKG-INFO +1 -1
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/requirements/deployment.txt +9 -9
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/requirements/macos-latest_py3.10.txt +1 -1
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/requirements/macos-latest_py3.10_extras.txt +4 -4
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/requirements/macos-latest_py3.11.txt +1 -1
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/requirements/macos-latest_py3.11_extras.txt +4 -4
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/requirements/macos-latest_py3.8.txt +1 -1
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/requirements/macos-latest_py3.8_extras.txt +4 -4
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/requirements/macos-latest_py3.9.txt +1 -1
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/requirements/macos-latest_py3.9_extras.txt +4 -4
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/requirements/ubuntu-latest_py3.10.txt +1 -1
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/requirements/ubuntu-latest_py3.10_extras.txt +4 -4
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/requirements/ubuntu-latest_py3.11.txt +1 -1
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/requirements/ubuntu-latest_py3.11_extras.txt +4 -4
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/requirements/ubuntu-latest_py3.8.txt +1 -1
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/requirements/ubuntu-latest_py3.8_extras.txt +4 -4
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/requirements/ubuntu-latest_py3.9.txt +1 -1
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/requirements/ubuntu-latest_py3.9_extras.txt +4 -4
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/__init__.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/abinit/__init__.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/abinit/phonon.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/abinit/sound_velocity.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/feff/__init__.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/feff/xas.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/materials/__init__.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/materials/absorption_spectrum.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/materials/alloys.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/materials/basic_descriptors.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/materials/bonds.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/materials/chemenv.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/materials/corrected_entries.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/materials/dielectric.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/materials/elasticity.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/materials/electrodes.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/materials/electronic_structure.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/materials/magnetism.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/materials/optimade.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/materials/oxidation_states.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/materials/piezoelectric.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/materials/provenance.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/materials/robocrys.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/materials/similarity.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/materials/substrates.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/materials/summary.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/materials/thermo.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/mobility/__init__.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/mobility/migration_graph.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/molecules/__init__.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/molecules/atomic.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/molecules/bonds.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/molecules/orbitals.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/molecules/redox.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/molecules/summary.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/molecules/thermo.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/molecules/vibration.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/qchem/__init__.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/qchem/molecules.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/settings.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/utils.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/vasp/__init__.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/vasp/materials.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/vasp/task_validator.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet_builders.egg-info/SOURCES.txt +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet_builders.egg-info/dependency_links.txt +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet_builders.egg-info/not-zip-safe +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet_builders.egg-info/requires.txt +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet_builders.egg-info/top_level.txt +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/setup.cfg +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/setup.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/tests/__init__.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/tests/conftest.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/tests/molecules/__init__.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/tests/molecules/test_atomic.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/tests/molecules/test_bonds.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/tests/molecules/test_orbitals.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/tests/molecules/test_redox.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/tests/molecules/test_summary.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/tests/molecules/test_thermo.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/tests/molecules/test_vibration.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/tests/test_absorption.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/tests/test_basic_descriptors.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/tests/test_chemenv.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/tests/test_corrected_entries_thermo.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/tests/test_dielectric.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/tests/test_elasticity.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/tests/test_electronic_structure.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/tests/test_magnetism.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/tests/test_materials.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/tests/test_mobility.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/tests/test_oxidation.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/tests/test_piezoelectric.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/tests/test_qchem.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/tests/test_similarity.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/tests/test_summary.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/tests/test_utils.py +0 -0
- {emmet-builders-0.55.0 → emmet-builders-0.55.2}/tests/test_vasp.py +0 -0
|
@@ -14,9 +14,9 @@ bcrypt==4.0.1
|
|
|
14
14
|
# via paramiko
|
|
15
15
|
blinker==1.6.2
|
|
16
16
|
# via flask
|
|
17
|
-
boto3==1.26.
|
|
17
|
+
boto3==1.26.133
|
|
18
18
|
# via maggma
|
|
19
|
-
botocore==1.29.
|
|
19
|
+
botocore==1.29.133
|
|
20
20
|
# via
|
|
21
21
|
# boto3
|
|
22
22
|
# s3transfer
|
|
@@ -42,7 +42,7 @@ dnspython==2.3.0
|
|
|
42
42
|
# via
|
|
43
43
|
# maggma
|
|
44
44
|
# pymongo
|
|
45
|
-
emmet-core[all]==0.
|
|
45
|
+
emmet-core[all]==0.55.0
|
|
46
46
|
# via
|
|
47
47
|
# emmet-builders (emmet/emmet-builders/setup.py)
|
|
48
48
|
# mp-api
|
|
@@ -50,7 +50,7 @@ fastapi==0.95.1
|
|
|
50
50
|
# via maggma
|
|
51
51
|
flask==2.3.2
|
|
52
52
|
# via mongogrant
|
|
53
|
-
fonttools==4.39.
|
|
53
|
+
fonttools==4.39.4
|
|
54
54
|
# via matplotlib
|
|
55
55
|
future==0.18.3
|
|
56
56
|
# via
|
|
@@ -106,7 +106,7 @@ monty==2023.5.8
|
|
|
106
106
|
# mp-api
|
|
107
107
|
# pymatgen
|
|
108
108
|
# robocrys
|
|
109
|
-
mp-api==0.33.
|
|
109
|
+
mp-api==0.33.2
|
|
110
110
|
# via pymatgen
|
|
111
111
|
mpmath==1.3.0
|
|
112
112
|
# via sympy
|
|
@@ -170,7 +170,7 @@ pydantic==1.10.7
|
|
|
170
170
|
# maggma
|
|
171
171
|
pydash==7.0.3
|
|
172
172
|
# via maggma
|
|
173
|
-
pymatgen==2023.
|
|
173
|
+
pymatgen==2023.5.10
|
|
174
174
|
# via
|
|
175
175
|
# emmet-core
|
|
176
176
|
# matminer
|
|
@@ -213,7 +213,7 @@ requests==2.30.0
|
|
|
213
213
|
# pymatgen
|
|
214
214
|
robocrys==0.2.7
|
|
215
215
|
# via emmet-core
|
|
216
|
-
ruamel-yaml==0.17.
|
|
216
|
+
ruamel-yaml==0.17.26
|
|
217
217
|
# via
|
|
218
218
|
# pymatgen
|
|
219
219
|
# robocrys
|
|
@@ -252,7 +252,7 @@ sshtunnel==0.4.0
|
|
|
252
252
|
# via maggma
|
|
253
253
|
starlette==0.26.1
|
|
254
254
|
# via fastapi
|
|
255
|
-
sympy==1.
|
|
255
|
+
sympy==1.12
|
|
256
256
|
# via
|
|
257
257
|
# matminer
|
|
258
258
|
# pymatgen
|
|
@@ -281,7 +281,7 @@ urllib3==1.26.15
|
|
|
281
281
|
# via
|
|
282
282
|
# botocore
|
|
283
283
|
# requests
|
|
284
|
-
werkzeug==2.3.
|
|
284
|
+
werkzeug==2.3.4
|
|
285
285
|
# via flask
|
|
286
286
|
|
|
287
287
|
# The following packages are considered to be unsafe in a requirements file:
|
|
@@ -55,7 +55,7 @@ dnspython==2.3.0
|
|
|
55
55
|
# via
|
|
56
56
|
# maggma
|
|
57
57
|
# pymongo
|
|
58
|
-
emmet-core[all]==0.
|
|
58
|
+
emmet-core[all]==0.55.0
|
|
59
59
|
# via
|
|
60
60
|
# emmet-builders (setup.py)
|
|
61
61
|
# mp-api
|
|
@@ -77,7 +77,7 @@ future==0.18.3
|
|
|
77
77
|
# uncertainties
|
|
78
78
|
ghp-import==2.1.0
|
|
79
79
|
# via mkdocs
|
|
80
|
-
griffe==0.27.
|
|
80
|
+
griffe==0.27.5
|
|
81
81
|
# via mkdocstrings-python
|
|
82
82
|
htmlmin2==0.1.13
|
|
83
83
|
# via mkdocs-minify-plugin
|
|
@@ -203,7 +203,7 @@ networkx==3.1
|
|
|
203
203
|
# via
|
|
204
204
|
# pymatgen
|
|
205
205
|
# robocrys
|
|
206
|
-
nodeenv==1.
|
|
206
|
+
nodeenv==1.8.0
|
|
207
207
|
# via pre-commit
|
|
208
208
|
numpy==1.24.3
|
|
209
209
|
# via
|
|
@@ -391,7 +391,7 @@ tomli==2.0.1
|
|
|
391
391
|
# coverage
|
|
392
392
|
# mypy
|
|
393
393
|
# pytest
|
|
394
|
-
tornado==6.3.
|
|
394
|
+
tornado==6.3.2
|
|
395
395
|
# via livereload
|
|
396
396
|
tqdm==4.65.0
|
|
397
397
|
# via
|
|
@@ -55,7 +55,7 @@ dnspython==2.3.0
|
|
|
55
55
|
# via
|
|
56
56
|
# maggma
|
|
57
57
|
# pymongo
|
|
58
|
-
emmet-core[all]==0.
|
|
58
|
+
emmet-core[all]==0.55.0
|
|
59
59
|
# via
|
|
60
60
|
# emmet-builders (setup.py)
|
|
61
61
|
# mp-api
|
|
@@ -75,7 +75,7 @@ future==0.18.3
|
|
|
75
75
|
# uncertainties
|
|
76
76
|
ghp-import==2.1.0
|
|
77
77
|
# via mkdocs
|
|
78
|
-
griffe==0.27.
|
|
78
|
+
griffe==0.27.5
|
|
79
79
|
# via mkdocstrings-python
|
|
80
80
|
htmlmin2==0.1.13
|
|
81
81
|
# via mkdocs-minify-plugin
|
|
@@ -201,7 +201,7 @@ networkx==3.1
|
|
|
201
201
|
# via
|
|
202
202
|
# pymatgen
|
|
203
203
|
# robocrys
|
|
204
|
-
nodeenv==1.
|
|
204
|
+
nodeenv==1.8.0
|
|
205
205
|
# via pre-commit
|
|
206
206
|
numpy==1.24.3
|
|
207
207
|
# via
|
|
@@ -384,7 +384,7 @@ tenacity==8.2.2
|
|
|
384
384
|
# via plotly
|
|
385
385
|
threadpoolctl==3.1.0
|
|
386
386
|
# via scikit-learn
|
|
387
|
-
tornado==6.3.
|
|
387
|
+
tornado==6.3.2
|
|
388
388
|
# via livereload
|
|
389
389
|
tqdm==4.65.0
|
|
390
390
|
# via
|
|
@@ -55,7 +55,7 @@ dnspython==2.3.0
|
|
|
55
55
|
# via
|
|
56
56
|
# maggma
|
|
57
57
|
# pymongo
|
|
58
|
-
emmet-core[all]==0.
|
|
58
|
+
emmet-core[all]==0.55.0
|
|
59
59
|
# via
|
|
60
60
|
# emmet-builders (setup.py)
|
|
61
61
|
# mp-api
|
|
@@ -77,7 +77,7 @@ future==0.18.3
|
|
|
77
77
|
# uncertainties
|
|
78
78
|
ghp-import==2.1.0
|
|
79
79
|
# via mkdocs
|
|
80
|
-
griffe==0.27.
|
|
80
|
+
griffe==0.27.5
|
|
81
81
|
# via mkdocstrings-python
|
|
82
82
|
htmlmin2==0.1.13
|
|
83
83
|
# via mkdocs-minify-plugin
|
|
@@ -212,7 +212,7 @@ networkx==3.1
|
|
|
212
212
|
# via
|
|
213
213
|
# pymatgen
|
|
214
214
|
# robocrys
|
|
215
|
-
nodeenv==1.
|
|
215
|
+
nodeenv==1.8.0
|
|
216
216
|
# via pre-commit
|
|
217
217
|
numpy==1.24.3
|
|
218
218
|
# via
|
|
@@ -402,7 +402,7 @@ tomli==2.0.1
|
|
|
402
402
|
# coverage
|
|
403
403
|
# mypy
|
|
404
404
|
# pytest
|
|
405
|
-
tornado==6.3.
|
|
405
|
+
tornado==6.3.2
|
|
406
406
|
# via livereload
|
|
407
407
|
tqdm==4.65.0
|
|
408
408
|
# via
|
|
@@ -55,7 +55,7 @@ dnspython==2.3.0
|
|
|
55
55
|
# via
|
|
56
56
|
# maggma
|
|
57
57
|
# pymongo
|
|
58
|
-
emmet-core[all]==0.
|
|
58
|
+
emmet-core[all]==0.55.0
|
|
59
59
|
# via
|
|
60
60
|
# emmet-builders (setup.py)
|
|
61
61
|
# mp-api
|
|
@@ -77,7 +77,7 @@ future==0.18.3
|
|
|
77
77
|
# uncertainties
|
|
78
78
|
ghp-import==2.1.0
|
|
79
79
|
# via mkdocs
|
|
80
|
-
griffe==0.27.
|
|
80
|
+
griffe==0.27.5
|
|
81
81
|
# via mkdocstrings-python
|
|
82
82
|
htmlmin2==0.1.13
|
|
83
83
|
# via mkdocs-minify-plugin
|
|
@@ -210,7 +210,7 @@ networkx==3.1
|
|
|
210
210
|
# via
|
|
211
211
|
# pymatgen
|
|
212
212
|
# robocrys
|
|
213
|
-
nodeenv==1.
|
|
213
|
+
nodeenv==1.8.0
|
|
214
214
|
# via pre-commit
|
|
215
215
|
numpy==1.24.3
|
|
216
216
|
# via
|
|
@@ -398,7 +398,7 @@ tomli==2.0.1
|
|
|
398
398
|
# coverage
|
|
399
399
|
# mypy
|
|
400
400
|
# pytest
|
|
401
|
-
tornado==6.3.
|
|
401
|
+
tornado==6.3.2
|
|
402
402
|
# via livereload
|
|
403
403
|
tqdm==4.65.0
|
|
404
404
|
# via
|
{emmet-builders-0.55.0 → emmet-builders-0.55.2}/requirements/ubuntu-latest_py3.10_extras.txt
RENAMED
|
@@ -55,7 +55,7 @@ dnspython==2.3.0
|
|
|
55
55
|
# via
|
|
56
56
|
# maggma
|
|
57
57
|
# pymongo
|
|
58
|
-
emmet-core[all]==0.
|
|
58
|
+
emmet-core[all]==0.55.0
|
|
59
59
|
# via
|
|
60
60
|
# emmet-builders (setup.py)
|
|
61
61
|
# mp-api
|
|
@@ -77,7 +77,7 @@ future==0.18.3
|
|
|
77
77
|
# uncertainties
|
|
78
78
|
ghp-import==2.1.0
|
|
79
79
|
# via mkdocs
|
|
80
|
-
griffe==0.27.
|
|
80
|
+
griffe==0.27.5
|
|
81
81
|
# via mkdocstrings-python
|
|
82
82
|
htmlmin2==0.1.13
|
|
83
83
|
# via mkdocs-minify-plugin
|
|
@@ -203,7 +203,7 @@ networkx==3.1
|
|
|
203
203
|
# via
|
|
204
204
|
# pymatgen
|
|
205
205
|
# robocrys
|
|
206
|
-
nodeenv==1.
|
|
206
|
+
nodeenv==1.8.0
|
|
207
207
|
# via pre-commit
|
|
208
208
|
numpy==1.24.3
|
|
209
209
|
# via
|
|
@@ -391,7 +391,7 @@ tomli==2.0.1
|
|
|
391
391
|
# coverage
|
|
392
392
|
# mypy
|
|
393
393
|
# pytest
|
|
394
|
-
tornado==6.3.
|
|
394
|
+
tornado==6.3.2
|
|
395
395
|
# via livereload
|
|
396
396
|
tqdm==4.65.0
|
|
397
397
|
# via
|
{emmet-builders-0.55.0 → emmet-builders-0.55.2}/requirements/ubuntu-latest_py3.11_extras.txt
RENAMED
|
@@ -55,7 +55,7 @@ dnspython==2.3.0
|
|
|
55
55
|
# via
|
|
56
56
|
# maggma
|
|
57
57
|
# pymongo
|
|
58
|
-
emmet-core[all]==0.
|
|
58
|
+
emmet-core[all]==0.55.0
|
|
59
59
|
# via
|
|
60
60
|
# emmet-builders (setup.py)
|
|
61
61
|
# mp-api
|
|
@@ -75,7 +75,7 @@ future==0.18.3
|
|
|
75
75
|
# uncertainties
|
|
76
76
|
ghp-import==2.1.0
|
|
77
77
|
# via mkdocs
|
|
78
|
-
griffe==0.27.
|
|
78
|
+
griffe==0.27.5
|
|
79
79
|
# via mkdocstrings-python
|
|
80
80
|
htmlmin2==0.1.13
|
|
81
81
|
# via mkdocs-minify-plugin
|
|
@@ -201,7 +201,7 @@ networkx==3.1
|
|
|
201
201
|
# via
|
|
202
202
|
# pymatgen
|
|
203
203
|
# robocrys
|
|
204
|
-
nodeenv==1.
|
|
204
|
+
nodeenv==1.8.0
|
|
205
205
|
# via pre-commit
|
|
206
206
|
numpy==1.24.3
|
|
207
207
|
# via
|
|
@@ -384,7 +384,7 @@ tenacity==8.2.2
|
|
|
384
384
|
# via plotly
|
|
385
385
|
threadpoolctl==3.1.0
|
|
386
386
|
# via scikit-learn
|
|
387
|
-
tornado==6.3.
|
|
387
|
+
tornado==6.3.2
|
|
388
388
|
# via livereload
|
|
389
389
|
tqdm==4.65.0
|
|
390
390
|
# via
|
|
@@ -55,7 +55,7 @@ dnspython==2.3.0
|
|
|
55
55
|
# via
|
|
56
56
|
# maggma
|
|
57
57
|
# pymongo
|
|
58
|
-
emmet-core[all]==0.
|
|
58
|
+
emmet-core[all]==0.55.0
|
|
59
59
|
# via
|
|
60
60
|
# emmet-builders (setup.py)
|
|
61
61
|
# mp-api
|
|
@@ -77,7 +77,7 @@ future==0.18.3
|
|
|
77
77
|
# uncertainties
|
|
78
78
|
ghp-import==2.1.0
|
|
79
79
|
# via mkdocs
|
|
80
|
-
griffe==0.27.
|
|
80
|
+
griffe==0.27.5
|
|
81
81
|
# via mkdocstrings-python
|
|
82
82
|
htmlmin2==0.1.13
|
|
83
83
|
# via mkdocs-minify-plugin
|
|
@@ -212,7 +212,7 @@ networkx==3.1
|
|
|
212
212
|
# via
|
|
213
213
|
# pymatgen
|
|
214
214
|
# robocrys
|
|
215
|
-
nodeenv==1.
|
|
215
|
+
nodeenv==1.8.0
|
|
216
216
|
# via pre-commit
|
|
217
217
|
numpy==1.24.3
|
|
218
218
|
# via
|
|
@@ -402,7 +402,7 @@ tomli==2.0.1
|
|
|
402
402
|
# coverage
|
|
403
403
|
# mypy
|
|
404
404
|
# pytest
|
|
405
|
-
tornado==6.3.
|
|
405
|
+
tornado==6.3.2
|
|
406
406
|
# via livereload
|
|
407
407
|
tqdm==4.65.0
|
|
408
408
|
# via
|
|
@@ -55,7 +55,7 @@ dnspython==2.3.0
|
|
|
55
55
|
# via
|
|
56
56
|
# maggma
|
|
57
57
|
# pymongo
|
|
58
|
-
emmet-core[all]==0.
|
|
58
|
+
emmet-core[all]==0.55.0
|
|
59
59
|
# via
|
|
60
60
|
# emmet-builders (setup.py)
|
|
61
61
|
# mp-api
|
|
@@ -77,7 +77,7 @@ future==0.18.3
|
|
|
77
77
|
# uncertainties
|
|
78
78
|
ghp-import==2.1.0
|
|
79
79
|
# via mkdocs
|
|
80
|
-
griffe==0.27.
|
|
80
|
+
griffe==0.27.5
|
|
81
81
|
# via mkdocstrings-python
|
|
82
82
|
htmlmin2==0.1.13
|
|
83
83
|
# via mkdocs-minify-plugin
|
|
@@ -210,7 +210,7 @@ networkx==3.1
|
|
|
210
210
|
# via
|
|
211
211
|
# pymatgen
|
|
212
212
|
# robocrys
|
|
213
|
-
nodeenv==1.
|
|
213
|
+
nodeenv==1.8.0
|
|
214
214
|
# via pre-commit
|
|
215
215
|
numpy==1.24.3
|
|
216
216
|
# via
|
|
@@ -398,7 +398,7 @@ tomli==2.0.1
|
|
|
398
398
|
# coverage
|
|
399
399
|
# mypy
|
|
400
400
|
# pytest
|
|
401
|
-
tornado==6.3.
|
|
401
|
+
tornado==6.3.2
|
|
402
402
|
# via livereload
|
|
403
403
|
tqdm==4.65.0
|
|
404
404
|
# via
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/materials/absorption_spectrum.py
RENAMED
|
File without changes
|
|
File without changes
|
{emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/materials/basic_descriptors.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/materials/corrected_entries.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/materials/electronic_structure.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{emmet-builders-0.55.0 → emmet-builders-0.55.2}/emmet/builders/materials/oxidation_states.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
|
|
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.55.0 → emmet-builders-0.55.2}/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
|