emmet-builders 0.48.3__tar.gz → 0.48.5__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.

Files changed (97) hide show
  1. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/PKG-INFO +1 -1
  2. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet/builders/abinit/phonon.py +2 -1
  3. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet/builders/abinit/sound_velocity.py +10 -10
  4. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet/builders/vasp/materials.py +1 -1
  5. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet_builders.egg-info/PKG-INFO +1 -1
  6. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/requirements/deployment.txt +7 -7
  7. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/requirements/macos-latest_py3.10.txt +5 -5
  8. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/requirements/macos-latest_py3.10_extras.txt +10 -12
  9. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/requirements/macos-latest_py3.11.txt +5 -5
  10. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/requirements/macos-latest_py3.11_extras.txt +10 -12
  11. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/requirements/macos-latest_py3.8.txt +6 -6
  12. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/requirements/macos-latest_py3.8_extras.txt +11 -13
  13. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/requirements/macos-latest_py3.9.txt +6 -6
  14. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/requirements/macos-latest_py3.9_extras.txt +11 -13
  15. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/requirements/ubuntu-latest_py3.10.txt +5 -5
  16. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/requirements/ubuntu-latest_py3.10_extras.txt +10 -12
  17. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/requirements/ubuntu-latest_py3.11.txt +5 -5
  18. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/requirements/ubuntu-latest_py3.11_extras.txt +10 -12
  19. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/requirements/ubuntu-latest_py3.8.txt +6 -6
  20. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/requirements/ubuntu-latest_py3.8_extras.txt +11 -13
  21. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/requirements/ubuntu-latest_py3.9.txt +6 -6
  22. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/requirements/ubuntu-latest_py3.9_extras.txt +11 -13
  23. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet/builders/__init__.py +0 -0
  24. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet/builders/abinit/__init__.py +0 -0
  25. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet/builders/feff/__init__.py +0 -0
  26. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet/builders/feff/xas.py +0 -0
  27. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet/builders/materials/__init__.py +0 -0
  28. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet/builders/materials/absorption_spectrum.py +0 -0
  29. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet/builders/materials/alloys.py +0 -0
  30. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet/builders/materials/basic_descriptors.py +0 -0
  31. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet/builders/materials/bonds.py +0 -0
  32. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet/builders/materials/chemenv.py +0 -0
  33. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet/builders/materials/corrected_entries.py +0 -0
  34. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet/builders/materials/dielectric.py +0 -0
  35. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet/builders/materials/elasticity.py +0 -0
  36. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet/builders/materials/electrodes.py +0 -0
  37. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet/builders/materials/electronic_structure.py +0 -0
  38. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet/builders/materials/magnetism.py +0 -0
  39. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet/builders/materials/optimade.py +0 -0
  40. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet/builders/materials/oxidation_states.py +0 -0
  41. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet/builders/materials/piezoelectric.py +0 -0
  42. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet/builders/materials/provenance.py +0 -0
  43. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet/builders/materials/robocrys.py +0 -0
  44. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet/builders/materials/similarity.py +0 -0
  45. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet/builders/materials/substrates.py +0 -0
  46. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet/builders/materials/summary.py +0 -0
  47. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet/builders/materials/thermo.py +0 -0
  48. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet/builders/mobility/__init__.py +0 -0
  49. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet/builders/mobility/migration_graph.py +0 -0
  50. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet/builders/molecules/__init__.py +0 -0
  51. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet/builders/molecules/atomic.py +0 -0
  52. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet/builders/molecules/bonds.py +0 -0
  53. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet/builders/molecules/orbitals.py +0 -0
  54. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet/builders/molecules/redox.py +0 -0
  55. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet/builders/molecules/summary.py +0 -0
  56. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet/builders/molecules/thermo.py +0 -0
  57. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet/builders/molecules/vibration.py +0 -0
  58. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet/builders/qchem/__init__.py +0 -0
  59. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet/builders/qchem/molecules.py +0 -0
  60. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet/builders/settings.py +0 -0
  61. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet/builders/utils.py +0 -0
  62. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet/builders/vasp/__init__.py +0 -0
  63. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet/builders/vasp/task_validator.py +0 -0
  64. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet_builders.egg-info/SOURCES.txt +0 -0
  65. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet_builders.egg-info/dependency_links.txt +0 -0
  66. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet_builders.egg-info/not-zip-safe +0 -0
  67. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet_builders.egg-info/requires.txt +0 -0
  68. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/emmet_builders.egg-info/top_level.txt +0 -0
  69. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/setup.cfg +0 -0
  70. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/setup.py +0 -0
  71. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/tests/__init__.py +0 -0
  72. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/tests/conftest.py +0 -0
  73. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/tests/molecules/__init__.py +0 -0
  74. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/tests/molecules/test_atomic.py +0 -0
  75. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/tests/molecules/test_bonds.py +0 -0
  76. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/tests/molecules/test_orbitals.py +0 -0
  77. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/tests/molecules/test_redox.py +0 -0
  78. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/tests/molecules/test_summary.py +0 -0
  79. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/tests/molecules/test_thermo.py +0 -0
  80. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/tests/molecules/test_vibration.py +0 -0
  81. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/tests/test_absorption.py +0 -0
  82. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/tests/test_basic_descriptors.py +0 -0
  83. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/tests/test_chemenv.py +0 -0
  84. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/tests/test_corrected_entries_thermo.py +0 -0
  85. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/tests/test_dielectric.py +0 -0
  86. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/tests/test_elasticity.py +0 -0
  87. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/tests/test_electronic_structure.py +0 -0
  88. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/tests/test_magnetism.py +0 -0
  89. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/tests/test_materials.py +0 -0
  90. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/tests/test_mobility.py +0 -0
  91. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/tests/test_oxidation.py +0 -0
  92. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/tests/test_piezoelectric.py +0 -0
  93. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/tests/test_qchem.py +0 -0
  94. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/tests/test_similarity.py +0 -0
  95. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/tests/test_summary.py +0 -0
  96. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/tests/test_utils.py +0 -0
  97. {emmet-builders-0.48.3 → emmet-builders-0.48.5}/tests/test_vasp.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: emmet-builders
3
- Version: 0.48.3
3
+ Version: 0.48.5
4
4
  Summary: Builders for the Emmet Library
5
5
  Home-page: https://github.com/materialsproject/emmet
6
6
  Author: The Materials Project
@@ -56,7 +56,8 @@ class PhononBuilder(Builder):
56
56
  standard MongoDB document.
57
57
 
58
58
  Args:
59
- materials (Store): source Store of materials documents.
59
+ phonon_materials (Store): source Store of phonon materials documents
60
+ containing abinit_input and abinit_output.
60
61
  ddb_source (Store): source Store of ddb files. Matching the data in the materials Store.
61
62
  phonon (Store): target Store of the phonon properties
62
63
  phonon_bs (Store): target Store for the phonon band structure. The document may
@@ -1,5 +1,4 @@
1
1
  import tempfile
2
- import gridfs
3
2
  import traceback
4
3
  from typing import Optional, Dict, List, Iterator
5
4
 
@@ -16,7 +15,8 @@ from emmet.core.utils import jsanitize
16
15
  class SoundVelocityBuilder(Builder):
17
16
  def __init__(
18
17
  self,
19
- materials: Store,
18
+ phonon_materials: Store,
19
+ ddb_source: Store,
20
20
  sound_vel: Store,
21
21
  query: Optional[dict] = None,
22
22
  manager: Optional[TaskManager] = None,
@@ -27,14 +27,17 @@ class SoundVelocityBuilder(Builder):
27
27
  the phonon calculations.
28
28
 
29
29
  Args:
30
- materials (Store): source Store of materials documents
30
+ phonon_materials (Store): source Store of phonon materials documents
31
+ containing abinit_input and abinit_output.
32
+ ddb_source (Store): source Store of ddb files. Matching the data in the materials Store.
31
33
  sound_vel (Store): target Store of the sound velocity
32
34
  query (dict): dictionary to limit materials to be analyzed
33
35
  manager (TaskManager): an instance of the abipy TaskManager. If None it will be
34
36
  generated from user configuration.
35
37
  """
36
38
 
37
- self.materials = materials
39
+ self.phonon_materials = phonon_materials
40
+ self.ddb_source = ddb_source
38
41
  self.sound_vel = sound_vel
39
42
  self.query = query or {}
40
43
 
@@ -43,7 +46,7 @@ class SoundVelocityBuilder(Builder):
43
46
  else:
44
47
  self.manager = manager
45
48
 
46
- super().__init__(sources=[materials], targets=[sound_vel], **kwargs)
49
+ super().__init__(sources=[phonon_materials], targets=[sound_vel], **kwargs)
47
50
 
48
51
  def get_items(self) -> Iterator[Dict]:
49
52
  """
@@ -71,15 +74,12 @@ class SoundVelocityBuilder(Builder):
71
74
  # file ids to be fetched
72
75
  projection["abinit_output.ddb_id"] = 1
73
76
 
74
- # initialize the gridfs
75
- ddbfs = gridfs.GridFS(self.materials.collection.database, "ddb_fs")
76
-
77
77
  for m in mats:
78
- item = self.materials.query_one(properties=projection, criteria={self.materials.key: m})
78
+ item = self.phonon_materials.query_one(properties=projection, criteria={self.phonon_materials.key: m})
79
79
 
80
80
  # Read the DDB file and pass as an object. Do not write here since in case of parallel
81
81
  # execution each worker will write its own file.
82
- item["ddb_str"] = ddbfs.get(item["abinit_output"]["ddb_id"]).read().decode("utf-8")
82
+ item["ddb_str"] = self.ddb_source.get(item["abinit_output"]["ddb_id"]).read().decode("utf-8")
83
83
 
84
84
  yield item
85
85
 
@@ -310,7 +310,7 @@ class MaterialsBuilder(Builder):
310
310
  if (
311
311
  transmuter is None
312
312
  ): # Do not include deformed tasks without transmuter information
313
- self.logger.warn(
313
+ self.logger.debug(
314
314
  "Cannot find transmuter for deformation task {}. Excluding task.".format(
315
315
  task.task_id
316
316
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: emmet-builders
3
- Version: 0.48.3
3
+ Version: 0.48.5
4
4
  Summary: Builders for the Emmet Library
5
5
  Home-page: https://github.com/materialsproject/emmet
6
6
  Author: The Materials Project
@@ -12,9 +12,9 @@ attrs==22.2.0
12
12
  # via jsonschema
13
13
  bcrypt==4.0.1
14
14
  # via paramiko
15
- boto3==1.26.77
15
+ boto3==1.26.80
16
16
  # via maggma
17
- botocore==1.29.77
17
+ botocore==1.29.80
18
18
  # via
19
19
  # boto3
20
20
  # s3transfer
@@ -40,7 +40,7 @@ dnspython==2.3.0
40
40
  # via
41
41
  # maggma
42
42
  # pymongo
43
- emmet-core[all]==0.44.0
43
+ emmet-core[all]==0.48.3
44
44
  # via
45
45
  # emmet-builders (emmet/emmet-builders/setup.py)
46
46
  # mp-api
@@ -152,7 +152,7 @@ paramiko==3.0.0
152
152
  # via sshtunnel
153
153
  pillow==9.4.0
154
154
  # via matplotlib
155
- plotly==5.13.0
155
+ plotly==5.13.1
156
156
  # via pymatgen
157
157
  pubchempy==1.0.4
158
158
  # via robocrys
@@ -169,9 +169,9 @@ pydantic==1.10.5
169
169
  # fastapi
170
170
  # inflect
171
171
  # maggma
172
- pydash==6.0.1
172
+ pydash==6.0.2
173
173
  # via maggma
174
- pymatgen==2023.1.30
174
+ pymatgen==2023.2.22
175
175
  # via
176
176
  # emmet-core
177
177
  # matminer
@@ -283,7 +283,7 @@ urllib3==1.26.14
283
283
  # requests
284
284
  werkzeug==2.2.3
285
285
  # via flask
286
- zipp==3.14.0
286
+ zipp==3.15.0
287
287
  # via
288
288
  # importlib-metadata
289
289
  # importlib-resources
@@ -12,9 +12,9 @@ attrs==22.2.0
12
12
  # via jsonschema
13
13
  bcrypt==4.0.1
14
14
  # via paramiko
15
- boto3==1.26.78
15
+ boto3==1.26.79
16
16
  # via maggma
17
- botocore==1.29.78
17
+ botocore==1.29.79
18
18
  # via
19
19
  # boto3
20
20
  # s3transfer
@@ -40,7 +40,7 @@ dnspython==2.3.0
40
40
  # via
41
41
  # maggma
42
42
  # pymongo
43
- emmet-core[all]==0.45.0
43
+ emmet-core[all]==0.48.3
44
44
  # via
45
45
  # emmet-builders (setup.py)
46
46
  # mp-api
@@ -144,7 +144,7 @@ paramiko==3.0.0
144
144
  # via sshtunnel
145
145
  pillow==9.4.0
146
146
  # via matplotlib
147
- plotly==5.13.0
147
+ plotly==5.13.1
148
148
  # via pymatgen
149
149
  pubchempy==1.0.4
150
150
  # via robocrys
@@ -161,7 +161,7 @@ pydantic==1.10.5
161
161
  # fastapi
162
162
  # inflect
163
163
  # maggma
164
- pydash==6.0.1
164
+ pydash==6.0.2
165
165
  # via maggma
166
166
  pymatgen==2023.2.22
167
167
  # via
@@ -14,9 +14,9 @@ attrs==22.2.0
14
14
  # pytest
15
15
  bcrypt==4.0.1
16
16
  # via paramiko
17
- boto3==1.26.78
17
+ boto3==1.26.79
18
18
  # via maggma
19
- botocore==1.29.78
19
+ botocore==1.29.79
20
20
  # via
21
21
  # boto3
22
22
  # s3transfer
@@ -41,7 +41,7 @@ colorama==0.4.6
41
41
  # via griffe
42
42
  contourpy==1.0.7
43
43
  # via matplotlib
44
- coverage[toml]==7.2.0
44
+ coverage[toml]==7.2.1
45
45
  # via pytest-cov
46
46
  cryptography==39.0.1
47
47
  # via paramiko
@@ -55,7 +55,7 @@ dnspython==2.3.0
55
55
  # via
56
56
  # maggma
57
57
  # pymongo
58
- emmet-core[all]==0.45.0
58
+ emmet-core[all]==0.48.3
59
59
  # via
60
60
  # emmet-builders (setup.py)
61
61
  # mp-api
@@ -239,7 +239,7 @@ pillow==9.4.0
239
239
  # via matplotlib
240
240
  platformdirs==3.0.0
241
241
  # via virtualenv
242
- plotly==5.13.0
242
+ plotly==5.13.1
243
243
  # via pymatgen
244
244
  pluggy==1.0.0
245
245
  # via pytest
@@ -264,7 +264,7 @@ pydantic==1.10.5
264
264
  # fastapi
265
265
  # inflect
266
266
  # maggma
267
- pydash==6.0.1
267
+ pydash==6.0.2
268
268
  # via maggma
269
269
  pydocstyle==6.3.0
270
270
  # via emmet-builders (setup.py)
@@ -396,13 +396,11 @@ tqdm==4.64.1
396
396
  # maggma
397
397
  # matminer
398
398
  # pymatgen
399
- types-docutils==0.19.1.6
400
- # via types-setuptools
401
- types-requests==2.28.11.14
399
+ types-requests==2.28.11.15
402
400
  # via emmet-builders (setup.py)
403
- types-setuptools==67.4.0.1
401
+ types-setuptools==67.4.0.3
404
402
  # via emmet-builders (setup.py)
405
- types-urllib3==1.26.25.7
403
+ types-urllib3==1.26.25.8
406
404
  # via types-requests
407
405
  typing-extensions==4.5.0
408
406
  # via
@@ -418,7 +416,7 @@ urllib3==1.26.14
418
416
  # requests
419
417
  virtualenv==20.19.0
420
418
  # via pre-commit
421
- watchdog==2.2.1
419
+ watchdog==2.3.0
422
420
  # via mkdocs
423
421
  wcmatch==8.4.1
424
422
  # via mkdocs-awesome-pages-plugin
@@ -12,9 +12,9 @@ attrs==22.2.0
12
12
  # via jsonschema
13
13
  bcrypt==4.0.1
14
14
  # via paramiko
15
- boto3==1.26.78
15
+ boto3==1.26.79
16
16
  # via maggma
17
- botocore==1.29.78
17
+ botocore==1.29.79
18
18
  # via
19
19
  # boto3
20
20
  # s3transfer
@@ -40,7 +40,7 @@ dnspython==2.3.0
40
40
  # via
41
41
  # maggma
42
42
  # pymongo
43
- emmet-core[all]==0.45.0
43
+ emmet-core[all]==0.48.3
44
44
  # via
45
45
  # emmet-builders (setup.py)
46
46
  # mp-api
@@ -144,7 +144,7 @@ paramiko==3.0.0
144
144
  # via sshtunnel
145
145
  pillow==9.4.0
146
146
  # via matplotlib
147
- plotly==5.13.0
147
+ plotly==5.13.1
148
148
  # via pymatgen
149
149
  pubchempy==1.0.4
150
150
  # via robocrys
@@ -161,7 +161,7 @@ pydantic==1.10.5
161
161
  # fastapi
162
162
  # inflect
163
163
  # maggma
164
- pydash==6.0.1
164
+ pydash==6.0.2
165
165
  # via maggma
166
166
  pymatgen==2023.2.22
167
167
  # via
@@ -14,9 +14,9 @@ attrs==22.2.0
14
14
  # pytest
15
15
  bcrypt==4.0.1
16
16
  # via paramiko
17
- boto3==1.26.78
17
+ boto3==1.26.79
18
18
  # via maggma
19
- botocore==1.29.78
19
+ botocore==1.29.79
20
20
  # via
21
21
  # boto3
22
22
  # s3transfer
@@ -41,7 +41,7 @@ colorama==0.4.6
41
41
  # via griffe
42
42
  contourpy==1.0.7
43
43
  # via matplotlib
44
- coverage[toml]==7.2.0
44
+ coverage[toml]==7.2.1
45
45
  # via pytest-cov
46
46
  cryptography==39.0.1
47
47
  # via paramiko
@@ -55,7 +55,7 @@ dnspython==2.3.0
55
55
  # via
56
56
  # maggma
57
57
  # pymongo
58
- emmet-core[all]==0.45.0
58
+ emmet-core[all]==0.48.3
59
59
  # via
60
60
  # emmet-builders (setup.py)
61
61
  # mp-api
@@ -237,7 +237,7 @@ pillow==9.4.0
237
237
  # via matplotlib
238
238
  platformdirs==3.0.0
239
239
  # via virtualenv
240
- plotly==5.13.0
240
+ plotly==5.13.1
241
241
  # via pymatgen
242
242
  pluggy==1.0.0
243
243
  # via pytest
@@ -262,7 +262,7 @@ pydantic==1.10.5
262
262
  # fastapi
263
263
  # inflect
264
264
  # maggma
265
- pydash==6.0.1
265
+ pydash==6.0.2
266
266
  # via maggma
267
267
  pydocstyle==6.3.0
268
268
  # via emmet-builders (setup.py)
@@ -387,13 +387,11 @@ tqdm==4.64.1
387
387
  # maggma
388
388
  # matminer
389
389
  # pymatgen
390
- types-docutils==0.19.1.6
391
- # via types-setuptools
392
- types-requests==2.28.11.14
390
+ types-requests==2.28.11.15
393
391
  # via emmet-builders (setup.py)
394
- types-setuptools==67.4.0.1
392
+ types-setuptools==67.4.0.3
395
393
  # via emmet-builders (setup.py)
396
- types-urllib3==1.26.25.7
394
+ types-urllib3==1.26.25.8
397
395
  # via types-requests
398
396
  typing-extensions==4.5.0
399
397
  # via
@@ -409,7 +407,7 @@ urllib3==1.26.14
409
407
  # requests
410
408
  virtualenv==20.19.0
411
409
  # via pre-commit
412
- watchdog==2.2.1
410
+ watchdog==2.3.0
413
411
  # via mkdocs
414
412
  wcmatch==8.4.1
415
413
  # via mkdocs-awesome-pages-plugin
@@ -12,9 +12,9 @@ attrs==22.2.0
12
12
  # via jsonschema
13
13
  bcrypt==4.0.1
14
14
  # via paramiko
15
- boto3==1.26.78
15
+ boto3==1.26.79
16
16
  # via maggma
17
- botocore==1.29.78
17
+ botocore==1.29.79
18
18
  # via
19
19
  # boto3
20
20
  # s3transfer
@@ -40,7 +40,7 @@ dnspython==2.3.0
40
40
  # via
41
41
  # maggma
42
42
  # pymongo
43
- emmet-core[all]==0.45.0
43
+ emmet-core[all]==0.48.3
44
44
  # via
45
45
  # emmet-builders (setup.py)
46
46
  # mp-api
@@ -152,7 +152,7 @@ pillow==9.4.0
152
152
  # via matplotlib
153
153
  pkgutil-resolve-name==1.3.10
154
154
  # via jsonschema
155
- plotly==5.13.0
155
+ plotly==5.13.1
156
156
  # via pymatgen
157
157
  pubchempy==1.0.4
158
158
  # via robocrys
@@ -169,7 +169,7 @@ pydantic==1.10.5
169
169
  # fastapi
170
170
  # inflect
171
171
  # maggma
172
- pydash==6.0.1
172
+ pydash==6.0.2
173
173
  # via maggma
174
174
  pymatgen==2023.2.22
175
175
  # via
@@ -282,7 +282,7 @@ urllib3==1.26.14
282
282
  # requests
283
283
  werkzeug==2.2.3
284
284
  # via flask
285
- zipp==3.14.0
285
+ zipp==3.15.0
286
286
  # via
287
287
  # importlib-metadata
288
288
  # importlib-resources
@@ -14,9 +14,9 @@ attrs==22.2.0
14
14
  # pytest
15
15
  bcrypt==4.0.1
16
16
  # via paramiko
17
- boto3==1.26.78
17
+ boto3==1.26.79
18
18
  # via maggma
19
- botocore==1.29.78
19
+ botocore==1.29.79
20
20
  # via
21
21
  # boto3
22
22
  # s3transfer
@@ -41,7 +41,7 @@ colorama==0.4.6
41
41
  # via griffe
42
42
  contourpy==1.0.7
43
43
  # via matplotlib
44
- coverage[toml]==7.2.0
44
+ coverage[toml]==7.2.1
45
45
  # via pytest-cov
46
46
  cryptography==39.0.1
47
47
  # via paramiko
@@ -55,7 +55,7 @@ dnspython==2.3.0
55
55
  # via
56
56
  # maggma
57
57
  # pymongo
58
- emmet-core[all]==0.45.0
58
+ emmet-core[all]==0.48.3
59
59
  # via
60
60
  # emmet-builders (setup.py)
61
61
  # mp-api
@@ -250,7 +250,7 @@ pkgutil-resolve-name==1.3.10
250
250
  # via jsonschema
251
251
  platformdirs==3.0.0
252
252
  # via virtualenv
253
- plotly==5.13.0
253
+ plotly==5.13.1
254
254
  # via pymatgen
255
255
  pluggy==1.0.0
256
256
  # via pytest
@@ -275,7 +275,7 @@ pydantic==1.10.5
275
275
  # fastapi
276
276
  # inflect
277
277
  # maggma
278
- pydash==6.0.1
278
+ pydash==6.0.2
279
279
  # via maggma
280
280
  pydocstyle==6.3.0
281
281
  # via emmet-builders (setup.py)
@@ -407,13 +407,11 @@ tqdm==4.64.1
407
407
  # maggma
408
408
  # matminer
409
409
  # pymatgen
410
- types-docutils==0.19.1.6
411
- # via types-setuptools
412
- types-requests==2.28.11.14
410
+ types-requests==2.28.11.15
413
411
  # via emmet-builders (setup.py)
414
- types-setuptools==67.4.0.1
412
+ types-setuptools==67.4.0.3
415
413
  # via emmet-builders (setup.py)
416
- types-urllib3==1.26.25.7
414
+ types-urllib3==1.26.25.8
417
415
  # via types-requests
418
416
  typing-extensions==4.5.0
419
417
  # via
@@ -431,7 +429,7 @@ urllib3==1.26.14
431
429
  # requests
432
430
  virtualenv==20.19.0
433
431
  # via pre-commit
434
- watchdog==2.2.1
432
+ watchdog==2.3.0
435
433
  # via mkdocs
436
434
  wcmatch==8.4.1
437
435
  # via mkdocs-awesome-pages-plugin
@@ -439,7 +437,7 @@ werkzeug==2.2.3
439
437
  # via flask
440
438
  wincertstore==0.2
441
439
  # via emmet-builders (setup.py)
442
- zipp==3.14.0
440
+ zipp==3.15.0
443
441
  # via
444
442
  # importlib-metadata
445
443
  # importlib-resources
@@ -12,9 +12,9 @@ attrs==22.2.0
12
12
  # via jsonschema
13
13
  bcrypt==4.0.1
14
14
  # via paramiko
15
- boto3==1.26.78
15
+ boto3==1.26.79
16
16
  # via maggma
17
- botocore==1.29.78
17
+ botocore==1.29.79
18
18
  # via
19
19
  # boto3
20
20
  # s3transfer
@@ -40,7 +40,7 @@ dnspython==2.3.0
40
40
  # via
41
41
  # maggma
42
42
  # pymongo
43
- emmet-core[all]==0.45.0
43
+ emmet-core[all]==0.48.3
44
44
  # via
45
45
  # emmet-builders (setup.py)
46
46
  # mp-api
@@ -148,7 +148,7 @@ paramiko==3.0.0
148
148
  # via sshtunnel
149
149
  pillow==9.4.0
150
150
  # via matplotlib
151
- plotly==5.13.0
151
+ plotly==5.13.1
152
152
  # via pymatgen
153
153
  pubchempy==1.0.4
154
154
  # via robocrys
@@ -165,7 +165,7 @@ pydantic==1.10.5
165
165
  # fastapi
166
166
  # inflect
167
167
  # maggma
168
- pydash==6.0.1
168
+ pydash==6.0.2
169
169
  # via maggma
170
170
  pymatgen==2023.2.22
171
171
  # via
@@ -278,7 +278,7 @@ urllib3==1.26.14
278
278
  # requests
279
279
  werkzeug==2.2.3
280
280
  # via flask
281
- zipp==3.14.0
281
+ zipp==3.15.0
282
282
  # via
283
283
  # importlib-metadata
284
284
  # importlib-resources
@@ -14,9 +14,9 @@ attrs==22.2.0
14
14
  # pytest
15
15
  bcrypt==4.0.1
16
16
  # via paramiko
17
- boto3==1.26.78
17
+ boto3==1.26.79
18
18
  # via maggma
19
- botocore==1.29.78
19
+ botocore==1.29.79
20
20
  # via
21
21
  # boto3
22
22
  # s3transfer
@@ -41,7 +41,7 @@ colorama==0.4.6
41
41
  # via griffe
42
42
  contourpy==1.0.7
43
43
  # via matplotlib
44
- coverage[toml]==7.2.0
44
+ coverage[toml]==7.2.1
45
45
  # via pytest-cov
46
46
  cryptography==39.0.1
47
47
  # via paramiko
@@ -55,7 +55,7 @@ dnspython==2.3.0
55
55
  # via
56
56
  # maggma
57
57
  # pymongo
58
- emmet-core[all]==0.45.0
58
+ emmet-core[all]==0.48.3
59
59
  # via
60
60
  # emmet-builders (setup.py)
61
61
  # mp-api
@@ -246,7 +246,7 @@ pillow==9.4.0
246
246
  # via matplotlib
247
247
  platformdirs==3.0.0
248
248
  # via virtualenv
249
- plotly==5.13.0
249
+ plotly==5.13.1
250
250
  # via pymatgen
251
251
  pluggy==1.0.0
252
252
  # via pytest
@@ -271,7 +271,7 @@ pydantic==1.10.5
271
271
  # fastapi
272
272
  # inflect
273
273
  # maggma
274
- pydash==6.0.1
274
+ pydash==6.0.2
275
275
  # via maggma
276
276
  pydocstyle==6.3.0
277
277
  # via emmet-builders (setup.py)
@@ -403,13 +403,11 @@ tqdm==4.64.1
403
403
  # maggma
404
404
  # matminer
405
405
  # pymatgen
406
- types-docutils==0.19.1.6
407
- # via types-setuptools
408
- types-requests==2.28.11.14
406
+ types-requests==2.28.11.15
409
407
  # via emmet-builders (setup.py)
410
- types-setuptools==67.4.0.1
408
+ types-setuptools==67.4.0.3
411
409
  # via emmet-builders (setup.py)
412
- types-urllib3==1.26.25.7
410
+ types-urllib3==1.26.25.8
413
411
  # via types-requests
414
412
  typing-extensions==4.5.0
415
413
  # via
@@ -427,7 +425,7 @@ urllib3==1.26.14
427
425
  # requests
428
426
  virtualenv==20.19.0
429
427
  # via pre-commit
430
- watchdog==2.2.1
428
+ watchdog==2.3.0
431
429
  # via mkdocs
432
430
  wcmatch==8.4.1
433
431
  # via mkdocs-awesome-pages-plugin
@@ -435,7 +433,7 @@ werkzeug==2.2.3
435
433
  # via flask
436
434
  wincertstore==0.2
437
435
  # via emmet-builders (setup.py)
438
- zipp==3.14.0
436
+ zipp==3.15.0
439
437
  # via
440
438
  # importlib-metadata
441
439
  # importlib-resources
@@ -12,9 +12,9 @@ attrs==22.2.0
12
12
  # via jsonschema
13
13
  bcrypt==4.0.1
14
14
  # via paramiko
15
- boto3==1.26.78
15
+ boto3==1.26.79
16
16
  # via maggma
17
- botocore==1.29.78
17
+ botocore==1.29.79
18
18
  # via
19
19
  # boto3
20
20
  # s3transfer
@@ -40,7 +40,7 @@ dnspython==2.3.0
40
40
  # via
41
41
  # maggma
42
42
  # pymongo
43
- emmet-core[all]==0.45.0
43
+ emmet-core[all]==0.48.3
44
44
  # via
45
45
  # emmet-builders (setup.py)
46
46
  # mp-api
@@ -144,7 +144,7 @@ paramiko==3.0.0
144
144
  # via sshtunnel
145
145
  pillow==9.4.0
146
146
  # via matplotlib
147
- plotly==5.13.0
147
+ plotly==5.13.1
148
148
  # via pymatgen
149
149
  pubchempy==1.0.4
150
150
  # via robocrys
@@ -161,7 +161,7 @@ pydantic==1.10.5
161
161
  # fastapi
162
162
  # inflect
163
163
  # maggma
164
- pydash==6.0.1
164
+ pydash==6.0.2
165
165
  # via maggma
166
166
  pymatgen==2023.2.22
167
167
  # via