emmet-builders 0.76.1__tar.gz → 0.77.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.76.1 → emmet-builders-0.77.0}/PKG-INFO +1 -1
  2. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/materials/electrodes.py +2 -2
  3. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/materials/ml.py +3 -3
  4. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet_builders.egg-info/PKG-INFO +1 -1
  5. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/requirements/deployment.txt +21 -21
  6. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/requirements/ubuntu-latest_py3.10.txt +21 -21
  7. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/requirements/ubuntu-latest_py3.10_extras.txt +24 -24
  8. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/requirements/ubuntu-latest_py3.11.txt +21 -21
  9. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/requirements/ubuntu-latest_py3.11_extras.txt +24 -24
  10. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/requirements/ubuntu-latest_py3.9.txt +21 -21
  11. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/requirements/ubuntu-latest_py3.9_extras.txt +24 -24
  12. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/__init__.py +0 -0
  13. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/abinit/__init__.py +0 -0
  14. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/abinit/phonon.py +0 -0
  15. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/abinit/sound_velocity.py +0 -0
  16. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/feff/__init__.py +0 -0
  17. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/feff/xas.py +0 -0
  18. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/materials/__init__.py +0 -0
  19. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/materials/absorption_spectrum.py +0 -0
  20. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/materials/alloys.py +0 -0
  21. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/materials/basic_descriptors.py +0 -0
  22. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/materials/bonds.py +0 -0
  23. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/materials/chemenv.py +0 -0
  24. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/materials/corrected_entries.py +0 -0
  25. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/materials/dielectric.py +0 -0
  26. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/materials/elasticity.py +0 -0
  27. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/materials/electronic_structure.py +0 -0
  28. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/materials/magnetism.py +0 -0
  29. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/materials/optimade.py +0 -0
  30. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/materials/oxidation_states.py +0 -0
  31. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/materials/piezoelectric.py +0 -0
  32. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/materials/provenance.py +0 -0
  33. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/materials/robocrys.py +0 -0
  34. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/materials/similarity.py +0 -0
  35. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/materials/substrates.py +0 -0
  36. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/materials/summary.py +0 -0
  37. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/materials/thermo.py +0 -0
  38. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/matscholar/missing_compositions.py +0 -0
  39. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/mobility/__init__.py +0 -0
  40. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/mobility/migration_graph.py +0 -0
  41. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/molecules/__init__.py +0 -0
  42. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/molecules/atomic.py +0 -0
  43. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/molecules/bonds.py +0 -0
  44. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/molecules/metal_binding.py +0 -0
  45. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/molecules/orbitals.py +0 -0
  46. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/molecules/redox.py +0 -0
  47. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/molecules/summary.py +0 -0
  48. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/molecules/thermo.py +0 -0
  49. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/molecules/vibration.py +0 -0
  50. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/qchem/__init__.py +0 -0
  51. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/qchem/molecules.py +0 -0
  52. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/settings.py +0 -0
  53. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/utils.py +0 -0
  54. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/vasp/__init__.py +0 -0
  55. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/vasp/materials.py +0 -0
  56. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet/builders/vasp/task_validator.py +0 -0
  57. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet_builders.egg-info/SOURCES.txt +0 -0
  58. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet_builders.egg-info/dependency_links.txt +0 -0
  59. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet_builders.egg-info/not-zip-safe +0 -0
  60. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet_builders.egg-info/requires.txt +0 -0
  61. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/emmet_builders.egg-info/top_level.txt +0 -0
  62. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/setup.cfg +0 -0
  63. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/setup.py +0 -0
  64. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/tests/__init__.py +0 -0
  65. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/tests/conftest.py +0 -0
  66. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/tests/molecules/__init__.py +0 -0
  67. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/tests/molecules/test_atomic.py +0 -0
  68. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/tests/molecules/test_bonds.py +0 -0
  69. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/tests/molecules/test_metal_binding.py +0 -0
  70. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/tests/molecules/test_orbitals.py +0 -0
  71. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/tests/molecules/test_redox.py +0 -0
  72. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/tests/molecules/test_summary.py +0 -0
  73. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/tests/molecules/test_thermo.py +0 -0
  74. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/tests/molecules/test_vibration.py +0 -0
  75. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/tests/test_absorption.py +0 -0
  76. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/tests/test_basic_descriptors.py +0 -0
  77. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/tests/test_chemenv.py +0 -0
  78. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/tests/test_corrected_entries_thermo.py +0 -0
  79. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/tests/test_dielectric.py +0 -0
  80. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/tests/test_elasticity.py +0 -0
  81. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/tests/test_electronic_structure.py +0 -0
  82. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/tests/test_magnetism.py +0 -0
  83. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/tests/test_materials.py +0 -0
  84. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/tests/test_ml.py +0 -0
  85. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/tests/test_mobility.py +0 -0
  86. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/tests/test_oxidation.py +0 -0
  87. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/tests/test_piezoelectric.py +0 -0
  88. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/tests/test_qchem.py +0 -0
  89. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/tests/test_similarity.py +0 -0
  90. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/tests/test_summary.py +0 -0
  91. {emmet-builders-0.76.1 → emmet-builders-0.77.0}/tests/test_utils.py +0 -0
  92. {emmet-builders-0.76.1 → emmet-builders-0.77.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.76.1
3
+ Version: 0.77.0
4
4
  Summary: Builders for the Emmet Library
5
5
  Home-page: https://github.com/materialsproject/emmet
6
6
  Author: The Materials Project
@@ -14,7 +14,7 @@ from pymatgen.entries.compatibility import MaterialsProject2020Compatibility
14
14
  from pymatgen.analysis.phase_diagram import PhaseDiagram, Composition
15
15
 
16
16
  from emmet.core.electrode import InsertionElectrodeDoc, ConversionElectrodeDoc
17
- from emmet.core.structure_group import StructureGroupDoc, _get_id_num
17
+ from emmet.core.structure_group import StructureGroupDoc, _get_id_lexi
18
18
  from emmet.core.utils import jsanitize
19
19
  from emmet.builders.settings import EmmetBuildSettings
20
20
 
@@ -571,7 +571,7 @@ class ConversionElectrodeBuilder(Builder):
571
571
  for e in pd.entries
572
572
  ]
573
573
  material_ids = list(filter(None, material_ids))
574
- lowest_id = min(material_ids, key=_get_id_num)
574
+ lowest_id = min(material_ids, key=_get_id_lexi)
575
575
  conversion_electrode_doc = (
576
576
  ConversionElectrodeDoc.from_composition_and_pd(
577
577
  comp=v[1],
@@ -38,7 +38,7 @@ class MLBuilder(MapBuilder):
38
38
  Defaults to None.
39
39
  provenance (dict, optional): Additional provenance information to include in
40
40
  MLDocs. Will be saved in each document so use sparingly. Defaults to None.
41
- Set to {} to disable default provenance model_name, model_version, matcalc_version.
41
+ Set to {} to disable default provenance model, version, matcalc_version.
42
42
  """
43
43
  self.materials = materials
44
44
  self.ml_potential = ml_potential
@@ -55,8 +55,8 @@ class MLBuilder(MapBuilder):
55
55
  model_name = {"chgnetcalculator": "chgnet"}.get(model_name, model_name)
56
56
  pkg_name = {"m3gnet": "matgl"}.get(model_name, model_name)
57
57
  self.provenance = dict(
58
- model_name=model_name,
59
- model_version=version(pkg_name),
58
+ model=model_name,
59
+ version=version(pkg_name),
60
60
  matcalc_version=version("matcalc"),
61
61
  **(provenance or {}),
62
62
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: emmet-builders
3
- Version: 0.76.1
3
+ Version: 0.77.0
4
4
  Summary: Builders for the Emmet Library
5
5
  Home-page: https://github.com/materialsproject/emmet
6
6
  Author: The Materials Project
@@ -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.15
33
+ boto3==1.34.24
34
34
  # via maggma
35
- botocore==1.34.15
35
+ botocore==1.34.24
36
36
  # via
37
37
  # boto3
38
38
  # s3transfer
@@ -57,27 +57,27 @@ cryptography==41.0.7
57
57
  # via paramiko
58
58
  cycler==0.12.1
59
59
  # via matplotlib
60
- cython==3.0.7
60
+ cython==3.0.8
61
61
  # via chgnet
62
62
  dgl==1.1.3
63
63
  # via matgl
64
- dnspython==2.4.2
64
+ dnspython==2.5.0
65
65
  # via
66
66
  # maggma
67
67
  # pymongo
68
- emmet-core[all,ml]==0.76.0
68
+ emmet-core[all,ml]==0.76.2
69
69
  # via emmet-builders (emmet/emmet-builders/setup.py)
70
70
  exceptiongroup==1.2.0
71
71
  # via anyio
72
- fastapi==0.108.0
72
+ fastapi==0.109.0
73
73
  # via maggma
74
74
  filelock==3.13.1
75
75
  # via
76
76
  # torch
77
77
  # triton
78
- flask==3.0.0
78
+ flask==3.0.1
79
79
  # via mongogrant
80
- fonttools==4.47.0
80
+ fonttools==4.47.2
81
81
  # via matplotlib
82
82
  frozenlist==1.4.1
83
83
  # via
@@ -104,7 +104,7 @@ inflect==7.0.0
104
104
  # via robocrys
105
105
  itsdangerous==2.1.2
106
106
  # via flask
107
- jinja2==3.1.2
107
+ jinja2==3.1.3
108
108
  # via
109
109
  # flask
110
110
  # torch
@@ -118,7 +118,7 @@ joblib==1.3.2
118
118
  # pymatgen
119
119
  # pymatgen-analysis-diffusion
120
120
  # scikit-learn
121
- jsonschema==4.20.0
121
+ jsonschema==4.21.1
122
122
  # via maggma
123
123
  jsonschema-specifications==2023.12.1
124
124
  # via jsonschema
@@ -126,13 +126,13 @@ kiwisolver==1.4.5
126
126
  # via matplotlib
127
127
  latexcodec==2.0.1
128
128
  # via pybtex
129
- lightning-utilities==0.10.0
129
+ lightning-utilities==0.10.1
130
130
  # via
131
131
  # pytorch-lightning
132
132
  # torchmetrics
133
- maggma==0.60.2
133
+ maggma==0.61.0
134
134
  # via emmet-builders (emmet/emmet-builders/setup.py)
135
- markupsafe==2.1.3
135
+ markupsafe==2.1.4
136
136
  # via
137
137
  # jinja2
138
138
  # werkzeug
@@ -230,7 +230,7 @@ nvidia-nvjitlink-cu12==12.3.101
230
230
  # nvidia-cusparse-cu12
231
231
  nvidia-nvtx-cu12==12.1.105
232
232
  # via torch
233
- orjson==3.9.10
233
+ orjson==3.9.12
234
234
  # via maggma
235
235
  packaging==23.2
236
236
  # via
@@ -255,7 +255,7 @@ pillow==10.2.0
255
255
  # via matplotlib
256
256
  plotly==5.18.0
257
257
  # via pymatgen
258
- psutil==5.9.7
258
+ psutil==5.9.8
259
259
  # via dgl
260
260
  pubchempy==1.0.4
261
261
  # via robocrys
@@ -336,7 +336,7 @@ requests==2.31.0
336
336
  # pymatgen
337
337
  robocrys==0.2.8
338
338
  # via emmet-core
339
- rpds-py==0.16.2
339
+ rpds-py==0.17.1
340
340
  # via
341
341
  # jsonschema
342
342
  # referencing
@@ -349,9 +349,9 @@ ruamel-yaml-clib==0.2.8
349
349
  # via ruamel-yaml
350
350
  s3transfer==0.10.0
351
351
  # via boto3
352
- scikit-learn==1.3.2
352
+ scikit-learn==1.4.0
353
353
  # via matminer
354
- scipy==1.11.4
354
+ scipy==1.12.0
355
355
  # via
356
356
  # -r python/requirements.txt
357
357
  # ase
@@ -380,7 +380,7 @@ spglib==2.2.0
380
380
  # seekpath
381
381
  sshtunnel==0.4.0
382
382
  # via maggma
383
- starlette==0.32.0.post1
383
+ starlette==0.35.1
384
384
  # via fastapi
385
385
  sympy==1.12
386
386
  # via
@@ -399,7 +399,7 @@ torch==2.1.2
399
399
  # matgl
400
400
  # pytorch-lightning
401
401
  # torchmetrics
402
- torchmetrics==1.2.1
402
+ torchmetrics==1.3.0.post0
403
403
  # via pytorch-lightning
404
404
  tqdm==4.66.1
405
405
  # via
@@ -429,7 +429,7 @@ urllib3==2.0.7
429
429
  # via
430
430
  # botocore
431
431
  # requests
432
- uvicorn==0.25.0
432
+ uvicorn==0.27.0
433
433
  # via maggma
434
434
  werkzeug==3.0.1
435
435
  # via flask
@@ -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.15
33
+ boto3==1.34.23
34
34
  # via maggma
35
- botocore==1.34.15
35
+ botocore==1.34.23
36
36
  # via
37
37
  # boto3
38
38
  # s3transfer
@@ -57,27 +57,27 @@ cryptography==41.0.7
57
57
  # via paramiko
58
58
  cycler==0.12.1
59
59
  # via matplotlib
60
- cython==3.0.7
60
+ cython==3.0.8
61
61
  # via chgnet
62
62
  dgl==1.1.3
63
63
  # via matgl
64
- dnspython==2.4.2
64
+ dnspython==2.5.0
65
65
  # via
66
66
  # maggma
67
67
  # pymongo
68
- emmet-core[all,ml]==0.75.3
68
+ emmet-core[all,ml]==0.76.2
69
69
  # via emmet-builders (setup.py)
70
70
  exceptiongroup==1.2.0
71
71
  # via anyio
72
- fastapi==0.108.0
72
+ fastapi==0.109.0
73
73
  # via maggma
74
74
  filelock==3.13.1
75
75
  # via
76
76
  # torch
77
77
  # triton
78
- flask==3.0.0
78
+ flask==3.0.1
79
79
  # via mongogrant
80
- fonttools==4.47.0
80
+ fonttools==4.47.2
81
81
  # via matplotlib
82
82
  frozenlist==1.4.1
83
83
  # via
@@ -104,7 +104,7 @@ inflect==7.0.0
104
104
  # via robocrys
105
105
  itsdangerous==2.1.2
106
106
  # via flask
107
- jinja2==3.1.2
107
+ jinja2==3.1.3
108
108
  # via
109
109
  # flask
110
110
  # torch
@@ -118,7 +118,7 @@ joblib==1.3.2
118
118
  # pymatgen
119
119
  # pymatgen-analysis-diffusion
120
120
  # scikit-learn
121
- jsonschema==4.20.0
121
+ jsonschema==4.21.1
122
122
  # via maggma
123
123
  jsonschema-specifications==2023.12.1
124
124
  # via jsonschema
@@ -126,13 +126,13 @@ kiwisolver==1.4.5
126
126
  # via matplotlib
127
127
  latexcodec==2.0.1
128
128
  # via pybtex
129
- lightning-utilities==0.10.0
129
+ lightning-utilities==0.10.1
130
130
  # via
131
131
  # pytorch-lightning
132
132
  # torchmetrics
133
- maggma==0.60.2
133
+ maggma==0.61.0
134
134
  # via emmet-builders (setup.py)
135
- markupsafe==2.1.3
135
+ markupsafe==2.1.4
136
136
  # via
137
137
  # jinja2
138
138
  # werkzeug
@@ -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.10
231
+ orjson==3.9.12
232
232
  # via maggma
233
233
  packaging==23.2
234
234
  # via
@@ -252,7 +252,7 @@ pillow==10.2.0
252
252
  # via matplotlib
253
253
  plotly==5.18.0
254
254
  # via pymatgen
255
- psutil==5.9.7
255
+ psutil==5.9.8
256
256
  # via dgl
257
257
  pubchempy==1.0.4
258
258
  # via robocrys
@@ -333,7 +333,7 @@ requests==2.31.0
333
333
  # pymatgen
334
334
  robocrys==0.2.8
335
335
  # via emmet-core
336
- rpds-py==0.16.2
336
+ rpds-py==0.17.1
337
337
  # via
338
338
  # jsonschema
339
339
  # referencing
@@ -346,9 +346,9 @@ ruamel-yaml-clib==0.2.8
346
346
  # via ruamel-yaml
347
347
  s3transfer==0.10.0
348
348
  # via boto3
349
- scikit-learn==1.3.2
349
+ scikit-learn==1.4.0
350
350
  # via matminer
351
- scipy==1.11.4
351
+ scipy==1.12.0
352
352
  # via
353
353
  # ase
354
354
  # dgl
@@ -376,7 +376,7 @@ spglib==2.2.0
376
376
  # seekpath
377
377
  sshtunnel==0.4.0
378
378
  # via maggma
379
- starlette==0.32.0.post1
379
+ starlette==0.35.1
380
380
  # via fastapi
381
381
  sympy==1.12
382
382
  # via
@@ -395,7 +395,7 @@ torch==2.1.2
395
395
  # matgl
396
396
  # pytorch-lightning
397
397
  # torchmetrics
398
- torchmetrics==1.2.1
398
+ torchmetrics==1.3.0.post0
399
399
  # via pytorch-lightning
400
400
  tqdm==4.66.1
401
401
  # via
@@ -425,7 +425,7 @@ urllib3==2.0.7
425
425
  # via
426
426
  # botocore
427
427
  # requests
428
- uvicorn==0.25.0
428
+ uvicorn==0.26.0
429
429
  # via maggma
430
430
  werkzeug==3.0.1
431
431
  # via flask
@@ -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.15
33
+ boto3==1.34.23
34
34
  # via maggma
35
- botocore==1.34.15
35
+ botocore==1.34.23
36
36
  # via
37
37
  # boto3
38
38
  # s3transfer
@@ -71,23 +71,23 @@ csscompressor==0.9.5
71
71
  # via mkdocs-minify-plugin
72
72
  cycler==0.12.1
73
73
  # via matplotlib
74
- cython==3.0.7
74
+ cython==3.0.8
75
75
  # via chgnet
76
76
  dgl==1.1.3
77
77
  # via matgl
78
78
  distlib==0.3.8
79
79
  # via virtualenv
80
- dnspython==2.4.2
80
+ dnspython==2.5.0
81
81
  # via
82
82
  # maggma
83
83
  # pymongo
84
- emmet-core[all,ml]==0.75.3
84
+ emmet-core[all,ml]==0.76.2
85
85
  # via emmet-builders (setup.py)
86
86
  exceptiongroup==1.2.0
87
87
  # via
88
88
  # anyio
89
89
  # pytest
90
- fastapi==0.108.0
90
+ fastapi==0.109.0
91
91
  # via maggma
92
92
  filelock==3.13.1
93
93
  # via
@@ -96,9 +96,9 @@ filelock==3.13.1
96
96
  # virtualenv
97
97
  flake8==7.0.0
98
98
  # via emmet-builders (setup.py)
99
- flask==3.0.0
99
+ flask==3.0.1
100
100
  # via mongogrant
101
- fonttools==4.47.0
101
+ fonttools==4.47.2
102
102
  # via matplotlib
103
103
  frozenlist==1.4.1
104
104
  # via
@@ -114,7 +114,7 @@ future==0.18.3
114
114
  # uncertainties
115
115
  ghp-import==2.1.0
116
116
  # via mkdocs
117
- griffe==0.38.1
117
+ griffe==0.39.1
118
118
  # via mkdocstrings-python
119
119
  h11==0.14.0
120
120
  # via uvicorn
@@ -135,7 +135,7 @@ iniconfig==2.0.0
135
135
  # via pytest
136
136
  itsdangerous==2.1.2
137
137
  # via flask
138
- jinja2==3.1.2
138
+ jinja2==3.1.3
139
139
  # via
140
140
  # emmet-builders (setup.py)
141
141
  # flask
@@ -155,7 +155,7 @@ joblib==1.3.2
155
155
  # scikit-learn
156
156
  jsmin==3.0.1
157
157
  # via mkdocs-minify-plugin
158
- jsonschema==4.20.0
158
+ jsonschema==4.21.1
159
159
  # via maggma
160
160
  jsonschema-specifications==2023.12.1
161
161
  # via jsonschema
@@ -163,22 +163,22 @@ kiwisolver==1.4.5
163
163
  # via matplotlib
164
164
  latexcodec==2.0.1
165
165
  # via pybtex
166
- lightning-utilities==0.10.0
166
+ lightning-utilities==0.10.1
167
167
  # via
168
168
  # pytorch-lightning
169
169
  # torchmetrics
170
170
  livereload==2.6.3
171
171
  # via emmet-builders (setup.py)
172
- maggma==0.60.2
172
+ maggma==0.61.0
173
173
  # via emmet-builders (setup.py)
174
- markdown==3.5.1
174
+ markdown==3.5.2
175
175
  # via
176
176
  # mkdocs
177
177
  # mkdocs-autorefs
178
178
  # mkdocs-material
179
179
  # mkdocstrings
180
180
  # pymdown-extensions
181
- markupsafe==2.1.3
181
+ markupsafe==2.1.4
182
182
  # via
183
183
  # jinja2
184
184
  # mkdocs
@@ -319,7 +319,7 @@ nvidia-nvjitlink-cu12==12.3.101
319
319
  # nvidia-cusparse-cu12
320
320
  nvidia-nvtx-cu12==12.1.105
321
321
  # via torch
322
- orjson==3.9.10
322
+ orjson==3.9.12
323
323
  # via maggma
324
324
  packaging==23.2
325
325
  # via
@@ -356,7 +356,7 @@ pluggy==1.3.0
356
356
  # via pytest
357
357
  pre-commit==3.6.0
358
358
  # via emmet-builders (setup.py)
359
- psutil==5.9.7
359
+ psutil==5.9.8
360
360
  # via dgl
361
361
  pubchempy==1.0.4
362
362
  # via robocrys
@@ -465,7 +465,7 @@ requests==2.31.0
465
465
  # pymatgen
466
466
  robocrys==0.2.8
467
467
  # via emmet-core
468
- rpds-py==0.16.2
468
+ rpds-py==0.17.1
469
469
  # via
470
470
  # jsonschema
471
471
  # referencing
@@ -478,9 +478,9 @@ ruamel-yaml-clib==0.2.8
478
478
  # via ruamel-yaml
479
479
  s3transfer==0.10.0
480
480
  # via boto3
481
- scikit-learn==1.3.2
481
+ scikit-learn==1.4.0
482
482
  # via matminer
483
- scipy==1.11.4
483
+ scipy==1.12.0
484
484
  # via
485
485
  # ase
486
486
  # dgl
@@ -511,7 +511,7 @@ spglib==2.2.0
511
511
  # seekpath
512
512
  sshtunnel==0.4.0
513
513
  # via maggma
514
- starlette==0.32.0.post1
514
+ starlette==0.35.1
515
515
  # via fastapi
516
516
  sympy==1.12
517
517
  # via
@@ -535,7 +535,7 @@ torch==2.1.2
535
535
  # matgl
536
536
  # pytorch-lightning
537
537
  # torchmetrics
538
- torchmetrics==1.2.1
538
+ torchmetrics==1.3.0.post0
539
539
  # via pytorch-lightning
540
540
  tornado==6.4
541
541
  # via livereload
@@ -550,7 +550,7 @@ triton==2.1.0
550
550
  # via torch
551
551
  types-requests==2.31.0.20240106
552
552
  # via emmet-builders (setup.py)
553
- types-setuptools==69.0.0.20240106
553
+ types-setuptools==69.0.0.20240115
554
554
  # via emmet-builders (setup.py)
555
555
  typing-extensions==4.9.0
556
556
  # via
@@ -573,7 +573,7 @@ urllib3==2.0.7
573
573
  # botocore
574
574
  # requests
575
575
  # types-requests
576
- uvicorn==0.25.0
576
+ uvicorn==0.26.0
577
577
  # via maggma
578
578
  virtualenv==20.25.0
579
579
  # via pre-commit
@@ -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.15
31
+ boto3==1.34.23
32
32
  # via maggma
33
- botocore==1.34.15
33
+ botocore==1.34.23
34
34
  # via
35
35
  # boto3
36
36
  # s3transfer
@@ -55,25 +55,25 @@ cryptography==41.0.7
55
55
  # via paramiko
56
56
  cycler==0.12.1
57
57
  # via matplotlib
58
- cython==3.0.7
58
+ cython==3.0.8
59
59
  # via chgnet
60
60
  dgl==1.1.3
61
61
  # via matgl
62
- dnspython==2.4.2
62
+ dnspython==2.5.0
63
63
  # via
64
64
  # maggma
65
65
  # pymongo
66
- emmet-core[all,ml]==0.75.3
66
+ emmet-core[all,ml]==0.76.2
67
67
  # via emmet-builders (setup.py)
68
- fastapi==0.108.0
68
+ fastapi==0.109.0
69
69
  # via maggma
70
70
  filelock==3.13.1
71
71
  # via
72
72
  # torch
73
73
  # triton
74
- flask==3.0.0
74
+ flask==3.0.1
75
75
  # via mongogrant
76
- fonttools==4.47.0
76
+ fonttools==4.47.2
77
77
  # via matplotlib
78
78
  frozenlist==1.4.1
79
79
  # via
@@ -100,7 +100,7 @@ inflect==7.0.0
100
100
  # via robocrys
101
101
  itsdangerous==2.1.2
102
102
  # via flask
103
- jinja2==3.1.2
103
+ jinja2==3.1.3
104
104
  # via
105
105
  # flask
106
106
  # torch
@@ -114,7 +114,7 @@ joblib==1.3.2
114
114
  # pymatgen
115
115
  # pymatgen-analysis-diffusion
116
116
  # scikit-learn
117
- jsonschema==4.20.0
117
+ jsonschema==4.21.1
118
118
  # via maggma
119
119
  jsonschema-specifications==2023.12.1
120
120
  # via jsonschema
@@ -122,13 +122,13 @@ kiwisolver==1.4.5
122
122
  # via matplotlib
123
123
  latexcodec==2.0.1
124
124
  # via pybtex
125
- lightning-utilities==0.10.0
125
+ lightning-utilities==0.10.1
126
126
  # via
127
127
  # pytorch-lightning
128
128
  # torchmetrics
129
- maggma==0.60.2
129
+ maggma==0.61.0
130
130
  # via emmet-builders (setup.py)
131
- markupsafe==2.1.3
131
+ markupsafe==2.1.4
132
132
  # via
133
133
  # jinja2
134
134
  # werkzeug
@@ -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.10
227
+ orjson==3.9.12
228
228
  # via maggma
229
229
  packaging==23.2
230
230
  # via
@@ -248,7 +248,7 @@ pillow==10.2.0
248
248
  # via matplotlib
249
249
  plotly==5.18.0
250
250
  # via pymatgen
251
- psutil==5.9.7
251
+ psutil==5.9.8
252
252
  # via dgl
253
253
  pubchempy==1.0.4
254
254
  # via robocrys
@@ -329,7 +329,7 @@ requests==2.31.0
329
329
  # pymatgen
330
330
  robocrys==0.2.8
331
331
  # via emmet-core
332
- rpds-py==0.16.2
332
+ rpds-py==0.17.1
333
333
  # via
334
334
  # jsonschema
335
335
  # referencing
@@ -342,9 +342,9 @@ ruamel-yaml-clib==0.2.8
342
342
  # via ruamel-yaml
343
343
  s3transfer==0.10.0
344
344
  # via boto3
345
- scikit-learn==1.3.2
345
+ scikit-learn==1.4.0
346
346
  # via matminer
347
- scipy==1.11.4
347
+ scipy==1.12.0
348
348
  # via
349
349
  # ase
350
350
  # dgl
@@ -372,7 +372,7 @@ spglib==2.2.0
372
372
  # seekpath
373
373
  sshtunnel==0.4.0
374
374
  # via maggma
375
- starlette==0.32.0.post1
375
+ starlette==0.35.1
376
376
  # via fastapi
377
377
  sympy==1.12
378
378
  # via
@@ -391,7 +391,7 @@ torch==2.1.2
391
391
  # matgl
392
392
  # pytorch-lightning
393
393
  # torchmetrics
394
- torchmetrics==1.2.1
394
+ torchmetrics==1.3.0.post0
395
395
  # via pytorch-lightning
396
396
  tqdm==4.66.1
397
397
  # via
@@ -419,7 +419,7 @@ urllib3==2.0.7
419
419
  # via
420
420
  # botocore
421
421
  # requests
422
- uvicorn==0.25.0
422
+ uvicorn==0.26.0
423
423
  # via maggma
424
424
  werkzeug==3.0.1
425
425
  # via flask