emmet-builders 0.51.6__tar.gz → 0.51.8__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.51.6 → emmet-builders-0.51.8}/PKG-INFO +1 -1
  2. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet/builders/abinit/sound_velocity.py +25 -2
  3. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet_builders.egg-info/PKG-INFO +1 -1
  4. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/requirements/deployment.txt +16 -23
  5. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/requirements/macos-latest_py3.10.txt +16 -13
  6. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/requirements/macos-latest_py3.10_extras.txt +23 -20
  7. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/requirements/macos-latest_py3.11.txt +16 -13
  8. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/requirements/macos-latest_py3.11_extras.txt +23 -20
  9. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/requirements/macos-latest_py3.8.txt +16 -13
  10. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/requirements/macos-latest_py3.8_extras.txt +23 -20
  11. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/requirements/macos-latest_py3.9.txt +16 -13
  12. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/requirements/macos-latest_py3.9_extras.txt +23 -20
  13. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/requirements/ubuntu-latest_py3.10.txt +16 -13
  14. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/requirements/ubuntu-latest_py3.10_extras.txt +23 -20
  15. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/requirements/ubuntu-latest_py3.11.txt +16 -13
  16. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/requirements/ubuntu-latest_py3.11_extras.txt +23 -20
  17. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/requirements/ubuntu-latest_py3.8.txt +16 -13
  18. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/requirements/ubuntu-latest_py3.8_extras.txt +23 -20
  19. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/requirements/ubuntu-latest_py3.9.txt +16 -13
  20. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/requirements/ubuntu-latest_py3.9_extras.txt +23 -20
  21. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet/builders/__init__.py +0 -0
  22. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet/builders/abinit/__init__.py +0 -0
  23. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet/builders/abinit/phonon.py +0 -0
  24. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet/builders/feff/__init__.py +0 -0
  25. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet/builders/feff/xas.py +0 -0
  26. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet/builders/materials/__init__.py +0 -0
  27. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet/builders/materials/absorption_spectrum.py +0 -0
  28. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet/builders/materials/alloys.py +0 -0
  29. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet/builders/materials/basic_descriptors.py +0 -0
  30. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet/builders/materials/bonds.py +0 -0
  31. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet/builders/materials/chemenv.py +0 -0
  32. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet/builders/materials/corrected_entries.py +0 -0
  33. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet/builders/materials/dielectric.py +0 -0
  34. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet/builders/materials/elasticity.py +0 -0
  35. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet/builders/materials/electrodes.py +0 -0
  36. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet/builders/materials/electronic_structure.py +0 -0
  37. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet/builders/materials/magnetism.py +0 -0
  38. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet/builders/materials/optimade.py +0 -0
  39. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet/builders/materials/oxidation_states.py +0 -0
  40. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet/builders/materials/piezoelectric.py +0 -0
  41. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet/builders/materials/provenance.py +0 -0
  42. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet/builders/materials/robocrys.py +0 -0
  43. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet/builders/materials/similarity.py +0 -0
  44. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet/builders/materials/substrates.py +0 -0
  45. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet/builders/materials/summary.py +0 -0
  46. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet/builders/materials/thermo.py +0 -0
  47. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet/builders/mobility/__init__.py +0 -0
  48. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet/builders/mobility/migration_graph.py +0 -0
  49. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet/builders/molecules/__init__.py +0 -0
  50. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet/builders/molecules/atomic.py +0 -0
  51. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet/builders/molecules/bonds.py +0 -0
  52. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet/builders/molecules/orbitals.py +0 -0
  53. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet/builders/molecules/redox.py +0 -0
  54. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet/builders/molecules/summary.py +0 -0
  55. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet/builders/molecules/thermo.py +0 -0
  56. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet/builders/molecules/vibration.py +0 -0
  57. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet/builders/qchem/__init__.py +0 -0
  58. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet/builders/qchem/molecules.py +0 -0
  59. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet/builders/settings.py +0 -0
  60. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet/builders/utils.py +0 -0
  61. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet/builders/vasp/__init__.py +0 -0
  62. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet/builders/vasp/materials.py +0 -0
  63. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet/builders/vasp/task_validator.py +0 -0
  64. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet_builders.egg-info/SOURCES.txt +0 -0
  65. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet_builders.egg-info/dependency_links.txt +0 -0
  66. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet_builders.egg-info/not-zip-safe +0 -0
  67. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet_builders.egg-info/requires.txt +0 -0
  68. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/emmet_builders.egg-info/top_level.txt +0 -0
  69. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/setup.cfg +0 -0
  70. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/setup.py +0 -0
  71. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/tests/__init__.py +0 -0
  72. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/tests/conftest.py +0 -0
  73. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/tests/molecules/__init__.py +0 -0
  74. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/tests/molecules/test_atomic.py +0 -0
  75. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/tests/molecules/test_bonds.py +0 -0
  76. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/tests/molecules/test_orbitals.py +0 -0
  77. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/tests/molecules/test_redox.py +0 -0
  78. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/tests/molecules/test_summary.py +0 -0
  79. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/tests/molecules/test_thermo.py +0 -0
  80. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/tests/molecules/test_vibration.py +0 -0
  81. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/tests/test_absorption.py +0 -0
  82. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/tests/test_basic_descriptors.py +0 -0
  83. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/tests/test_chemenv.py +0 -0
  84. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/tests/test_corrected_entries_thermo.py +0 -0
  85. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/tests/test_dielectric.py +0 -0
  86. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/tests/test_elasticity.py +0 -0
  87. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/tests/test_electronic_structure.py +0 -0
  88. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/tests/test_magnetism.py +0 -0
  89. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/tests/test_materials.py +0 -0
  90. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/tests/test_mobility.py +0 -0
  91. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/tests/test_oxidation.py +0 -0
  92. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/tests/test_piezoelectric.py +0 -0
  93. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/tests/test_qchem.py +0 -0
  94. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/tests/test_similarity.py +0 -0
  95. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/tests/test_summary.py +0 -0
  96. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/tests/test_utils.py +0 -0
  97. {emmet-builders-0.51.6 → emmet-builders-0.51.8}/tests/test_vasp.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: emmet-builders
3
- Version: 0.51.6
3
+ Version: 0.51.8
4
4
  Summary: Builders for the Emmet Library
5
5
  Home-page: https://github.com/materialsproject/emmet
6
6
  Author: The Materials Project
@@ -1,5 +1,7 @@
1
1
  import tempfile
2
2
  import traceback
3
+ from math import ceil
4
+ from maggma.utils import grouper
3
5
  from typing import Optional, Dict, List, Iterator
4
6
 
5
7
  from abipy.dfpt.vsound import SoundVelocity as AbiSoundVelocity
@@ -48,6 +50,25 @@ class SoundVelocityBuilder(Builder):
48
50
 
49
51
  super().__init__(sources=[phonon_materials], targets=[sound_vel], **kwargs)
50
52
 
53
+ def prechunk(self, number_splits: int): # pragma: no cover
54
+ """
55
+ Gets all materials that need sound velocity
56
+
57
+ Returns:
58
+ generator of materials to extract phonon sound velocity
59
+ """
60
+
61
+ # All relevant materials that have been updated since phonon props were last calculated
62
+ q = dict(self.query)
63
+
64
+ mats = self.phonon.newer_in(self.phonon_materials, exhaustive=True, criteria=q)
65
+
66
+ N = ceil(len(mats) / number_splits)
67
+
68
+ for mpid_chunk in grouper(mats, N):
69
+
70
+ yield {"query": {self.phonon_materials.key: {"$in": list(mpid_chunk)}}}
71
+
51
72
  def get_items(self) -> Iterator[Dict]:
52
73
  """
53
74
  Gets all materials that need sound velocity.
@@ -63,7 +84,7 @@ class SoundVelocityBuilder(Builder):
63
84
 
64
85
  # All relevant materials that have been updated since sound velocities were last calculated
65
86
  q = dict(self.query)
66
- mats = self.sound_vel.newer_in(self.materials, exhaustive=True, criteria=q)
87
+ mats = self.sound_vel.newer_in(self.phonon_materials, exhaustive=True, criteria=q)
67
88
  self.logger.info("Found {} new materials for sound velocity data".format(len(mats)))
68
89
 
69
90
  # list of properties queried from the results DB
@@ -79,7 +100,9 @@ class SoundVelocityBuilder(Builder):
79
100
 
80
101
  # Read the DDB file and pass as an object. Do not write here since in case of parallel
81
102
  # execution each worker will write its own file.
82
- item["ddb_str"] = self.ddb_source.get(item["abinit_output"]["ddb_id"]).read().decode("utf-8")
103
+ ddb_data = self.ddb_source.query_one(criteria={"_id": item["abinit_output"]["ddb_id"]})
104
+
105
+ item["ddb_str"] = ddb_data["data"].decode("utf-8")
83
106
 
84
107
  yield item
85
108
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: emmet-builders
3
- Version: 0.51.6
3
+ Version: 0.51.8
4
4
  Summary: Builders for the Emmet Library
5
5
  Home-page: https://github.com/materialsproject/emmet
6
6
  Author: The Materials Project
@@ -1,5 +1,5 @@
1
1
  #
2
- # This file is autogenerated by pip-compile with Python 3.9
2
+ # This file is autogenerated by pip-compile with Python 3.10
3
3
  # by the following command:
4
4
  #
5
5
  # pip-compile --output-file=emmet/emmet-builders/requirements/deployment.txt --resolver=backtracking emmet/emmet-builders/setup.py python/requirements.txt
@@ -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.99
15
+ boto3==1.26.106
16
16
  # via maggma
17
- botocore==1.29.99
17
+ botocore==1.29.106
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.51.3
43
+ emmet-core[all]==0.51.6
44
44
  # via
45
45
  # emmet-builders (emmet/emmet-builders/setup.py)
46
46
  # mp-api
@@ -48,7 +48,7 @@ fastapi==0.95.0
48
48
  # via maggma
49
49
  flask==2.2.3
50
50
  # via mongogrant
51
- fonttools==4.39.2
51
+ fonttools==4.39.3
52
52
  # via matplotlib
53
53
  future==0.18.3
54
54
  # via
@@ -58,10 +58,6 @@ idna==3.4
58
58
  # via
59
59
  # anyio
60
60
  # requests
61
- importlib-metadata==6.1.0
62
- # via flask
63
- importlib-resources==5.12.0
64
- # via matplotlib
65
61
  inflect==6.0.2
66
62
  # via robocrys
67
63
  itsdangerous==2.1.2
@@ -116,7 +112,7 @@ msgpack==1.0.5
116
112
  # via
117
113
  # maggma
118
114
  # mp-api
119
- networkx==3.0
115
+ networkx==3.1
120
116
  # via
121
117
  # pymatgen
122
118
  # robocrys
@@ -135,24 +131,25 @@ numpy==1.21.6
135
131
  # seekpath
136
132
  # shapely
137
133
  # spglib
138
- orjson==3.8.8
134
+ orjson==3.8.9
139
135
  # via maggma
140
136
  packaging==23.0
141
137
  # via
142
138
  # matplotlib
143
139
  # mongomock
140
+ # plotly
144
141
  palettable==3.3.0
145
142
  # via pymatgen
146
- pandas==1.5.3
143
+ pandas==2.0.0
147
144
  # via
148
145
  # -r python/requirements.txt
149
146
  # matminer
150
147
  # pymatgen
151
148
  paramiko==3.1.0
152
149
  # via sshtunnel
153
- pillow==9.4.0
150
+ pillow==9.5.0
154
151
  # via matplotlib
155
- plotly==5.13.1
152
+ plotly==5.14.0
156
153
  # via pymatgen
157
154
  pubchempy==1.0.4
158
155
  # via robocrys
@@ -179,7 +176,7 @@ pymatgen==2023.3.23
179
176
  # pymatgen-analysis-alloys
180
177
  # pymatgen-analysis-diffusion
181
178
  # robocrys
182
- pymatgen-analysis-alloys==0.0.5
179
+ pymatgen-analysis-alloys==0.0.6
183
180
  # via emmet-core
184
181
  pymatgen-analysis-diffusion==2022.7.21
185
182
  # via emmet-core
@@ -200,7 +197,7 @@ python-dateutil==2.8.2
200
197
  # maggma
201
198
  # matplotlib
202
199
  # pandas
203
- pytz==2023.2
200
+ pytz==2023.3
204
201
  # via pandas
205
202
  pyyaml==6.0
206
203
  # via pybtex
@@ -224,7 +221,7 @@ s3transfer==0.6.0
224
221
  # via boto3
225
222
  scikit-learn==1.2.2
226
223
  # via matminer
227
- scipy==1.9.1
224
+ scipy==1.10.1
228
225
  # via
229
226
  # -r python/requirements.txt
230
227
  # pymatgen
@@ -270,11 +267,11 @@ tqdm==4.65.0
270
267
  # pymatgen
271
268
  typing-extensions==4.5.0
272
269
  # via
273
- # aioitertools
274
270
  # emmet-core
275
271
  # mp-api
276
272
  # pydantic
277
- # starlette
273
+ tzdata==2023.3
274
+ # via pandas
278
275
  uncertainties==3.1.7
279
276
  # via pymatgen
280
277
  urllib3==1.26.15
@@ -283,10 +280,6 @@ urllib3==1.26.15
283
280
  # requests
284
281
  werkzeug==2.2.3
285
282
  # via flask
286
- zipp==3.15.0
287
- # via
288
- # importlib-metadata
289
- # importlib-resources
290
283
 
291
284
  # The following packages are considered to be unsafe in a requirements file:
292
285
  # setuptools
@@ -2,7 +2,7 @@
2
2
  # This file is autogenerated by pip-compile with Python 3.10
3
3
  # by the following command:
4
4
  #
5
- # pip-compile --output-file=requirements/macos-latest_py3.10.txt
5
+ # pip-compile --output-file=requirements/macos-latest_py3.10.txt --resolver=backtracking
6
6
  #
7
7
  aioitertools==0.11.0
8
8
  # via maggma
@@ -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.99
15
+ boto3==1.26.106
16
16
  # via maggma
17
- botocore==1.29.99
17
+ botocore==1.29.106
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.50.0
43
+ emmet-core[all]==0.51.6
44
44
  # via
45
45
  # emmet-builders (setup.py)
46
46
  # mp-api
@@ -48,7 +48,7 @@ fastapi==0.95.0
48
48
  # via maggma
49
49
  flask==2.2.3
50
50
  # via mongogrant
51
- fonttools==4.39.2
51
+ fonttools==4.39.3
52
52
  # via matplotlib
53
53
  future==0.18.3
54
54
  # via
@@ -102,7 +102,7 @@ monty==2022.9.9
102
102
  # mp-api
103
103
  # pymatgen
104
104
  # robocrys
105
- mp-api==0.30.11
105
+ mp-api==0.30.10
106
106
  # via pymatgen
107
107
  mpmath==1.3.0
108
108
  # via sympy
@@ -110,7 +110,7 @@ msgpack==1.0.5
110
110
  # via
111
111
  # maggma
112
112
  # mp-api
113
- networkx==3.0
113
+ networkx==3.1
114
114
  # via
115
115
  # pymatgen
116
116
  # robocrys
@@ -128,23 +128,24 @@ numpy==1.24.2
128
128
  # seekpath
129
129
  # shapely
130
130
  # spglib
131
- orjson==3.8.8
131
+ orjson==3.8.9
132
132
  # via maggma
133
133
  packaging==23.0
134
134
  # via
135
135
  # matplotlib
136
136
  # mongomock
137
+ # plotly
137
138
  palettable==3.3.0
138
139
  # via pymatgen
139
- pandas==1.5.3
140
+ pandas==2.0.0
140
141
  # via
141
142
  # matminer
142
143
  # pymatgen
143
144
  paramiko==3.1.0
144
145
  # via sshtunnel
145
- pillow==9.4.0
146
+ pillow==9.5.0
146
147
  # via matplotlib
147
- plotly==5.13.1
148
+ plotly==5.14.0
148
149
  # via pymatgen
149
150
  pubchempy==1.0.4
150
151
  # via robocrys
@@ -171,7 +172,7 @@ pymatgen==2023.3.23
171
172
  # pymatgen-analysis-alloys
172
173
  # pymatgen-analysis-diffusion
173
174
  # robocrys
174
- pymatgen-analysis-alloys==0.0.5
175
+ pymatgen-analysis-alloys==0.0.6
175
176
  # via emmet-core
176
177
  pymatgen-analysis-diffusion==2022.7.21
177
178
  # via emmet-core
@@ -192,7 +193,7 @@ python-dateutil==2.8.2
192
193
  # maggma
193
194
  # matplotlib
194
195
  # pandas
195
- pytz==2023.2
196
+ pytz==2023.3
196
197
  # via pandas
197
198
  pyyaml==6.0
198
199
  # via pybtex
@@ -264,6 +265,8 @@ typing-extensions==4.5.0
264
265
  # emmet-core
265
266
  # mp-api
266
267
  # pydantic
268
+ tzdata==2023.3
269
+ # via pandas
267
270
  uncertainties==3.1.7
268
271
  # via pymatgen
269
272
  urllib3==1.26.15
@@ -2,7 +2,7 @@
2
2
  # This file is autogenerated by pip-compile with Python 3.10
3
3
  # by the following command:
4
4
  #
5
- # pip-compile --all-extras --output-file=requirements/macos-latest_py3.10_extras.txt
5
+ # pip-compile --all-extras --output-file=requirements/macos-latest_py3.10_extras.txt --resolver=backtracking
6
6
  #
7
7
  aioitertools==0.11.0
8
8
  # via maggma
@@ -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.99
17
+ boto3==1.26.106
18
18
  # via maggma
19
- botocore==1.29.99
19
+ botocore==1.29.106
20
20
  # via
21
21
  # boto3
22
22
  # s3transfer
@@ -55,7 +55,7 @@ dnspython==2.3.0
55
55
  # via
56
56
  # maggma
57
57
  # pymongo
58
- emmet-core[all]==0.50.0
58
+ emmet-core[all]==0.51.6
59
59
  # via
60
60
  # emmet-builders (setup.py)
61
61
  # mp-api
@@ -63,13 +63,13 @@ exceptiongroup==1.1.1
63
63
  # via pytest
64
64
  fastapi==0.95.0
65
65
  # via maggma
66
- filelock==3.10.6
66
+ filelock==3.10.7
67
67
  # via virtualenv
68
68
  flake8==6.0.0
69
69
  # via emmet-builders (setup.py)
70
70
  flask==2.2.3
71
71
  # via mongogrant
72
- fonttools==4.39.2
72
+ fonttools==4.39.3
73
73
  # via matplotlib
74
74
  future==0.18.3
75
75
  # via
@@ -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.25.5
80
+ griffe==0.26.0
81
81
  # via mkdocstrings-python
82
82
  htmlmin2==0.1.13
83
83
  # via mkdocs-minify-plugin
@@ -169,7 +169,7 @@ mkdocstrings[python]==0.20.0
169
169
  # via
170
170
  # emmet-builders (setup.py)
171
171
  # mkdocstrings-python
172
- mkdocstrings-python==0.8.3
172
+ mkdocstrings-python==0.9.0
173
173
  # via mkdocstrings
174
174
  mongogrant==0.3.3
175
175
  # via maggma
@@ -183,7 +183,7 @@ monty==2022.9.9
183
183
  # mp-api
184
184
  # pymatgen
185
185
  # robocrys
186
- mp-api==0.30.11
186
+ mp-api==0.30.10
187
187
  # via pymatgen
188
188
  mpmath==1.3.0
189
189
  # via sympy
@@ -199,7 +199,7 @@ mypy-extensions==1.0.0
199
199
  # mypy
200
200
  natsort==8.3.1
201
201
  # via mkdocs-awesome-pages-plugin
202
- networkx==3.0
202
+ networkx==3.1
203
203
  # via
204
204
  # pymatgen
205
205
  # robocrys
@@ -219,31 +219,32 @@ numpy==1.24.2
219
219
  # seekpath
220
220
  # shapely
221
221
  # spglib
222
- orjson==3.8.8
222
+ orjson==3.8.9
223
223
  # via maggma
224
224
  packaging==23.0
225
225
  # via
226
226
  # matplotlib
227
227
  # mkdocs
228
228
  # mongomock
229
+ # plotly
229
230
  # pytest
230
231
  palettable==3.3.0
231
232
  # via pymatgen
232
- pandas==1.5.3
233
+ pandas==2.0.0
233
234
  # via
234
235
  # matminer
235
236
  # pymatgen
236
237
  paramiko==3.1.0
237
238
  # via sshtunnel
238
- pillow==9.4.0
239
+ pillow==9.5.0
239
240
  # via matplotlib
240
241
  platformdirs==3.2.0
241
242
  # via virtualenv
242
- plotly==5.13.1
243
+ plotly==5.14.0
243
244
  # via pymatgen
244
245
  pluggy==1.0.0
245
246
  # via pytest
246
- pre-commit==3.2.1
247
+ pre-commit==3.2.2
247
248
  # via emmet-builders (setup.py)
248
249
  pubchempy==1.0.4
249
250
  # via robocrys
@@ -280,7 +281,7 @@ pymatgen==2023.3.23
280
281
  # pymatgen-analysis-alloys
281
282
  # pymatgen-analysis-diffusion
282
283
  # robocrys
283
- pymatgen-analysis-alloys==0.0.5
284
+ pymatgen-analysis-alloys==0.0.6
284
285
  # via emmet-core
285
286
  pymatgen-analysis-diffusion==2022.7.21
286
287
  # via emmet-core
@@ -312,7 +313,7 @@ python-dateutil==2.8.2
312
313
  # maggma
313
314
  # matplotlib
314
315
  # pandas
315
- pytz==2023.2
316
+ pytz==2023.3
316
317
  # via pandas
317
318
  pyyaml==6.0
318
319
  # via
@@ -397,11 +398,11 @@ tqdm==4.65.0
397
398
  # maggma
398
399
  # matminer
399
400
  # pymatgen
400
- types-requests==2.28.11.16
401
+ types-requests==2.28.11.17
401
402
  # via emmet-builders (setup.py)
402
- types-setuptools==67.6.0.5
403
+ types-setuptools==67.6.0.7
403
404
  # via emmet-builders (setup.py)
404
- types-urllib3==1.26.25.9
405
+ types-urllib3==1.26.25.10
405
406
  # via types-requests
406
407
  typing-extensions==4.5.0
407
408
  # via
@@ -409,6 +410,8 @@ typing-extensions==4.5.0
409
410
  # mp-api
410
411
  # mypy
411
412
  # pydantic
413
+ tzdata==2023.3
414
+ # via pandas
412
415
  uncertainties==3.1.7
413
416
  # via pymatgen
414
417
  urllib3==1.26.15
@@ -2,7 +2,7 @@
2
2
  # This file is autogenerated by pip-compile with Python 3.11
3
3
  # by the following command:
4
4
  #
5
- # pip-compile --output-file=requirements/macos-latest_py3.11.txt
5
+ # pip-compile --output-file=requirements/macos-latest_py3.11.txt --resolver=backtracking
6
6
  #
7
7
  aioitertools==0.11.0
8
8
  # via maggma
@@ -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.99
15
+ boto3==1.26.106
16
16
  # via maggma
17
- botocore==1.29.99
17
+ botocore==1.29.106
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.50.0
43
+ emmet-core[all]==0.51.6
44
44
  # via
45
45
  # emmet-builders (setup.py)
46
46
  # mp-api
@@ -48,7 +48,7 @@ fastapi==0.95.0
48
48
  # via maggma
49
49
  flask==2.2.3
50
50
  # via mongogrant
51
- fonttools==4.39.2
51
+ fonttools==4.39.3
52
52
  # via matplotlib
53
53
  future==0.18.3
54
54
  # via
@@ -102,7 +102,7 @@ monty==2022.9.9
102
102
  # mp-api
103
103
  # pymatgen
104
104
  # robocrys
105
- mp-api==0.30.11
105
+ mp-api==0.30.10
106
106
  # via pymatgen
107
107
  mpmath==1.3.0
108
108
  # via sympy
@@ -110,7 +110,7 @@ msgpack==1.0.5
110
110
  # via
111
111
  # maggma
112
112
  # mp-api
113
- networkx==3.0
113
+ networkx==3.1
114
114
  # via
115
115
  # pymatgen
116
116
  # robocrys
@@ -128,23 +128,24 @@ numpy==1.24.2
128
128
  # seekpath
129
129
  # shapely
130
130
  # spglib
131
- orjson==3.8.8
131
+ orjson==3.8.9
132
132
  # via maggma
133
133
  packaging==23.0
134
134
  # via
135
135
  # matplotlib
136
136
  # mongomock
137
+ # plotly
137
138
  palettable==3.3.0
138
139
  # via pymatgen
139
- pandas==1.5.3
140
+ pandas==2.0.0
140
141
  # via
141
142
  # matminer
142
143
  # pymatgen
143
144
  paramiko==3.1.0
144
145
  # via sshtunnel
145
- pillow==9.4.0
146
+ pillow==9.5.0
146
147
  # via matplotlib
147
- plotly==5.13.1
148
+ plotly==5.14.0
148
149
  # via pymatgen
149
150
  pubchempy==1.0.4
150
151
  # via robocrys
@@ -171,7 +172,7 @@ pymatgen==2023.3.23
171
172
  # pymatgen-analysis-alloys
172
173
  # pymatgen-analysis-diffusion
173
174
  # robocrys
174
- pymatgen-analysis-alloys==0.0.5
175
+ pymatgen-analysis-alloys==0.0.6
175
176
  # via emmet-core
176
177
  pymatgen-analysis-diffusion==2022.7.21
177
178
  # via emmet-core
@@ -192,7 +193,7 @@ python-dateutil==2.8.2
192
193
  # maggma
193
194
  # matplotlib
194
195
  # pandas
195
- pytz==2023.2
196
+ pytz==2023.3
196
197
  # via pandas
197
198
  pyyaml==6.0
198
199
  # via pybtex
@@ -262,6 +263,8 @@ typing-extensions==4.5.0
262
263
  # emmet-core
263
264
  # mp-api
264
265
  # pydantic
266
+ tzdata==2023.3
267
+ # via pandas
265
268
  uncertainties==3.1.7
266
269
  # via pymatgen
267
270
  urllib3==1.26.15