emmet-builders 0.84.3rc0__tar.gz → 0.84.3rc2__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.84.3rc0 → emmet-builders-0.84.3rc2}/PKG-INFO +1 -1
  2. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/vasp/materials.py +3 -1
  3. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet_builders.egg-info/PKG-INFO +1 -1
  4. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/requirements/ubuntu-latest_py3.10.txt +12 -12
  5. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/requirements/ubuntu-latest_py3.10_extras.txt +23 -23
  6. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/requirements/ubuntu-latest_py3.11.txt +11 -11
  7. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/requirements/ubuntu-latest_py3.11_extras.txt +22 -22
  8. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/tests/test_elasticity.py +1 -1
  9. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/tests/test_utils.py +3 -1
  10. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/MANIFEST.in +0 -0
  11. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/__init__.py +0 -0
  12. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/abinit/__init__.py +0 -0
  13. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/abinit/phonon.py +0 -0
  14. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/abinit/sound_velocity.py +0 -0
  15. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/feff/__init__.py +0 -0
  16. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/feff/xas.py +0 -0
  17. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/materials/__init__.py +0 -0
  18. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/materials/absorption_spectrum.py +0 -0
  19. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/materials/alloys.py +0 -0
  20. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/materials/basic_descriptors.py +0 -0
  21. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/materials/bonds.py +0 -0
  22. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/materials/chemenv.py +0 -0
  23. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/materials/corrected_entries.py +0 -0
  24. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/materials/dielectric.py +0 -0
  25. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/materials/elasticity.py +0 -0
  26. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/materials/electrodes.py +0 -0
  27. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/materials/electronic_structure.py +0 -0
  28. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/materials/magnetism.py +0 -0
  29. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/materials/ml.py +0 -0
  30. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/materials/optimade.py +0 -0
  31. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/materials/oxidation_states.py +0 -0
  32. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/materials/piezoelectric.py +0 -0
  33. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/materials/provenance.py +0 -0
  34. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/materials/robocrys.py +0 -0
  35. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/materials/similarity.py +0 -0
  36. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/materials/substrates.py +0 -0
  37. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/materials/summary.py +0 -0
  38. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/materials/thermo.py +0 -0
  39. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/matscholar/missing_compositions.py +0 -0
  40. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/mobility/__init__.py +0 -0
  41. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/mobility/migration_graph.py +0 -0
  42. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/molecules/__init__.py +0 -0
  43. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/molecules/atomic.py +0 -0
  44. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/molecules/bonds.py +0 -0
  45. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/molecules/metal_binding.py +0 -0
  46. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/molecules/orbitals.py +0 -0
  47. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/molecules/redox.py +0 -0
  48. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/molecules/summary.py +0 -0
  49. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/molecules/thermo.py +0 -0
  50. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/molecules/vibration.py +0 -0
  51. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/qchem/__init__.py +0 -0
  52. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/qchem/molecules.py +0 -0
  53. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/settings.py +0 -0
  54. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/utils.py +0 -0
  55. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/vasp/__init__.py +0 -0
  56. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/vasp/mp_potcar_stats.json.gz +0 -0
  57. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet/builders/vasp/task_validator.py +0 -0
  58. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet_builders.egg-info/SOURCES.txt +0 -0
  59. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet_builders.egg-info/dependency_links.txt +0 -0
  60. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet_builders.egg-info/not-zip-safe +0 -0
  61. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet_builders.egg-info/requires.txt +0 -0
  62. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/emmet_builders.egg-info/top_level.txt +0 -0
  63. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/requirements/deployment.txt +0 -0
  64. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/setup.cfg +0 -0
  65. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/setup.py +0 -0
  66. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/tests/__init__.py +0 -0
  67. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/tests/conftest.py +0 -0
  68. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/tests/molecules/__init__.py +0 -0
  69. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/tests/molecules/test_atomic.py +0 -0
  70. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/tests/molecules/test_bonds.py +0 -0
  71. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/tests/molecules/test_metal_binding.py +0 -0
  72. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/tests/molecules/test_orbitals.py +0 -0
  73. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/tests/molecules/test_redox.py +0 -0
  74. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/tests/molecules/test_summary.py +0 -0
  75. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/tests/molecules/test_thermo.py +0 -0
  76. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/tests/molecules/test_vibration.py +0 -0
  77. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/tests/test_absorption.py +0 -0
  78. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/tests/test_basic_descriptors.py +0 -0
  79. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/tests/test_chemenv.py +0 -0
  80. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/tests/test_corrected_entries_thermo.py +0 -0
  81. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/tests/test_dielectric.py +0 -0
  82. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/tests/test_electronic_structure.py +0 -0
  83. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/tests/test_magnetism.py +0 -0
  84. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/tests/test_materials.py +0 -0
  85. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/tests/test_ml.py +0 -0
  86. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/tests/test_mobility.py +0 -0
  87. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/tests/test_oxidation.py +0 -0
  88. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/tests/test_piezoelectric.py +0 -0
  89. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/tests/test_qchem.py +0 -0
  90. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/tests/test_similarity.py +0 -0
  91. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/tests/test_summary.py +0 -0
  92. {emmet-builders-0.84.3rc0 → emmet-builders-0.84.3rc2}/tests/test_vasp.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: emmet-builders
3
- Version: 0.84.3rc0
3
+ Version: 0.84.3rc2
4
4
  Summary: Builders for the Emmet Library
5
5
  Home-page: https://github.com/materialsproject/emmet
6
6
  Author: The Materials Project
@@ -238,9 +238,11 @@ class MaterialsBuilder(Builder):
238
238
  grouped_tasks = self.filter_and_group_tasks(tasks, task_transformations)
239
239
  materials = []
240
240
  for group in grouped_tasks:
241
+ # commercial_license == True means that the default CC-BY license is applied
242
+ # commercial_license == False means that a CC-BY-NC license is applied
241
243
  commercial_license = True
242
244
  for task_doc in group:
243
- if set(task_doc.tags).intersection(
245
+ if task_doc.tags and set(task_doc.tags).intersection(
244
246
  set(self.settings.NON_COMMERCIAL_TAGS)
245
247
  ):
246
248
  commercial_license = False
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: emmet-builders
3
- Version: 0.84.3rc0
3
+ Version: 0.84.3rc2
4
4
  Summary: Builders for the Emmet Library
5
5
  Home-page: https://github.com/materialsproject/emmet
6
6
  Author: The Materials Project
@@ -19,9 +19,9 @@ attrs==24.2.0
19
19
  # referencing
20
20
  bcrypt==4.2.0
21
21
  # via paramiko
22
- boto3==1.35.26
22
+ boto3==1.35.34
23
23
  # via maggma
24
- botocore==1.35.26
24
+ botocore==1.35.34
25
25
  # via
26
26
  # boto3
27
27
  # s3transfer
@@ -39,7 +39,7 @@ cryptography==43.0.1
39
39
  # via paramiko
40
40
  cycler==0.12.1
41
41
  # via matplotlib
42
- dnspython==2.6.1
42
+ dnspython==2.7.0
43
43
  # via
44
44
  # maggma
45
45
  # pymongo
@@ -55,7 +55,7 @@ fonttools==4.54.1
55
55
  # via matplotlib
56
56
  griddataformats==1.0.2
57
57
  # via mdanalysis
58
- h5py==3.11.0
58
+ h5py==3.12.1
59
59
  # via phonopy
60
60
  idna==3.10
61
61
  # via requests
@@ -88,13 +88,13 @@ latexcodec==3.0.0
88
88
  # via pybtex
89
89
  lazy-loader==0.4
90
90
  # via scikit-image
91
- maggma==0.69.3
91
+ maggma==0.69.4
92
92
  # via
93
93
  # emmet-builders (setup.py)
94
94
  # mp-api
95
95
  matcalc==0.0.4
96
96
  # via emmet-core
97
- matminer==0.9.2
97
+ matminer==0.9.3
98
98
  # via
99
99
  # emmet-builders (setup.py)
100
100
  # robocrys
@@ -238,7 +238,7 @@ pydantic-settings==2.5.2
238
238
  # maggma
239
239
  pydash==8.0.3
240
240
  # via maggma
241
- pymatgen==2024.9.17.1
241
+ pymatgen==2024.10.3
242
242
  # via
243
243
  # emmet-core
244
244
  # matcalc
@@ -255,7 +255,7 @@ pymatgen-analysis-defects==2024.7.19
255
255
  # via emmet-core
256
256
  pymatgen-analysis-diffusion==2024.7.15
257
257
  # via emmet-core
258
- pymongo==4.9.1
258
+ pymongo==4.10.1
259
259
  # via
260
260
  # maggma
261
261
  # matminer
@@ -294,7 +294,7 @@ requests==2.32.3
294
294
  # matminer
295
295
  # mp-api
296
296
  # pymatgen
297
- robocrys==0.2.9
297
+ robocrys==0.2.10
298
298
  # via emmet-core
299
299
  rpds-py==0.20.0
300
300
  # via
@@ -337,7 +337,7 @@ six==1.16.0
337
337
  # patsy
338
338
  # pybtex
339
339
  # python-dateutil
340
- smart-open==7.0.4
340
+ smart-open==7.0.5
341
341
  # via mp-api
342
342
  solvation-analysis==0.4.1
343
343
  # via
@@ -351,7 +351,7 @@ spglib==2.5.0
351
351
  # seekpath
352
352
  sshtunnel==0.4.0
353
353
  # via maggma
354
- statsmodels==0.14.3
354
+ statsmodels==0.14.4
355
355
  # via solvation-analysis
356
356
  sympy==1.13.3
357
357
  # via
@@ -367,7 +367,7 @@ threadpoolctl==3.5.0
367
367
  # scikit-learn
368
368
  tifffile==2024.9.20
369
369
  # via scikit-image
370
- tomli==2.0.1
370
+ tomli==2.0.2
371
371
  # via pytest
372
372
  tqdm==4.66.5
373
373
  # via
@@ -4,9 +4,9 @@
4
4
  #
5
5
  # pip-compile --all-extras --output-file=requirements/ubuntu-latest_py3.10_extras.txt
6
6
  #
7
- aiohappyeyeballs==2.4.0
7
+ aiohappyeyeballs==2.4.3
8
8
  # via aiohttp
9
- aiohttp==3.10.6
9
+ aiohttp==3.10.9
10
10
  # via fsspec
11
11
  aioitertools==0.12.0
12
12
  # via maggma
@@ -30,13 +30,13 @@ attrs==24.2.0
30
30
  # referencing
31
31
  bcrypt==4.2.0
32
32
  # via paramiko
33
- boto3==1.35.26
33
+ boto3==1.35.34
34
34
  # via maggma
35
- botocore==1.35.26
35
+ botocore==1.35.34
36
36
  # via
37
37
  # boto3
38
38
  # s3transfer
39
- bracex==2.5
39
+ bracex==2.5.post1
40
40
  # via wcmatch
41
41
  certifi==2024.8.30
42
42
  # via requests
@@ -74,7 +74,7 @@ dgl==2.1.0
74
74
  # matgl
75
75
  distlib==0.3.8
76
76
  # via virtualenv
77
- dnspython==2.6.1
77
+ dnspython==2.7.0
78
78
  # via
79
79
  # maggma
80
80
  # pymongo
@@ -108,9 +108,9 @@ ghp-import==2.1.0
108
108
  # via mkdocs
109
109
  griddataformats==1.0.2
110
110
  # via mdanalysis
111
- griffe==1.3.1
111
+ griffe==1.3.2
112
112
  # via mkdocstrings-python
113
- h5py==3.11.0
113
+ h5py==3.12.1
114
114
  # via phonopy
115
115
  htmlmin2==0.1.13
116
116
  # via mkdocs-minify-plugin
@@ -167,7 +167,7 @@ lightning-utilities==0.11.7
167
167
  # torchmetrics
168
168
  livereload==2.7.0
169
169
  # via emmet-builders (setup.py)
170
- maggma==0.69.3
170
+ maggma==0.69.4
171
171
  # via
172
172
  # emmet-builders (setup.py)
173
173
  # mp-api
@@ -188,7 +188,7 @@ matcalc==0.0.4
188
188
  # via emmet-core
189
189
  matgl==1.1.3
190
190
  # via emmet-core
191
- matminer==0.9.2
191
+ matminer==0.9.3
192
192
  # via
193
193
  # emmet-builders (setup.py)
194
194
  # robocrys
@@ -357,7 +357,7 @@ nvidia-ml-py3==7.352.0
357
357
  # via chgnet
358
358
  nvidia-nccl-cu12==2.20.5
359
359
  # via torch
360
- nvidia-nvjitlink-cu12==12.6.68
360
+ nvidia-nvjitlink-cu12==12.6.77
361
361
  # via
362
362
  # nvidia-cusolver-cu12
363
363
  # nvidia-cusparse-cu12
@@ -415,7 +415,7 @@ plotly==5.24.1
415
415
  # solvation-analysis
416
416
  pluggy==1.5.0
417
417
  # via pytest
418
- pre-commit==3.8.0
418
+ pre-commit==4.0.0
419
419
  # via emmet-builders (setup.py)
420
420
  psutil==6.0.0
421
421
  # via dgl
@@ -452,7 +452,7 @@ pyflakes==3.2.0
452
452
  # via flake8
453
453
  pygments==2.18.0
454
454
  # via mkdocs-material
455
- pymatgen==2024.9.17.1
455
+ pymatgen==2024.10.3
456
456
  # via
457
457
  # chgnet
458
458
  # emmet-core
@@ -471,11 +471,11 @@ pymatgen-analysis-defects==2024.7.19
471
471
  # via emmet-core
472
472
  pymatgen-analysis-diffusion==2024.7.15
473
473
  # via emmet-core
474
- pymdown-extensions==10.10.1
474
+ pymdown-extensions==10.11.2
475
475
  # via
476
476
  # mkdocs-material
477
477
  # mkdocstrings
478
- pymongo==4.9.1
478
+ pymongo==4.10.1
479
479
  # via
480
480
  # maggma
481
481
  # matminer
@@ -534,7 +534,7 @@ requests==2.32.3
534
534
  # mp-api
535
535
  # pymatgen
536
536
  # torchdata
537
- robocrys==0.2.9
537
+ robocrys==0.2.10
538
538
  # via emmet-core
539
539
  rpds-py==0.20.0
540
540
  # via
@@ -578,7 +578,7 @@ six==1.16.0
578
578
  # patsy
579
579
  # pybtex
580
580
  # python-dateutil
581
- smart-open==7.0.4
581
+ smart-open==7.0.5
582
582
  # via mp-api
583
583
  snowballstemmer==2.2.0
584
584
  # via pydocstyle
@@ -594,7 +594,7 @@ spglib==2.5.0
594
594
  # seekpath
595
595
  sshtunnel==0.4.0
596
596
  # via maggma
597
- statsmodels==0.14.3
597
+ statsmodels==0.14.4
598
598
  # via solvation-analysis
599
599
  sympy==1.13.3
600
600
  # via
@@ -613,7 +613,7 @@ tidynamics==1.1.2
613
613
  # via transport-analysis
614
614
  tifffile==2024.9.20
615
615
  # via scikit-image
616
- tomli==2.0.1
616
+ tomli==2.0.2
617
617
  # via
618
618
  # coverage
619
619
  # mypy
@@ -680,17 +680,17 @@ urllib3==2.2.3
680
680
  # requests
681
681
  # torchdata
682
682
  # types-requests
683
- virtualenv==20.26.5
683
+ virtualenv==20.26.6
684
684
  # via pre-commit
685
- watchdog==5.0.2
685
+ watchdog==5.0.3
686
686
  # via mkdocs
687
- wcmatch==9.0
687
+ wcmatch==10.0
688
688
  # via mkdocs-awesome-pages-plugin
689
689
  wincertstore==0.2.1
690
690
  # via emmet-builders (setup.py)
691
691
  wrapt==1.16.0
692
692
  # via smart-open
693
- yarl==1.12.1
693
+ yarl==1.13.1
694
694
  # via aiohttp
695
695
 
696
696
  # The following packages are considered to be unsafe in a requirements file:
@@ -19,9 +19,9 @@ attrs==24.2.0
19
19
  # referencing
20
20
  bcrypt==4.2.0
21
21
  # via paramiko
22
- boto3==1.35.26
22
+ boto3==1.35.34
23
23
  # via maggma
24
- botocore==1.35.26
24
+ botocore==1.35.34
25
25
  # via
26
26
  # boto3
27
27
  # s3transfer
@@ -39,7 +39,7 @@ cryptography==43.0.1
39
39
  # via paramiko
40
40
  cycler==0.12.1
41
41
  # via matplotlib
42
- dnspython==2.6.1
42
+ dnspython==2.7.0
43
43
  # via
44
44
  # maggma
45
45
  # pymongo
@@ -53,7 +53,7 @@ fonttools==4.54.1
53
53
  # via matplotlib
54
54
  griddataformats==1.0.2
55
55
  # via mdanalysis
56
- h5py==3.11.0
56
+ h5py==3.12.1
57
57
  # via phonopy
58
58
  idna==3.10
59
59
  # via requests
@@ -86,13 +86,13 @@ latexcodec==3.0.0
86
86
  # via pybtex
87
87
  lazy-loader==0.4
88
88
  # via scikit-image
89
- maggma==0.69.3
89
+ maggma==0.69.4
90
90
  # via
91
91
  # emmet-builders (setup.py)
92
92
  # mp-api
93
93
  matcalc==0.0.4
94
94
  # via emmet-core
95
- matminer==0.9.2
95
+ matminer==0.9.3
96
96
  # via
97
97
  # emmet-builders (setup.py)
98
98
  # robocrys
@@ -236,7 +236,7 @@ pydantic-settings==2.5.2
236
236
  # maggma
237
237
  pydash==8.0.3
238
238
  # via maggma
239
- pymatgen==2024.9.17.1
239
+ pymatgen==2024.10.3
240
240
  # via
241
241
  # emmet-core
242
242
  # matcalc
@@ -253,7 +253,7 @@ pymatgen-analysis-defects==2024.7.19
253
253
  # via emmet-core
254
254
  pymatgen-analysis-diffusion==2024.7.15
255
255
  # via emmet-core
256
- pymongo==4.9.1
256
+ pymongo==4.10.1
257
257
  # via
258
258
  # maggma
259
259
  # matminer
@@ -292,7 +292,7 @@ requests==2.32.3
292
292
  # matminer
293
293
  # mp-api
294
294
  # pymatgen
295
- robocrys==0.2.9
295
+ robocrys==0.2.10
296
296
  # via emmet-core
297
297
  rpds-py==0.20.0
298
298
  # via
@@ -335,7 +335,7 @@ six==1.16.0
335
335
  # patsy
336
336
  # pybtex
337
337
  # python-dateutil
338
- smart-open==7.0.4
338
+ smart-open==7.0.5
339
339
  # via mp-api
340
340
  solvation-analysis==0.4.1
341
341
  # via
@@ -349,7 +349,7 @@ spglib==2.5.0
349
349
  # seekpath
350
350
  sshtunnel==0.4.0
351
351
  # via maggma
352
- statsmodels==0.14.3
352
+ statsmodels==0.14.4
353
353
  # via solvation-analysis
354
354
  sympy==1.13.3
355
355
  # via
@@ -4,9 +4,9 @@
4
4
  #
5
5
  # pip-compile --all-extras --output-file=requirements/ubuntu-latest_py3.11_extras.txt
6
6
  #
7
- aiohappyeyeballs==2.4.0
7
+ aiohappyeyeballs==2.4.3
8
8
  # via aiohttp
9
- aiohttp==3.10.6
9
+ aiohttp==3.10.9
10
10
  # via fsspec
11
11
  aioitertools==0.12.0
12
12
  # via maggma
@@ -28,13 +28,13 @@ attrs==24.2.0
28
28
  # referencing
29
29
  bcrypt==4.2.0
30
30
  # via paramiko
31
- boto3==1.35.26
31
+ boto3==1.35.34
32
32
  # via maggma
33
- botocore==1.35.26
33
+ botocore==1.35.34
34
34
  # via
35
35
  # boto3
36
36
  # s3transfer
37
- bracex==2.5
37
+ bracex==2.5.post1
38
38
  # via wcmatch
39
39
  certifi==2024.8.30
40
40
  # via requests
@@ -72,7 +72,7 @@ dgl==2.1.0
72
72
  # matgl
73
73
  distlib==0.3.8
74
74
  # via virtualenv
75
- dnspython==2.6.1
75
+ dnspython==2.7.0
76
76
  # via
77
77
  # maggma
78
78
  # pymongo
@@ -104,9 +104,9 @@ ghp-import==2.1.0
104
104
  # via mkdocs
105
105
  griddataformats==1.0.2
106
106
  # via mdanalysis
107
- griffe==1.3.1
107
+ griffe==1.3.2
108
108
  # via mkdocstrings-python
109
- h5py==3.11.0
109
+ h5py==3.12.1
110
110
  # via phonopy
111
111
  htmlmin2==0.1.13
112
112
  # via mkdocs-minify-plugin
@@ -163,7 +163,7 @@ lightning-utilities==0.11.7
163
163
  # torchmetrics
164
164
  livereload==2.7.0
165
165
  # via emmet-builders (setup.py)
166
- maggma==0.69.3
166
+ maggma==0.69.4
167
167
  # via
168
168
  # emmet-builders (setup.py)
169
169
  # mp-api
@@ -184,7 +184,7 @@ matcalc==0.0.4
184
184
  # via emmet-core
185
185
  matgl==1.1.3
186
186
  # via emmet-core
187
- matminer==0.9.2
187
+ matminer==0.9.3
188
188
  # via
189
189
  # emmet-builders (setup.py)
190
190
  # robocrys
@@ -353,7 +353,7 @@ nvidia-ml-py3==7.352.0
353
353
  # via chgnet
354
354
  nvidia-nccl-cu12==2.20.5
355
355
  # via torch
356
- nvidia-nvjitlink-cu12==12.6.68
356
+ nvidia-nvjitlink-cu12==12.6.77
357
357
  # via
358
358
  # nvidia-cusolver-cu12
359
359
  # nvidia-cusparse-cu12
@@ -411,7 +411,7 @@ plotly==5.24.1
411
411
  # solvation-analysis
412
412
  pluggy==1.5.0
413
413
  # via pytest
414
- pre-commit==3.8.0
414
+ pre-commit==4.0.0
415
415
  # via emmet-builders (setup.py)
416
416
  psutil==6.0.0
417
417
  # via dgl
@@ -448,7 +448,7 @@ pyflakes==3.2.0
448
448
  # via flake8
449
449
  pygments==2.18.0
450
450
  # via mkdocs-material
451
- pymatgen==2024.9.17.1
451
+ pymatgen==2024.10.3
452
452
  # via
453
453
  # chgnet
454
454
  # emmet-core
@@ -467,11 +467,11 @@ pymatgen-analysis-defects==2024.7.19
467
467
  # via emmet-core
468
468
  pymatgen-analysis-diffusion==2024.7.15
469
469
  # via emmet-core
470
- pymdown-extensions==10.10.1
470
+ pymdown-extensions==10.11.2
471
471
  # via
472
472
  # mkdocs-material
473
473
  # mkdocstrings
474
- pymongo==4.9.1
474
+ pymongo==4.10.1
475
475
  # via
476
476
  # maggma
477
477
  # matminer
@@ -530,7 +530,7 @@ requests==2.32.3
530
530
  # mp-api
531
531
  # pymatgen
532
532
  # torchdata
533
- robocrys==0.2.9
533
+ robocrys==0.2.10
534
534
  # via emmet-core
535
535
  rpds-py==0.20.0
536
536
  # via
@@ -574,7 +574,7 @@ six==1.16.0
574
574
  # patsy
575
575
  # pybtex
576
576
  # python-dateutil
577
- smart-open==7.0.4
577
+ smart-open==7.0.5
578
578
  # via mp-api
579
579
  snowballstemmer==2.2.0
580
580
  # via pydocstyle
@@ -590,7 +590,7 @@ spglib==2.5.0
590
590
  # seekpath
591
591
  sshtunnel==0.4.0
592
592
  # via maggma
593
- statsmodels==0.14.3
593
+ statsmodels==0.14.4
594
594
  # via solvation-analysis
595
595
  sympy==1.13.3
596
596
  # via
@@ -670,17 +670,17 @@ urllib3==2.2.3
670
670
  # requests
671
671
  # torchdata
672
672
  # types-requests
673
- virtualenv==20.26.5
673
+ virtualenv==20.26.6
674
674
  # via pre-commit
675
- watchdog==5.0.2
675
+ watchdog==5.0.3
676
676
  # via mkdocs
677
- wcmatch==9.0
677
+ wcmatch==10.0
678
678
  # via mkdocs-awesome-pages-plugin
679
679
  wincertstore==0.2.1
680
680
  # via emmet-builders (setup.py)
681
681
  wrapt==1.16.0
682
682
  # via smart-open
683
- yarl==1.12.1
683
+ yarl==1.13.1
684
684
  # via aiohttp
685
685
 
686
686
  # The following packages are considered to be unsafe in a requirements file:
@@ -33,7 +33,7 @@ def test_elasticity_builder(tasks_store, materials_store, elasticity_store):
33
33
  builder.run()
34
34
 
35
35
  assert elasticity_store.count() == 6
36
- assert elasticity_store.count({"deprecated": False}) == 6
36
+ assert elasticity_store.count({"deprecated": False}) == 2
37
37
 
38
38
 
39
39
  def test_serialization(tmpdir):
@@ -68,7 +68,9 @@ def test_get_potcar_stats(method: str, tmp_path):
68
68
  try:
69
69
  potcar_stats = get_potcar_stats(method=method)
70
70
  except Exception as exc:
71
- if "No POTCAR for" in str(exc):
71
+ if any(
72
+ exc_str in str(exc) for exc_str in ("Set PMG_VASP_PSP_DIR", "No POTCAR for")
73
+ ):
72
74
  # No Potcar library available, skip test
73
75
  return
74
76
  else: