emmet-builders 0.78.0rc4__tar.gz → 0.78.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.

Files changed (92) hide show
  1. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/PKG-INFO +1 -1
  2. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet_builders.egg-info/PKG-INFO +1 -1
  3. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/requirements/ubuntu-latest_py3.10.txt +21 -21
  4. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/requirements/ubuntu-latest_py3.10_extras.txt +30 -32
  5. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/requirements/ubuntu-latest_py3.11.txt +21 -21
  6. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/requirements/ubuntu-latest_py3.11_extras.txt +30 -32
  7. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/requirements/ubuntu-latest_py3.9.txt +22 -22
  8. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/requirements/ubuntu-latest_py3.9_extras.txt +30 -32
  9. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/__init__.py +0 -0
  10. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/abinit/__init__.py +0 -0
  11. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/abinit/phonon.py +0 -0
  12. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/abinit/sound_velocity.py +0 -0
  13. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/feff/__init__.py +0 -0
  14. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/feff/xas.py +0 -0
  15. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/materials/__init__.py +0 -0
  16. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/materials/absorption_spectrum.py +0 -0
  17. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/materials/alloys.py +0 -0
  18. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/materials/basic_descriptors.py +0 -0
  19. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/materials/bonds.py +0 -0
  20. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/materials/chemenv.py +0 -0
  21. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/materials/corrected_entries.py +0 -0
  22. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/materials/dielectric.py +0 -0
  23. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/materials/elasticity.py +0 -0
  24. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/materials/electrodes.py +0 -0
  25. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/materials/electronic_structure.py +0 -0
  26. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/materials/magnetism.py +0 -0
  27. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/materials/ml.py +0 -0
  28. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/materials/optimade.py +0 -0
  29. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/materials/oxidation_states.py +0 -0
  30. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/materials/piezoelectric.py +0 -0
  31. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/materials/provenance.py +0 -0
  32. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/materials/robocrys.py +0 -0
  33. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/materials/similarity.py +0 -0
  34. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/materials/substrates.py +0 -0
  35. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/materials/summary.py +0 -0
  36. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/materials/thermo.py +0 -0
  37. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/matscholar/missing_compositions.py +0 -0
  38. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/mobility/__init__.py +0 -0
  39. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/mobility/migration_graph.py +0 -0
  40. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/molecules/__init__.py +0 -0
  41. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/molecules/atomic.py +0 -0
  42. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/molecules/bonds.py +0 -0
  43. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/molecules/metal_binding.py +0 -0
  44. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/molecules/orbitals.py +0 -0
  45. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/molecules/redox.py +0 -0
  46. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/molecules/summary.py +0 -0
  47. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/molecules/thermo.py +0 -0
  48. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/molecules/vibration.py +0 -0
  49. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/qchem/__init__.py +0 -0
  50. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/qchem/molecules.py +0 -0
  51. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/settings.py +0 -0
  52. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/utils.py +0 -0
  53. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/vasp/__init__.py +0 -0
  54. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/vasp/materials.py +0 -0
  55. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet/builders/vasp/task_validator.py +0 -0
  56. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet_builders.egg-info/SOURCES.txt +0 -0
  57. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet_builders.egg-info/dependency_links.txt +0 -0
  58. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet_builders.egg-info/not-zip-safe +0 -0
  59. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet_builders.egg-info/requires.txt +0 -0
  60. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/emmet_builders.egg-info/top_level.txt +0 -0
  61. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/requirements/deployment.txt +0 -0
  62. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/setup.cfg +0 -0
  63. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/setup.py +0 -0
  64. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/tests/__init__.py +0 -0
  65. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/tests/conftest.py +0 -0
  66. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/tests/molecules/__init__.py +0 -0
  67. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/tests/molecules/test_atomic.py +0 -0
  68. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/tests/molecules/test_bonds.py +0 -0
  69. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/tests/molecules/test_metal_binding.py +0 -0
  70. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/tests/molecules/test_orbitals.py +0 -0
  71. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/tests/molecules/test_redox.py +0 -0
  72. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/tests/molecules/test_summary.py +0 -0
  73. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/tests/molecules/test_thermo.py +0 -0
  74. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/tests/molecules/test_vibration.py +0 -0
  75. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/tests/test_absorption.py +0 -0
  76. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/tests/test_basic_descriptors.py +0 -0
  77. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/tests/test_chemenv.py +0 -0
  78. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/tests/test_corrected_entries_thermo.py +0 -0
  79. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/tests/test_dielectric.py +0 -0
  80. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/tests/test_elasticity.py +0 -0
  81. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/tests/test_electronic_structure.py +0 -0
  82. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/tests/test_magnetism.py +0 -0
  83. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/tests/test_materials.py +0 -0
  84. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/tests/test_ml.py +0 -0
  85. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/tests/test_mobility.py +0 -0
  86. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/tests/test_oxidation.py +0 -0
  87. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/tests/test_piezoelectric.py +0 -0
  88. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/tests/test_qchem.py +0 -0
  89. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/tests/test_similarity.py +0 -0
  90. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/tests/test_summary.py +0 -0
  91. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/tests/test_utils.py +0 -0
  92. {emmet-builders-0.78.0rc4 → emmet-builders-0.78.2}/tests/test_vasp.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: emmet-builders
3
- Version: 0.78.0rc4
3
+ Version: 0.78.2
4
4
  Summary: Builders for the Emmet Library
5
5
  Home-page: https://github.com/materialsproject/emmet
6
6
  Author: The Materials Project
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: emmet-builders
3
- Version: 0.78.0rc4
3
+ Version: 0.78.2
4
4
  Summary: Builders for the Emmet Library
5
5
  Home-page: https://github.com/materialsproject/emmet
6
6
  Author: The Materials Project
@@ -12,7 +12,7 @@ aiosignal==1.3.1
12
12
  # via aiohttp
13
13
  annotated-types==0.6.0
14
14
  # via pydantic
15
- anyio==4.2.0
15
+ anyio==4.3.0
16
16
  # via starlette
17
17
  ase==3.22.1
18
18
  # via
@@ -30,9 +30,9 @@ bcrypt==4.1.2
30
30
  # via paramiko
31
31
  blinker==1.7.0
32
32
  # via flask
33
- boto3==1.34.42
33
+ boto3==1.34.49
34
34
  # via maggma
35
- botocore==1.34.42
35
+ botocore==1.34.49
36
36
  # via
37
37
  # boto3
38
38
  # s3transfer
@@ -53,7 +53,7 @@ click==8.1.7
53
53
  # uvicorn
54
54
  contourpy==1.2.0
55
55
  # via matplotlib
56
- cryptography==42.0.2
56
+ cryptography==42.0.5
57
57
  # via paramiko
58
58
  cycler==0.12.1
59
59
  # via matplotlib
@@ -61,7 +61,7 @@ cython==3.0.8
61
61
  # via chgnet
62
62
  dgl==1.1.3
63
63
  # via matgl
64
- dnspython==2.5.0
64
+ dnspython==2.6.1
65
65
  # via
66
66
  # maggma
67
67
  # pymongo
@@ -69,7 +69,7 @@ emmet-core[all,ml]==0.77.1
69
69
  # via emmet-builders (setup.py)
70
70
  exceptiongroup==1.2.0
71
71
  # via anyio
72
- fastapi==0.109.2
72
+ fastapi==0.110.0
73
73
  # via maggma
74
74
  filelock==3.13.1
75
75
  # via
@@ -77,7 +77,7 @@ filelock==3.13.1
77
77
  # triton
78
78
  flask==3.0.2
79
79
  # via mongogrant
80
- fonttools==4.48.1
80
+ fonttools==4.49.0
81
81
  # via matplotlib
82
82
  frozenlist==1.4.1
83
83
  # via
@@ -87,7 +87,7 @@ fsspec[http]==2024.2.0
87
87
  # via
88
88
  # pytorch-lightning
89
89
  # torch
90
- future==0.18.3
90
+ future==1.0.0
91
91
  # via
92
92
  # matminer
93
93
  # uncertainties
@@ -130,7 +130,7 @@ lightning-utilities==0.10.1
130
130
  # via
131
131
  # pytorch-lightning
132
132
  # torchmetrics
133
- maggma==0.63.1
133
+ maggma==0.63.3
134
134
  # via emmet-builders (setup.py)
135
135
  markupsafe==2.1.5
136
136
  # via
@@ -228,7 +228,7 @@ nvidia-nvjitlink-cu12==12.3.101
228
228
  # nvidia-cusparse-cu12
229
229
  nvidia-nvtx-cu12==12.1.105
230
230
  # via torch
231
- orjson==3.9.14
231
+ orjson==3.9.15
232
232
  # via maggma
233
233
  packaging==23.2
234
234
  # via
@@ -246,7 +246,7 @@ pandas==1.5.3
246
246
  # pymatgen
247
247
  paramiko==3.4.0
248
248
  # via sshtunnel
249
- phonopy==2.21.0
249
+ phonopy==2.21.2
250
250
  # via matcalc
251
251
  pillow==10.2.0
252
252
  # via matplotlib
@@ -263,22 +263,22 @@ pybtex==0.24.0
263
263
  # robocrys
264
264
  pycparser==2.21
265
265
  # via cffi
266
- pydantic==2.6.1
266
+ pydantic==2.6.2
267
267
  # via
268
268
  # emmet-core
269
269
  # fastapi
270
270
  # inflect
271
271
  # maggma
272
272
  # pydantic-settings
273
- pydantic-core==2.16.2
273
+ pydantic-core==2.16.3
274
274
  # via pydantic
275
- pydantic-settings==2.1.0
275
+ pydantic-settings==2.2.1
276
276
  # via
277
277
  # emmet-core
278
278
  # maggma
279
279
  pydash==7.0.7
280
280
  # via maggma
281
- pymatgen==2024.2.8
281
+ pymatgen==2024.2.23
282
282
  # via
283
283
  # chgnet
284
284
  # emmet-core
@@ -292,7 +292,7 @@ pymatgen-analysis-alloys==0.0.6
292
292
  # via emmet-core
293
293
  pymatgen-analysis-diffusion==2023.8.15
294
294
  # via emmet-core
295
- pymongo==4.6.1
295
+ pymongo==4.6.2
296
296
  # via
297
297
  # maggma
298
298
  # matminer
@@ -345,7 +345,7 @@ ruamel-yaml-clib==0.2.8
345
345
  # via ruamel-yaml
346
346
  s3transfer==0.10.0
347
347
  # via boto3
348
- scikit-learn==1.4.0
348
+ scikit-learn==1.4.1.post1
349
349
  # via matminer
350
350
  scipy==1.12.0
351
351
  # via
@@ -358,14 +358,14 @@ seekpath==2.1.0
358
358
  # via emmet-core
359
359
  sentinels==1.0.0
360
360
  # via mongomock
361
- shapely==2.0.2
361
+ shapely==2.0.3
362
362
  # via pymatgen-analysis-alloys
363
363
  six==1.16.0
364
364
  # via
365
365
  # latexcodec
366
366
  # pybtex
367
367
  # python-dateutil
368
- sniffio==1.3.0
368
+ sniffio==1.3.1
369
369
  # via anyio
370
370
  spglib==2.3.1
371
371
  # via
@@ -388,7 +388,7 @@ tenacity==8.2.3
388
388
  # via plotly
389
389
  threadpoolctl==3.3.0
390
390
  # via scikit-learn
391
- torch==2.2.0
391
+ torch==2.2.1
392
392
  # via
393
393
  # chgnet
394
394
  # matgl
@@ -405,7 +405,7 @@ tqdm==4.66.2
405
405
  # pytorch-lightning
406
406
  triton==2.2.0
407
407
  # via torch
408
- typing-extensions==4.9.0
408
+ typing-extensions==4.10.0
409
409
  # via
410
410
  # anyio
411
411
  # emmet-core
@@ -12,7 +12,7 @@ aiosignal==1.3.1
12
12
  # via aiohttp
13
13
  annotated-types==0.6.0
14
14
  # via pydantic
15
- anyio==4.2.0
15
+ anyio==4.3.0
16
16
  # via starlette
17
17
  ase==3.22.1
18
18
  # via
@@ -30,9 +30,9 @@ bcrypt==4.1.2
30
30
  # via paramiko
31
31
  blinker==1.7.0
32
32
  # via flask
33
- boto3==1.34.42
33
+ boto3==1.34.49
34
34
  # via maggma
35
- botocore==1.34.42
35
+ botocore==1.34.49
36
36
  # via
37
37
  # boto3
38
38
  # s3transfer
@@ -61,11 +61,9 @@ colorama==0.4.6
61
61
  # via griffe
62
62
  contourpy==1.2.0
63
63
  # via matplotlib
64
- coverage[toml]==7.4.1
65
- # via
66
- # coverage
67
- # pytest-cov
68
- cryptography==42.0.2
64
+ coverage[toml]==7.4.3
65
+ # via pytest-cov
66
+ cryptography==42.0.5
69
67
  # via paramiko
70
68
  csscompressor==0.9.5
71
69
  # via mkdocs-minify-plugin
@@ -77,7 +75,7 @@ dgl==1.1.3
77
75
  # via matgl
78
76
  distlib==0.3.8
79
77
  # via virtualenv
80
- dnspython==2.5.0
78
+ dnspython==2.6.1
81
79
  # via
82
80
  # maggma
83
81
  # pymongo
@@ -87,7 +85,7 @@ exceptiongroup==1.2.0
87
85
  # via
88
86
  # anyio
89
87
  # pytest
90
- fastapi==0.109.2
88
+ fastapi==0.110.0
91
89
  # via maggma
92
90
  filelock==3.13.1
93
91
  # via
@@ -98,7 +96,7 @@ flake8==7.0.0
98
96
  # via emmet-builders (setup.py)
99
97
  flask==3.0.2
100
98
  # via mongogrant
101
- fonttools==4.48.1
99
+ fonttools==4.49.0
102
100
  # via matplotlib
103
101
  frozenlist==1.4.1
104
102
  # via
@@ -108,7 +106,7 @@ fsspec[http]==2024.2.0
108
106
  # via
109
107
  # pytorch-lightning
110
108
  # torch
111
- future==0.18.3
109
+ future==1.0.0
112
110
  # via
113
111
  # matminer
114
112
  # uncertainties
@@ -122,7 +120,7 @@ h5py==3.10.0
122
120
  # via phonopy
123
121
  htmlmin2==0.1.13
124
122
  # via mkdocs-minify-plugin
125
- identify==2.5.34
123
+ identify==2.5.35
126
124
  # via pre-commit
127
125
  idna==3.6
128
126
  # via
@@ -169,7 +167,7 @@ lightning-utilities==0.10.1
169
167
  # torchmetrics
170
168
  livereload==2.6.3
171
169
  # via emmet-builders (setup.py)
172
- maggma==0.63.1
170
+ maggma==0.63.3
173
171
  # via emmet-builders (setup.py)
174
172
  markdown==3.5.2
175
173
  # via
@@ -319,7 +317,7 @@ nvidia-nvjitlink-cu12==12.3.101
319
317
  # nvidia-cusparse-cu12
320
318
  nvidia-nvtx-cu12==12.1.105
321
319
  # via torch
322
- orjson==3.9.14
320
+ orjson==3.9.15
323
321
  # via maggma
324
322
  packaging==23.2
325
323
  # via
@@ -341,7 +339,7 @@ paramiko==3.4.0
341
339
  # via sshtunnel
342
340
  pathspec==0.12.1
343
341
  # via mkdocs
344
- phonopy==2.21.0
342
+ phonopy==2.21.2
345
343
  # via matcalc
346
344
  pillow==10.2.0
347
345
  # via matplotlib
@@ -354,7 +352,7 @@ plotly==5.19.0
354
352
  # via pymatgen
355
353
  pluggy==1.4.0
356
354
  # via pytest
357
- pre-commit==3.6.1
355
+ pre-commit==3.6.2
358
356
  # via emmet-builders (setup.py)
359
357
  psutil==5.9.8
360
358
  # via dgl
@@ -371,16 +369,16 @@ pycodestyle==2.11.1
371
369
  # flake8
372
370
  pycparser==2.21
373
371
  # via cffi
374
- pydantic==2.6.1
372
+ pydantic==2.6.2
375
373
  # via
376
374
  # emmet-core
377
375
  # fastapi
378
376
  # inflect
379
377
  # maggma
380
378
  # pydantic-settings
381
- pydantic-core==2.16.2
379
+ pydantic-core==2.16.3
382
380
  # via pydantic
383
- pydantic-settings==2.1.0
381
+ pydantic-settings==2.2.1
384
382
  # via
385
383
  # emmet-core
386
384
  # maggma
@@ -392,7 +390,7 @@ pyflakes==3.2.0
392
390
  # via flake8
393
391
  pygments==2.17.2
394
392
  # via mkdocs-material
395
- pymatgen==2024.2.8
393
+ pymatgen==2024.2.23
396
394
  # via
397
395
  # chgnet
398
396
  # emmet-core
@@ -410,7 +408,7 @@ pymdown-extensions==10.7
410
408
  # via
411
409
  # mkdocs-material
412
410
  # mkdocstrings
413
- pymongo==4.6.1
411
+ pymongo==4.6.2
414
412
  # via
415
413
  # maggma
416
414
  # matminer
@@ -419,7 +417,7 @@ pynacl==1.5.0
419
417
  # via paramiko
420
418
  pyparsing==3.1.1
421
419
  # via matplotlib
422
- pytest==8.0.0
420
+ pytest==8.0.2
423
421
  # via
424
422
  # emmet-builders (setup.py)
425
423
  # pytest-cov
@@ -477,7 +475,7 @@ ruamel-yaml-clib==0.2.8
477
475
  # via ruamel-yaml
478
476
  s3transfer==0.10.0
479
477
  # via boto3
480
- scikit-learn==1.4.0
478
+ scikit-learn==1.4.1.post1
481
479
  # via matminer
482
480
  scipy==1.12.0
483
481
  # via
@@ -490,7 +488,7 @@ seekpath==2.1.0
490
488
  # via emmet-core
491
489
  sentinels==1.0.0
492
490
  # via mongomock
493
- shapely==2.0.2
491
+ shapely==2.0.3
494
492
  # via pymatgen-analysis-alloys
495
493
  six==1.16.0
496
494
  # via
@@ -498,7 +496,7 @@ six==1.16.0
498
496
  # livereload
499
497
  # pybtex
500
498
  # python-dateutil
501
- sniffio==1.3.0
499
+ sniffio==1.3.1
502
500
  # via anyio
503
501
  snowballstemmer==2.2.0
504
502
  # via pydocstyle
@@ -528,7 +526,7 @@ tomli==2.0.1
528
526
  # coverage
529
527
  # mypy
530
528
  # pytest
531
- torch==2.2.0
529
+ torch==2.2.1
532
530
  # via
533
531
  # chgnet
534
532
  # matgl
@@ -547,11 +545,11 @@ tqdm==4.66.2
547
545
  # pytorch-lightning
548
546
  triton==2.2.0
549
547
  # via torch
550
- types-requests==2.31.0.20240125
548
+ types-requests==2.31.0.20240218
551
549
  # via emmet-builders (setup.py)
552
- types-setuptools==69.1.0.20240215
550
+ types-setuptools==69.1.0.20240223
553
551
  # via emmet-builders (setup.py)
554
- typing-extensions==4.9.0
552
+ typing-extensions==4.10.0
555
553
  # via
556
554
  # anyio
557
555
  # emmet-core
@@ -574,11 +572,11 @@ urllib3==2.0.7
574
572
  # types-requests
575
573
  uvicorn==0.27.1
576
574
  # via maggma
577
- virtualenv==20.25.0
575
+ virtualenv==20.25.1
578
576
  # via pre-commit
579
577
  watchdog==4.0.0
580
578
  # via mkdocs
581
- wcmatch==8.5
579
+ wcmatch==8.5.1
582
580
  # via mkdocs-awesome-pages-plugin
583
581
  werkzeug==3.0.1
584
582
  # via flask
@@ -12,7 +12,7 @@ aiosignal==1.3.1
12
12
  # via aiohttp
13
13
  annotated-types==0.6.0
14
14
  # via pydantic
15
- anyio==4.2.0
15
+ anyio==4.3.0
16
16
  # via starlette
17
17
  ase==3.22.1
18
18
  # via
@@ -28,9 +28,9 @@ bcrypt==4.1.2
28
28
  # via paramiko
29
29
  blinker==1.7.0
30
30
  # via flask
31
- boto3==1.34.42
31
+ boto3==1.34.49
32
32
  # via maggma
33
- botocore==1.34.42
33
+ botocore==1.34.49
34
34
  # via
35
35
  # boto3
36
36
  # s3transfer
@@ -51,7 +51,7 @@ click==8.1.7
51
51
  # uvicorn
52
52
  contourpy==1.2.0
53
53
  # via matplotlib
54
- cryptography==42.0.2
54
+ cryptography==42.0.5
55
55
  # via paramiko
56
56
  cycler==0.12.1
57
57
  # via matplotlib
@@ -59,13 +59,13 @@ cython==3.0.8
59
59
  # via chgnet
60
60
  dgl==1.1.3
61
61
  # via matgl
62
- dnspython==2.5.0
62
+ dnspython==2.6.1
63
63
  # via
64
64
  # maggma
65
65
  # pymongo
66
66
  emmet-core[all,ml]==0.77.1
67
67
  # via emmet-builders (setup.py)
68
- fastapi==0.109.2
68
+ fastapi==0.110.0
69
69
  # via maggma
70
70
  filelock==3.13.1
71
71
  # via
@@ -73,7 +73,7 @@ filelock==3.13.1
73
73
  # triton
74
74
  flask==3.0.2
75
75
  # via mongogrant
76
- fonttools==4.48.1
76
+ fonttools==4.49.0
77
77
  # via matplotlib
78
78
  frozenlist==1.4.1
79
79
  # via
@@ -83,7 +83,7 @@ fsspec[http]==2024.2.0
83
83
  # via
84
84
  # pytorch-lightning
85
85
  # torch
86
- future==0.18.3
86
+ future==1.0.0
87
87
  # via
88
88
  # matminer
89
89
  # uncertainties
@@ -126,7 +126,7 @@ lightning-utilities==0.10.1
126
126
  # via
127
127
  # pytorch-lightning
128
128
  # torchmetrics
129
- maggma==0.63.1
129
+ maggma==0.63.3
130
130
  # via emmet-builders (setup.py)
131
131
  markupsafe==2.1.5
132
132
  # via
@@ -224,7 +224,7 @@ nvidia-nvjitlink-cu12==12.3.101
224
224
  # nvidia-cusparse-cu12
225
225
  nvidia-nvtx-cu12==12.1.105
226
226
  # via torch
227
- orjson==3.9.14
227
+ orjson==3.9.15
228
228
  # via maggma
229
229
  packaging==23.2
230
230
  # via
@@ -242,7 +242,7 @@ pandas==1.5.3
242
242
  # pymatgen
243
243
  paramiko==3.4.0
244
244
  # via sshtunnel
245
- phonopy==2.21.0
245
+ phonopy==2.21.2
246
246
  # via matcalc
247
247
  pillow==10.2.0
248
248
  # via matplotlib
@@ -259,22 +259,22 @@ pybtex==0.24.0
259
259
  # robocrys
260
260
  pycparser==2.21
261
261
  # via cffi
262
- pydantic==2.6.1
262
+ pydantic==2.6.2
263
263
  # via
264
264
  # emmet-core
265
265
  # fastapi
266
266
  # inflect
267
267
  # maggma
268
268
  # pydantic-settings
269
- pydantic-core==2.16.2
269
+ pydantic-core==2.16.3
270
270
  # via pydantic
271
- pydantic-settings==2.1.0
271
+ pydantic-settings==2.2.1
272
272
  # via
273
273
  # emmet-core
274
274
  # maggma
275
275
  pydash==7.0.7
276
276
  # via maggma
277
- pymatgen==2024.2.8
277
+ pymatgen==2024.2.23
278
278
  # via
279
279
  # chgnet
280
280
  # emmet-core
@@ -288,7 +288,7 @@ pymatgen-analysis-alloys==0.0.6
288
288
  # via emmet-core
289
289
  pymatgen-analysis-diffusion==2023.8.15
290
290
  # via emmet-core
291
- pymongo==4.6.1
291
+ pymongo==4.6.2
292
292
  # via
293
293
  # maggma
294
294
  # matminer
@@ -341,7 +341,7 @@ ruamel-yaml-clib==0.2.8
341
341
  # via ruamel-yaml
342
342
  s3transfer==0.10.0
343
343
  # via boto3
344
- scikit-learn==1.4.0
344
+ scikit-learn==1.4.1.post1
345
345
  # via matminer
346
346
  scipy==1.12.0
347
347
  # via
@@ -354,14 +354,14 @@ seekpath==2.1.0
354
354
  # via emmet-core
355
355
  sentinels==1.0.0
356
356
  # via mongomock
357
- shapely==2.0.2
357
+ shapely==2.0.3
358
358
  # via pymatgen-analysis-alloys
359
359
  six==1.16.0
360
360
  # via
361
361
  # latexcodec
362
362
  # pybtex
363
363
  # python-dateutil
364
- sniffio==1.3.0
364
+ sniffio==1.3.1
365
365
  # via anyio
366
366
  spglib==2.3.1
367
367
  # via
@@ -384,7 +384,7 @@ tenacity==8.2.3
384
384
  # via plotly
385
385
  threadpoolctl==3.3.0
386
386
  # via scikit-learn
387
- torch==2.2.0
387
+ torch==2.2.1
388
388
  # via
389
389
  # chgnet
390
390
  # matgl
@@ -401,7 +401,7 @@ tqdm==4.66.2
401
401
  # pytorch-lightning
402
402
  triton==2.2.0
403
403
  # via torch
404
- typing-extensions==4.9.0
404
+ typing-extensions==4.10.0
405
405
  # via
406
406
  # emmet-core
407
407
  # fastapi