emmet-builders 0.74.7__tar.gz → 0.75.0__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.74.7 → emmet-builders-0.75.0}/PKG-INFO +1 -1
  2. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet_builders.egg-info/PKG-INFO +1 -1
  3. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/requirements/deployment.txt +11 -11
  4. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/requirements/ubuntu-latest_py3.10.txt +17 -16
  5. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/requirements/ubuntu-latest_py3.10_extras.txt +22 -21
  6. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/requirements/ubuntu-latest_py3.11.txt +17 -16
  7. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/requirements/ubuntu-latest_py3.11_extras.txt +22 -21
  8. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/requirements/ubuntu-latest_py3.9.txt +18 -17
  9. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/requirements/ubuntu-latest_py3.9_extras.txt +23 -22
  10. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/__init__.py +0 -0
  11. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/abinit/__init__.py +0 -0
  12. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/abinit/phonon.py +0 -0
  13. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/abinit/sound_velocity.py +0 -0
  14. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/feff/__init__.py +0 -0
  15. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/feff/xas.py +0 -0
  16. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/materials/__init__.py +0 -0
  17. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/materials/absorption_spectrum.py +0 -0
  18. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/materials/alloys.py +0 -0
  19. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/materials/basic_descriptors.py +0 -0
  20. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/materials/bonds.py +0 -0
  21. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/materials/chemenv.py +0 -0
  22. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/materials/corrected_entries.py +0 -0
  23. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/materials/dielectric.py +0 -0
  24. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/materials/elasticity.py +0 -0
  25. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/materials/electrodes.py +0 -0
  26. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/materials/electronic_structure.py +0 -0
  27. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/materials/magnetism.py +0 -0
  28. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/materials/ml.py +0 -0
  29. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/materials/optimade.py +0 -0
  30. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/materials/oxidation_states.py +0 -0
  31. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/materials/piezoelectric.py +0 -0
  32. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/materials/provenance.py +0 -0
  33. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/materials/robocrys.py +0 -0
  34. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/materials/similarity.py +0 -0
  35. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/materials/substrates.py +0 -0
  36. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/materials/summary.py +0 -0
  37. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/materials/thermo.py +0 -0
  38. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/matscholar/missing_compositions.py +0 -0
  39. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/mobility/__init__.py +0 -0
  40. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/mobility/migration_graph.py +0 -0
  41. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/molecules/__init__.py +0 -0
  42. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/molecules/atomic.py +0 -0
  43. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/molecules/bonds.py +0 -0
  44. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/molecules/metal_binding.py +0 -0
  45. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/molecules/orbitals.py +0 -0
  46. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/molecules/redox.py +0 -0
  47. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/molecules/summary.py +0 -0
  48. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/molecules/thermo.py +0 -0
  49. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/molecules/vibration.py +0 -0
  50. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/qchem/__init__.py +0 -0
  51. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/qchem/molecules.py +0 -0
  52. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/settings.py +0 -0
  53. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/utils.py +0 -0
  54. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/vasp/__init__.py +0 -0
  55. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/vasp/materials.py +0 -0
  56. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet/builders/vasp/task_validator.py +0 -0
  57. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet_builders.egg-info/SOURCES.txt +0 -0
  58. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet_builders.egg-info/dependency_links.txt +0 -0
  59. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet_builders.egg-info/not-zip-safe +0 -0
  60. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet_builders.egg-info/requires.txt +0 -0
  61. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/emmet_builders.egg-info/top_level.txt +0 -0
  62. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/setup.cfg +0 -0
  63. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/setup.py +0 -0
  64. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/tests/__init__.py +0 -0
  65. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/tests/conftest.py +0 -0
  66. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/tests/molecules/__init__.py +0 -0
  67. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/tests/molecules/test_atomic.py +0 -0
  68. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/tests/molecules/test_bonds.py +0 -0
  69. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/tests/molecules/test_metal_binding.py +0 -0
  70. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/tests/molecules/test_orbitals.py +0 -0
  71. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/tests/molecules/test_redox.py +0 -0
  72. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/tests/molecules/test_summary.py +0 -0
  73. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/tests/molecules/test_thermo.py +0 -0
  74. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/tests/molecules/test_vibration.py +0 -0
  75. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/tests/test_absorption.py +0 -0
  76. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/tests/test_basic_descriptors.py +0 -0
  77. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/tests/test_chemenv.py +0 -0
  78. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/tests/test_corrected_entries_thermo.py +0 -0
  79. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/tests/test_dielectric.py +0 -0
  80. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/tests/test_elasticity.py +0 -0
  81. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/tests/test_electronic_structure.py +0 -0
  82. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/tests/test_magnetism.py +0 -0
  83. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/tests/test_materials.py +0 -0
  84. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/tests/test_ml.py +0 -0
  85. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/tests/test_mobility.py +0 -0
  86. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/tests/test_oxidation.py +0 -0
  87. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/tests/test_piezoelectric.py +0 -0
  88. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/tests/test_qchem.py +0 -0
  89. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/tests/test_similarity.py +0 -0
  90. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/tests/test_summary.py +0 -0
  91. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/tests/test_utils.py +0 -0
  92. {emmet-builders-0.74.7 → emmet-builders-0.75.0}/tests/test_vasp.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: emmet-builders
3
- Version: 0.74.7
3
+ Version: 0.75.0
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.74.7
3
+ Version: 0.75.0
4
4
  Summary: Builders for the Emmet Library
5
5
  Home-page: https://github.com/materialsproject/emmet
6
6
  Author: The Materials Project
@@ -32,9 +32,9 @@ bcrypt==4.1.1
32
32
  # via paramiko
33
33
  blinker==1.7.0
34
34
  # via flask
35
- boto3==1.33.6
35
+ boto3==1.33.11
36
36
  # via maggma
37
- botocore==1.33.6
37
+ botocore==1.33.11
38
38
  # via
39
39
  # boto3
40
40
  # s3transfer
@@ -46,7 +46,7 @@ cffi==1.16.0
46
46
  # pynacl
47
47
  charset-normalizer==3.3.2
48
48
  # via requests
49
- chgnet==0.3.2
49
+ chgnet==0.3.3
50
50
  # via emmet-core
51
51
  click==8.1.7
52
52
  # via
@@ -61,13 +61,13 @@ cycler==0.12.1
61
61
  # via matplotlib
62
62
  cython==3.0.6
63
63
  # via chgnet
64
- dgl==1.1.2
64
+ dgl==1.1.3
65
65
  # via matgl
66
66
  dnspython==2.4.2
67
67
  # via
68
68
  # maggma
69
69
  # pymongo
70
- emmet-core[all,ml]==0.74.5
70
+ emmet-core[all,ml]==0.74.8
71
71
  # via emmet-builders (emmet/emmet-builders/setup.py)
72
72
  exceptiongroup==1.2.0
73
73
  # via anyio
@@ -85,7 +85,7 @@ frozenlist==1.4.0
85
85
  # via
86
86
  # aiohttp
87
87
  # aiosignal
88
- fsspec[http]==2023.12.0
88
+ fsspec[http]==2023.12.1
89
89
  # via
90
90
  # pytorch-lightning
91
91
  # torch
@@ -323,9 +323,9 @@ pyyaml==6.0.1
323
323
  # phonopy
324
324
  # pybtex
325
325
  # pytorch-lightning
326
- pyzmq==25.1.1
326
+ pyzmq==25.1.2
327
327
  # via maggma
328
- referencing==0.31.1
328
+ referencing==0.32.0
329
329
  # via
330
330
  # jsonschema
331
331
  # jsonschema-specifications
@@ -374,7 +374,7 @@ six==1.16.0
374
374
  # python-dateutil
375
375
  sniffio==1.3.0
376
376
  # via anyio
377
- spglib==2.1.0
377
+ spglib==2.2.0
378
378
  # via
379
379
  # phonopy
380
380
  # pymatgen
@@ -412,7 +412,7 @@ tqdm==4.66.1
412
412
  # pytorch-lightning
413
413
  triton==2.1.0
414
414
  # via torch
415
- typing-extensions==4.8.0
415
+ typing-extensions==4.9.0
416
416
  # via
417
417
  # emmet-core
418
418
  # fastapi
@@ -434,7 +434,7 @@ uvicorn==0.24.0.post1
434
434
  # via maggma
435
435
  werkzeug==3.0.1
436
436
  # via flask
437
- yarl==1.9.3
437
+ yarl==1.9.4
438
438
  # via aiohttp
439
439
 
440
440
  # The following packages are considered to be unsafe in a requirements file:
@@ -28,13 +28,13 @@ attrs==23.1.0
28
28
  # aiohttp
29
29
  # jsonschema
30
30
  # referencing
31
- bcrypt==4.0.1
31
+ bcrypt==4.1.1
32
32
  # via paramiko
33
33
  blinker==1.7.0
34
34
  # via flask
35
- boto3==1.33.0
35
+ boto3==1.33.9
36
36
  # via maggma
37
- botocore==1.33.0
37
+ botocore==1.33.9
38
38
  # via
39
39
  # boto3
40
40
  # s3transfer
@@ -55,7 +55,7 @@ click==8.1.7
55
55
  # uvicorn
56
56
  contourpy==1.2.0
57
57
  # via matplotlib
58
- cryptography==41.0.6
58
+ cryptography==41.0.7
59
59
  # via paramiko
60
60
  cycler==0.12.1
61
61
  # via matplotlib
@@ -67,7 +67,7 @@ dnspython==2.4.2
67
67
  # via
68
68
  # maggma
69
69
  # pymongo
70
- emmet-core[all,ml]==0.74.3
70
+ emmet-core[all,ml]==0.74.8
71
71
  # via emmet-builders (setup.py)
72
72
  exceptiongroup==1.2.0
73
73
  # via anyio
@@ -79,13 +79,13 @@ filelock==3.13.1
79
79
  # triton
80
80
  flask==3.0.0
81
81
  # via mongogrant
82
- fonttools==4.45.1
82
+ fonttools==4.46.0
83
83
  # via matplotlib
84
84
  frozenlist==1.4.0
85
85
  # via
86
86
  # aiohttp
87
87
  # aiosignal
88
- fsspec[http]==2023.10.0
88
+ fsspec[http]==2023.12.1
89
89
  # via
90
90
  # pytorch-lightning
91
91
  # torch
@@ -122,7 +122,7 @@ joblib==1.3.2
122
122
  # scikit-learn
123
123
  jsonschema==4.20.0
124
124
  # via maggma
125
- jsonschema-specifications==2023.11.1
125
+ jsonschema-specifications==2023.11.2
126
126
  # via jsonschema
127
127
  kiwisolver==1.4.5
128
128
  # via matplotlib
@@ -239,6 +239,7 @@ packaging==23.2
239
239
  # mongomock
240
240
  # plotly
241
241
  # pytorch-lightning
242
+ # torchmetrics
242
243
  palettable==3.3.3
243
244
  # via pymatgen
244
245
  pandas==1.5.3
@@ -247,7 +248,7 @@ pandas==1.5.3
247
248
  # pymatgen
248
249
  paramiko==3.3.1
249
250
  # via sshtunnel
250
- phonopy==2.20.0
251
+ phonopy==2.21.0
251
252
  # via matcalc
252
253
  pillow==10.1.0
253
254
  # via matplotlib
@@ -293,7 +294,7 @@ pymatgen-analysis-alloys==0.0.6
293
294
  # via emmet-core
294
295
  pymatgen-analysis-diffusion==2023.8.15
295
296
  # via emmet-core
296
- pymongo==4.6.0
297
+ pymongo==4.6.1
297
298
  # via
298
299
  # maggma
299
300
  # matminer
@@ -319,9 +320,9 @@ pyyaml==6.0.1
319
320
  # phonopy
320
321
  # pybtex
321
322
  # pytorch-lightning
322
- pyzmq==25.1.1
323
+ pyzmq==25.1.2
323
324
  # via maggma
324
- referencing==0.31.0
325
+ referencing==0.31.1
325
326
  # via
326
327
  # jsonschema
327
328
  # jsonschema-specifications
@@ -334,7 +335,7 @@ requests==2.31.0
334
335
  # pymatgen
335
336
  robocrys==0.2.8
336
337
  # via emmet-core
337
- rpds-py==0.13.1
338
+ rpds-py==0.13.2
338
339
  # via
339
340
  # jsonschema
340
341
  # referencing
@@ -345,7 +346,7 @@ ruamel-yaml==0.17.40
345
346
  # robocrys
346
347
  ruamel-yaml-clib==0.2.8
347
348
  # via ruamel-yaml
348
- s3transfer==0.8.0
349
+ s3transfer==0.8.2
349
350
  # via boto3
350
351
  scikit-learn==1.3.2
351
352
  # via matminer
@@ -396,7 +397,7 @@ torch==2.1.1
396
397
  # matgl
397
398
  # pytorch-lightning
398
399
  # torchmetrics
399
- torchmetrics==1.2.0
400
+ torchmetrics==1.2.1
400
401
  # via pytorch-lightning
401
402
  tqdm==4.66.1
402
403
  # via
@@ -429,7 +430,7 @@ uvicorn==0.24.0.post1
429
430
  # via maggma
430
431
  werkzeug==3.0.1
431
432
  # via flask
432
- yarl==1.9.3
433
+ yarl==1.9.4
433
434
  # via aiohttp
434
435
 
435
436
  # The following packages are considered to be unsafe in a requirements file:
@@ -28,13 +28,13 @@ attrs==23.1.0
28
28
  # aiohttp
29
29
  # jsonschema
30
30
  # referencing
31
- bcrypt==4.0.1
31
+ bcrypt==4.1.1
32
32
  # via paramiko
33
33
  blinker==1.7.0
34
34
  # via flask
35
- boto3==1.33.0
35
+ boto3==1.33.9
36
36
  # via maggma
37
- botocore==1.33.0
37
+ botocore==1.33.9
38
38
  # via
39
39
  # boto3
40
40
  # s3transfer
@@ -67,7 +67,7 @@ coverage[toml]==7.3.2
67
67
  # via
68
68
  # coverage
69
69
  # pytest-cov
70
- cryptography==41.0.6
70
+ cryptography==41.0.7
71
71
  # via paramiko
72
72
  csscompressor==0.9.5
73
73
  # via mkdocs-minify-plugin
@@ -83,7 +83,7 @@ dnspython==2.4.2
83
83
  # via
84
84
  # maggma
85
85
  # pymongo
86
- emmet-core[all,ml]==0.74.3
86
+ emmet-core[all,ml]==0.74.8
87
87
  # via emmet-builders (setup.py)
88
88
  exceptiongroup==1.2.0
89
89
  # via
@@ -100,13 +100,13 @@ flake8==6.1.0
100
100
  # via emmet-builders (setup.py)
101
101
  flask==3.0.0
102
102
  # via mongogrant
103
- fonttools==4.45.1
103
+ fonttools==4.46.0
104
104
  # via matplotlib
105
105
  frozenlist==1.4.0
106
106
  # via
107
107
  # aiohttp
108
108
  # aiosignal
109
- fsspec[http]==2023.10.0
109
+ fsspec[http]==2023.12.1
110
110
  # via
111
111
  # pytorch-lightning
112
112
  # torch
@@ -116,7 +116,7 @@ future==0.18.3
116
116
  # uncertainties
117
117
  ghp-import==2.1.0
118
118
  # via mkdocs
119
- griffe==0.38.0
119
+ griffe==0.38.1
120
120
  # via mkdocstrings-python
121
121
  h11==0.14.0
122
122
  # via uvicorn
@@ -159,7 +159,7 @@ jsmin==3.0.1
159
159
  # via mkdocs-minify-plugin
160
160
  jsonschema==4.20.0
161
161
  # via maggma
162
- jsonschema-specifications==2023.11.1
162
+ jsonschema-specifications==2023.11.2
163
163
  # via jsonschema
164
164
  kiwisolver==1.4.5
165
165
  # via matplotlib
@@ -332,6 +332,7 @@ packaging==23.2
332
332
  # plotly
333
333
  # pytest
334
334
  # pytorch-lightning
335
+ # torchmetrics
335
336
  palettable==3.3.3
336
337
  # via pymatgen
337
338
  pandas==1.5.3
@@ -342,11 +343,11 @@ paramiko==3.3.1
342
343
  # via sshtunnel
343
344
  pathspec==0.11.2
344
345
  # via mkdocs
345
- phonopy==2.20.0
346
+ phonopy==2.21.0
346
347
  # via matcalc
347
348
  pillow==10.1.0
348
349
  # via matplotlib
349
- platformdirs==4.0.0
350
+ platformdirs==4.1.0
350
351
  # via
351
352
  # mkdocs
352
353
  # mkdocstrings
@@ -411,7 +412,7 @@ pymdown-extensions==10.5
411
412
  # via
412
413
  # mkdocs-material
413
414
  # mkdocstrings
414
- pymongo==4.6.0
415
+ pymongo==4.6.1
415
416
  # via
416
417
  # maggma
417
418
  # matminer
@@ -451,9 +452,9 @@ pyyaml==6.0.1
451
452
  # pyyaml-env-tag
452
453
  pyyaml-env-tag==0.1
453
454
  # via mkdocs
454
- pyzmq==25.1.1
455
+ pyzmq==25.1.2
455
456
  # via maggma
456
- referencing==0.31.0
457
+ referencing==0.31.1
457
458
  # via
458
459
  # jsonschema
459
460
  # jsonschema-specifications
@@ -466,7 +467,7 @@ requests==2.31.0
466
467
  # pymatgen
467
468
  robocrys==0.2.8
468
469
  # via emmet-core
469
- rpds-py==0.13.1
470
+ rpds-py==0.13.2
470
471
  # via
471
472
  # jsonschema
472
473
  # referencing
@@ -477,7 +478,7 @@ ruamel-yaml==0.17.40
477
478
  # robocrys
478
479
  ruamel-yaml-clib==0.2.8
479
480
  # via ruamel-yaml
480
- s3transfer==0.8.0
481
+ s3transfer==0.8.2
481
482
  # via boto3
482
483
  scikit-learn==1.3.2
483
484
  # via matminer
@@ -536,9 +537,9 @@ torch==2.1.1
536
537
  # matgl
537
538
  # pytorch-lightning
538
539
  # torchmetrics
539
- torchmetrics==1.2.0
540
+ torchmetrics==1.2.1
540
541
  # via pytorch-lightning
541
- tornado==6.3.3
542
+ tornado==6.4
542
543
  # via livereload
543
544
  tqdm==4.66.1
544
545
  # via
@@ -551,7 +552,7 @@ triton==2.1.0
551
552
  # via torch
552
553
  types-requests==2.31.0.10
553
554
  # via emmet-builders (setup.py)
554
- types-setuptools==68.2.0.2
555
+ types-setuptools==69.0.0.0
555
556
  # via emmet-builders (setup.py)
556
557
  typing-extensions==4.8.0
557
558
  # via
@@ -575,7 +576,7 @@ urllib3==2.0.7
575
576
  # types-requests
576
577
  uvicorn==0.24.0.post1
577
578
  # via maggma
578
- virtualenv==20.24.7
579
+ virtualenv==20.25.0
579
580
  # via pre-commit
580
581
  watchdog==3.0.0
581
582
  # via mkdocs
@@ -585,7 +586,7 @@ werkzeug==3.0.1
585
586
  # via flask
586
587
  wincertstore==0.2
587
588
  # via emmet-builders (setup.py)
588
- yarl==1.9.3
589
+ yarl==1.9.4
589
590
  # via aiohttp
590
591
 
591
592
  # The following packages are considered to be unsafe in a requirements file:
@@ -26,13 +26,13 @@ attrs==23.1.0
26
26
  # aiohttp
27
27
  # jsonschema
28
28
  # referencing
29
- bcrypt==4.0.1
29
+ bcrypt==4.1.1
30
30
  # via paramiko
31
31
  blinker==1.7.0
32
32
  # via flask
33
- boto3==1.33.0
33
+ boto3==1.33.9
34
34
  # via maggma
35
- botocore==1.33.0
35
+ botocore==1.33.9
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==41.0.6
56
+ cryptography==41.0.7
57
57
  # via paramiko
58
58
  cycler==0.12.1
59
59
  # via matplotlib
@@ -65,7 +65,7 @@ dnspython==2.4.2
65
65
  # via
66
66
  # maggma
67
67
  # pymongo
68
- emmet-core[all,ml]==0.74.3
68
+ emmet-core[all,ml]==0.74.8
69
69
  # via emmet-builders (setup.py)
70
70
  fastapi==0.104.1
71
71
  # via maggma
@@ -75,13 +75,13 @@ filelock==3.13.1
75
75
  # triton
76
76
  flask==3.0.0
77
77
  # via mongogrant
78
- fonttools==4.45.1
78
+ fonttools==4.46.0
79
79
  # via matplotlib
80
80
  frozenlist==1.4.0
81
81
  # via
82
82
  # aiohttp
83
83
  # aiosignal
84
- fsspec[http]==2023.10.0
84
+ fsspec[http]==2023.12.1
85
85
  # via
86
86
  # pytorch-lightning
87
87
  # torch
@@ -118,7 +118,7 @@ joblib==1.3.2
118
118
  # scikit-learn
119
119
  jsonschema==4.20.0
120
120
  # via maggma
121
- jsonschema-specifications==2023.11.1
121
+ jsonschema-specifications==2023.11.2
122
122
  # via jsonschema
123
123
  kiwisolver==1.4.5
124
124
  # via matplotlib
@@ -235,6 +235,7 @@ packaging==23.2
235
235
  # mongomock
236
236
  # plotly
237
237
  # pytorch-lightning
238
+ # torchmetrics
238
239
  palettable==3.3.3
239
240
  # via pymatgen
240
241
  pandas==1.5.3
@@ -243,7 +244,7 @@ pandas==1.5.3
243
244
  # pymatgen
244
245
  paramiko==3.3.1
245
246
  # via sshtunnel
246
- phonopy==2.20.0
247
+ phonopy==2.21.0
247
248
  # via matcalc
248
249
  pillow==10.1.0
249
250
  # via matplotlib
@@ -289,7 +290,7 @@ pymatgen-analysis-alloys==0.0.6
289
290
  # via emmet-core
290
291
  pymatgen-analysis-diffusion==2023.8.15
291
292
  # via emmet-core
292
- pymongo==4.6.0
293
+ pymongo==4.6.1
293
294
  # via
294
295
  # maggma
295
296
  # matminer
@@ -315,9 +316,9 @@ pyyaml==6.0.1
315
316
  # phonopy
316
317
  # pybtex
317
318
  # pytorch-lightning
318
- pyzmq==25.1.1
319
+ pyzmq==25.1.2
319
320
  # via maggma
320
- referencing==0.31.0
321
+ referencing==0.31.1
321
322
  # via
322
323
  # jsonschema
323
324
  # jsonschema-specifications
@@ -330,7 +331,7 @@ requests==2.31.0
330
331
  # pymatgen
331
332
  robocrys==0.2.8
332
333
  # via emmet-core
333
- rpds-py==0.13.1
334
+ rpds-py==0.13.2
334
335
  # via
335
336
  # jsonschema
336
337
  # referencing
@@ -341,7 +342,7 @@ ruamel-yaml==0.17.40
341
342
  # robocrys
342
343
  ruamel-yaml-clib==0.2.8
343
344
  # via ruamel-yaml
344
- s3transfer==0.8.0
345
+ s3transfer==0.8.2
345
346
  # via boto3
346
347
  scikit-learn==1.3.2
347
348
  # via matminer
@@ -392,7 +393,7 @@ torch==2.1.1
392
393
  # matgl
393
394
  # pytorch-lightning
394
395
  # torchmetrics
395
- torchmetrics==1.2.0
396
+ torchmetrics==1.2.1
396
397
  # via pytorch-lightning
397
398
  tqdm==4.66.1
398
399
  # via
@@ -424,7 +425,7 @@ uvicorn==0.24.0.post1
424
425
  # via maggma
425
426
  werkzeug==3.0.1
426
427
  # via flask
427
- yarl==1.9.3
428
+ yarl==1.9.4
428
429
  # via aiohttp
429
430
 
430
431
  # The following packages are considered to be unsafe in a requirements file:
@@ -26,13 +26,13 @@ attrs==23.1.0
26
26
  # aiohttp
27
27
  # jsonschema
28
28
  # referencing
29
- bcrypt==4.0.1
29
+ bcrypt==4.1.1
30
30
  # via paramiko
31
31
  blinker==1.7.0
32
32
  # via flask
33
- boto3==1.33.0
33
+ boto3==1.33.9
34
34
  # via maggma
35
- botocore==1.33.0
35
+ botocore==1.33.9
36
36
  # via
37
37
  # boto3
38
38
  # s3transfer
@@ -65,7 +65,7 @@ coverage[toml]==7.3.2
65
65
  # via
66
66
  # coverage
67
67
  # pytest-cov
68
- cryptography==41.0.6
68
+ cryptography==41.0.7
69
69
  # via paramiko
70
70
  csscompressor==0.9.5
71
71
  # via mkdocs-minify-plugin
@@ -81,7 +81,7 @@ dnspython==2.4.2
81
81
  # via
82
82
  # maggma
83
83
  # pymongo
84
- emmet-core[all,ml]==0.74.3
84
+ emmet-core[all,ml]==0.74.8
85
85
  # via emmet-builders (setup.py)
86
86
  fastapi==0.104.1
87
87
  # via maggma
@@ -94,13 +94,13 @@ flake8==6.1.0
94
94
  # via emmet-builders (setup.py)
95
95
  flask==3.0.0
96
96
  # via mongogrant
97
- fonttools==4.45.1
97
+ fonttools==4.46.0
98
98
  # via matplotlib
99
99
  frozenlist==1.4.0
100
100
  # via
101
101
  # aiohttp
102
102
  # aiosignal
103
- fsspec[http]==2023.10.0
103
+ fsspec[http]==2023.12.1
104
104
  # via
105
105
  # pytorch-lightning
106
106
  # torch
@@ -110,7 +110,7 @@ future==0.18.3
110
110
  # uncertainties
111
111
  ghp-import==2.1.0
112
112
  # via mkdocs
113
- griffe==0.38.0
113
+ griffe==0.38.1
114
114
  # via mkdocstrings-python
115
115
  h11==0.14.0
116
116
  # via uvicorn
@@ -153,7 +153,7 @@ jsmin==3.0.1
153
153
  # via mkdocs-minify-plugin
154
154
  jsonschema==4.20.0
155
155
  # via maggma
156
- jsonschema-specifications==2023.11.1
156
+ jsonschema-specifications==2023.11.2
157
157
  # via jsonschema
158
158
  kiwisolver==1.4.5
159
159
  # via matplotlib
@@ -326,6 +326,7 @@ packaging==23.2
326
326
  # plotly
327
327
  # pytest
328
328
  # pytorch-lightning
329
+ # torchmetrics
329
330
  palettable==3.3.3
330
331
  # via pymatgen
331
332
  pandas==1.5.3
@@ -336,11 +337,11 @@ paramiko==3.3.1
336
337
  # via sshtunnel
337
338
  pathspec==0.11.2
338
339
  # via mkdocs
339
- phonopy==2.20.0
340
+ phonopy==2.21.0
340
341
  # via matcalc
341
342
  pillow==10.1.0
342
343
  # via matplotlib
343
- platformdirs==4.0.0
344
+ platformdirs==4.1.0
344
345
  # via
345
346
  # mkdocs
346
347
  # mkdocstrings
@@ -405,7 +406,7 @@ pymdown-extensions==10.5
405
406
  # via
406
407
  # mkdocs-material
407
408
  # mkdocstrings
408
- pymongo==4.6.0
409
+ pymongo==4.6.1
409
410
  # via
410
411
  # maggma
411
412
  # matminer
@@ -445,9 +446,9 @@ pyyaml==6.0.1
445
446
  # pyyaml-env-tag
446
447
  pyyaml-env-tag==0.1
447
448
  # via mkdocs
448
- pyzmq==25.1.1
449
+ pyzmq==25.1.2
449
450
  # via maggma
450
- referencing==0.31.0
451
+ referencing==0.31.1
451
452
  # via
452
453
  # jsonschema
453
454
  # jsonschema-specifications
@@ -460,7 +461,7 @@ requests==2.31.0
460
461
  # pymatgen
461
462
  robocrys==0.2.8
462
463
  # via emmet-core
463
- rpds-py==0.13.1
464
+ rpds-py==0.13.2
464
465
  # via
465
466
  # jsonschema
466
467
  # referencing
@@ -471,7 +472,7 @@ ruamel-yaml==0.17.40
471
472
  # robocrys
472
473
  ruamel-yaml-clib==0.2.8
473
474
  # via ruamel-yaml
474
- s3transfer==0.8.0
475
+ s3transfer==0.8.2
475
476
  # via boto3
476
477
  scikit-learn==1.3.2
477
478
  # via matminer
@@ -525,9 +526,9 @@ torch==2.1.1
525
526
  # matgl
526
527
  # pytorch-lightning
527
528
  # torchmetrics
528
- torchmetrics==1.2.0
529
+ torchmetrics==1.2.1
529
530
  # via pytorch-lightning
530
- tornado==6.3.3
531
+ tornado==6.4
531
532
  # via livereload
532
533
  tqdm==4.66.1
533
534
  # via
@@ -540,7 +541,7 @@ triton==2.1.0
540
541
  # via torch
541
542
  types-requests==2.31.0.10
542
543
  # via emmet-builders (setup.py)
543
- types-setuptools==68.2.0.2
544
+ types-setuptools==69.0.0.0
544
545
  # via emmet-builders (setup.py)
545
546
  typing-extensions==4.8.0
546
547
  # via
@@ -563,7 +564,7 @@ urllib3==2.0.7
563
564
  # types-requests
564
565
  uvicorn==0.24.0.post1
565
566
  # via maggma
566
- virtualenv==20.24.7
567
+ virtualenv==20.25.0
567
568
  # via pre-commit
568
569
  watchdog==3.0.0
569
570
  # via mkdocs
@@ -573,7 +574,7 @@ werkzeug==3.0.1
573
574
  # via flask
574
575
  wincertstore==0.2
575
576
  # via emmet-builders (setup.py)
576
- yarl==1.9.3
577
+ yarl==1.9.4
577
578
  # via aiohttp
578
579
 
579
580
  # The following packages are considered to be unsafe in a requirements file: