emmet-builders 0.84.2rc2__tar.gz → 0.84.2rc4__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 (94) hide show
  1. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/PKG-INFO +2 -1
  2. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet_builders.egg-info/PKG-INFO +2 -1
  3. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet_builders.egg-info/SOURCES.txt +0 -2
  4. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet_builders.egg-info/requires.txt +3 -0
  5. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/requirements/deployment.txt +15 -15
  6. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/requirements/ubuntu-latest_py3.10.txt +9 -9
  7. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/requirements/ubuntu-latest_py3.10_extras.txt +26 -18
  8. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/requirements/ubuntu-latest_py3.11.txt +9 -9
  9. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/requirements/ubuntu-latest_py3.11_extras.txt +26 -18
  10. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/setup.py +1 -0
  11. emmet-builders-0.84.2rc2/requirements/ubuntu-latest_py3.9.txt +0 -475
  12. emmet-builders-0.84.2rc2/requirements/ubuntu-latest_py3.9_extras.txt +0 -758
  13. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/MANIFEST.in +0 -0
  14. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/__init__.py +0 -0
  15. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/abinit/__init__.py +0 -0
  16. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/abinit/phonon.py +0 -0
  17. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/abinit/sound_velocity.py +0 -0
  18. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/feff/__init__.py +0 -0
  19. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/feff/xas.py +0 -0
  20. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/materials/__init__.py +0 -0
  21. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/materials/absorption_spectrum.py +0 -0
  22. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/materials/alloys.py +0 -0
  23. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/materials/basic_descriptors.py +0 -0
  24. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/materials/bonds.py +0 -0
  25. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/materials/chemenv.py +0 -0
  26. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/materials/corrected_entries.py +0 -0
  27. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/materials/dielectric.py +0 -0
  28. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/materials/elasticity.py +0 -0
  29. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/materials/electrodes.py +0 -0
  30. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/materials/electronic_structure.py +0 -0
  31. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/materials/magnetism.py +0 -0
  32. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/materials/ml.py +0 -0
  33. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/materials/optimade.py +0 -0
  34. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/materials/oxidation_states.py +0 -0
  35. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/materials/piezoelectric.py +0 -0
  36. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/materials/provenance.py +0 -0
  37. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/materials/robocrys.py +0 -0
  38. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/materials/similarity.py +0 -0
  39. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/materials/substrates.py +0 -0
  40. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/materials/summary.py +0 -0
  41. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/materials/thermo.py +0 -0
  42. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/matscholar/missing_compositions.py +0 -0
  43. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/mobility/__init__.py +0 -0
  44. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/mobility/migration_graph.py +0 -0
  45. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/molecules/__init__.py +0 -0
  46. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/molecules/atomic.py +0 -0
  47. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/molecules/bonds.py +0 -0
  48. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/molecules/metal_binding.py +0 -0
  49. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/molecules/orbitals.py +0 -0
  50. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/molecules/redox.py +0 -0
  51. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/molecules/summary.py +0 -0
  52. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/molecules/thermo.py +0 -0
  53. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/molecules/vibration.py +0 -0
  54. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/qchem/__init__.py +0 -0
  55. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/qchem/molecules.py +0 -0
  56. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/settings.py +0 -0
  57. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/utils.py +0 -0
  58. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/vasp/__init__.py +0 -0
  59. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/vasp/materials.py +0 -0
  60. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/vasp/mp_potcar_stats.json.gz +0 -0
  61. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet/builders/vasp/task_validator.py +0 -0
  62. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet_builders.egg-info/dependency_links.txt +0 -0
  63. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet_builders.egg-info/not-zip-safe +0 -0
  64. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/emmet_builders.egg-info/top_level.txt +0 -0
  65. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/setup.cfg +0 -0
  66. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/tests/__init__.py +0 -0
  67. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/tests/conftest.py +0 -0
  68. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/tests/molecules/__init__.py +0 -0
  69. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/tests/molecules/test_atomic.py +0 -0
  70. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/tests/molecules/test_bonds.py +0 -0
  71. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/tests/molecules/test_metal_binding.py +0 -0
  72. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/tests/molecules/test_orbitals.py +0 -0
  73. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/tests/molecules/test_redox.py +0 -0
  74. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/tests/molecules/test_summary.py +0 -0
  75. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/tests/molecules/test_thermo.py +0 -0
  76. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/tests/molecules/test_vibration.py +0 -0
  77. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/tests/test_absorption.py +0 -0
  78. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/tests/test_basic_descriptors.py +0 -0
  79. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/tests/test_chemenv.py +0 -0
  80. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/tests/test_corrected_entries_thermo.py +0 -0
  81. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/tests/test_dielectric.py +0 -0
  82. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/tests/test_elasticity.py +0 -0
  83. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/tests/test_electronic_structure.py +0 -0
  84. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/tests/test_magnetism.py +0 -0
  85. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/tests/test_materials.py +0 -0
  86. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/tests/test_ml.py +0 -0
  87. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/tests/test_mobility.py +0 -0
  88. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/tests/test_oxidation.py +0 -0
  89. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/tests/test_piezoelectric.py +0 -0
  90. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/tests/test_qchem.py +0 -0
  91. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/tests/test_similarity.py +0 -0
  92. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/tests/test_summary.py +0 -0
  93. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/tests/test_utils.py +0 -0
  94. {emmet-builders-0.84.2rc2 → emmet-builders-0.84.2rc4}/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.2rc2
3
+ Version: 0.84.2rc4
4
4
  Summary: Builders for the Emmet Library
5
5
  Home-page: https://github.com/materialsproject/emmet
6
6
  Author: The Materials Project
@@ -12,6 +12,7 @@ Description-Content-Type: text/markdown
12
12
  Provides-Extra: test
13
13
  Provides-Extra: docs
14
14
  Provides-Extra: ml
15
+ Provides-Extra: openmm
15
16
 
16
17
  # ![Emmet](docs/images/logo_w_text.svg)
17
18
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: emmet-builders
3
- Version: 0.84.2rc2
3
+ Version: 0.84.2rc4
4
4
  Summary: Builders for the Emmet Library
5
5
  Home-page: https://github.com/materialsproject/emmet
6
6
  Author: The Materials Project
@@ -12,6 +12,7 @@ Description-Content-Type: text/markdown
12
12
  Provides-Extra: test
13
13
  Provides-Extra: docs
14
14
  Provides-Extra: ml
15
+ Provides-Extra: openmm
15
16
 
16
17
  # ![Emmet](docs/images/logo_w_text.svg)
17
18
 
@@ -59,8 +59,6 @@ requirements/ubuntu-latest_py3.10.txt
59
59
  requirements/ubuntu-latest_py3.10_extras.txt
60
60
  requirements/ubuntu-latest_py3.11.txt
61
61
  requirements/ubuntu-latest_py3.11_extras.txt
62
- requirements/ubuntu-latest_py3.9.txt
63
- requirements/ubuntu-latest_py3.9_extras.txt
64
62
  tests/__init__.py
65
63
  tests/conftest.py
66
64
  tests/test_absorption.py
@@ -19,6 +19,9 @@ jinja2
19
19
  [ml]
20
20
  emmet-core[ml]
21
21
 
22
+ [openmm]
23
+ transport-analysis>=0.1.0
24
+
22
25
  [test]
23
26
  pre-commit
24
27
  pytest
@@ -4,7 +4,7 @@
4
4
  #
5
5
  # pip-compile --output-file=emmet/emmet-builders/requirements/deployment.txt emmet/emmet-builders/setup.py python/requirements.txt
6
6
  #
7
- aiohttp==3.9.3
7
+ aiohttp==3.9.4
8
8
  # via fsspec
9
9
  aioitertools==0.11.0
10
10
  # via maggma
@@ -36,7 +36,7 @@ botocore==1.34.34
36
36
  # via
37
37
  # boto3
38
38
  # s3transfer
39
- certifi==2024.2.2
39
+ certifi==2024.7.4
40
40
  # via requests
41
41
  cffi==1.16.0
42
42
  # via
@@ -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.4
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
@@ -95,7 +95,7 @@ h11==0.14.0
95
95
  # via uvicorn
96
96
  h5py==3.10.0
97
97
  # via phonopy
98
- idna==3.6
98
+ idna==3.7
99
99
  # via
100
100
  # anyio
101
101
  # requests
@@ -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.3
107
+ jinja2==3.1.4
108
108
  # via
109
109
  # flask
110
110
  # torch
@@ -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.13
233
+ orjson==3.9.15
234
234
  # via maggma
235
235
  packaging==23.2
236
236
  # via
@@ -251,7 +251,7 @@ paramiko==3.4.0
251
251
  # via sshtunnel
252
252
  phonopy==2.21.0
253
253
  # via matcalc
254
- pillow==10.2.0
254
+ pillow==10.3.0
255
255
  # via matplotlib
256
256
  plotly==5.18.0
257
257
  # via pymatgen
@@ -281,7 +281,7 @@ pydantic-settings==2.1.0
281
281
  # maggma
282
282
  pydash==7.0.7
283
283
  # via maggma
284
- pymatgen==2024.1.27
284
+ pymatgen==2024.2.20
285
285
  # via
286
286
  # chgnet
287
287
  # emmet-core
@@ -295,7 +295,7 @@ pymatgen-analysis-alloys==0.0.6
295
295
  # via emmet-core
296
296
  pymatgen-analysis-diffusion==2023.8.15
297
297
  # via emmet-core
298
- pymongo==4.6.1
298
+ pymongo==4.6.3
299
299
  # via
300
300
  # maggma
301
301
  # matminer
@@ -327,7 +327,7 @@ referencing==0.33.0
327
327
  # via
328
328
  # jsonschema
329
329
  # jsonschema-specifications
330
- requests==2.31.0
330
+ requests==2.32.2
331
331
  # via
332
332
  # dgl
333
333
  # matminer
@@ -348,7 +348,7 @@ ruamel-yaml-clib==0.2.8
348
348
  # via ruamel-yaml
349
349
  s3transfer==0.10.0
350
350
  # via boto3
351
- scikit-learn==1.4.0
351
+ scikit-learn==1.5.0
352
352
  # via matminer
353
353
  scipy==1.12.0
354
354
  # via
@@ -400,7 +400,7 @@ torch==2.2.0
400
400
  # torchmetrics
401
401
  torchmetrics==1.3.0.post0
402
402
  # via pytorch-lightning
403
- tqdm==4.66.1
403
+ tqdm==4.66.3
404
404
  # via
405
405
  # dgl
406
406
  # maggma
@@ -424,13 +424,13 @@ typing-extensions==4.9.0
424
424
  # uvicorn
425
425
  uncertainties==3.1.7
426
426
  # via pymatgen
427
- urllib3==2.0.7
427
+ urllib3==2.2.2
428
428
  # via
429
429
  # botocore
430
430
  # requests
431
431
  uvicorn==0.27.0.post1
432
432
  # via maggma
433
- werkzeug==3.0.1
433
+ werkzeug==3.0.3
434
434
  # via flask
435
435
  yarl==1.9.4
436
436
  # via aiohttp
@@ -17,9 +17,9 @@ attrs==23.2.0
17
17
  # referencing
18
18
  bcrypt==4.2.0
19
19
  # via paramiko
20
- boto3==1.34.146
20
+ boto3==1.34.151
21
21
  # via maggma
22
- botocore==1.34.146
22
+ botocore==1.34.151
23
23
  # via
24
24
  # boto3
25
25
  # s3transfer
@@ -82,7 +82,7 @@ kiwisolver==1.4.5
82
82
  # via matplotlib
83
83
  latexcodec==3.0.0
84
84
  # via pybtex
85
- maggma==0.69.0
85
+ maggma==0.69.1
86
86
  # via
87
87
  # emmet-builders (setup.py)
88
88
  # mp-api
@@ -110,7 +110,7 @@ mmtf-python==1.1.3
110
110
  # via mdanalysis
111
111
  mongomock==4.1.2
112
112
  # via maggma
113
- monty==2024.7.12
113
+ monty==2024.7.30
114
114
  # via
115
115
  # emmet-core
116
116
  # maggma
@@ -124,7 +124,7 @@ mp-api==0.41.2
124
124
  # via robocrys
125
125
  mpmath==1.3.0
126
126
  # via sympy
127
- mrcfile==1.5.2
127
+ mrcfile==1.5.3
128
128
  # via griddataformats
129
129
  msgpack==1.0.8
130
130
  # via
@@ -211,7 +211,7 @@ pydantic==2.8.2
211
211
  # pydantic-settings
212
212
  pydantic-core==2.20.1
213
213
  # via pydantic
214
- pydantic-settings==2.3.4
214
+ pydantic-settings==2.4.0
215
215
  # via
216
216
  # emmet-core
217
217
  # maggma
@@ -238,7 +238,7 @@ pynacl==1.5.0
238
238
  # via paramiko
239
239
  pyparsing==3.1.2
240
240
  # via matplotlib
241
- pytest==8.3.1
241
+ pytest==8.3.2
242
242
  # via solvation-analysis
243
243
  python-dateutil==2.9.0.post0
244
244
  # via
@@ -269,7 +269,7 @@ requests==2.32.3
269
269
  # pymatgen
270
270
  robocrys==0.2.9
271
271
  # via emmet-core
272
- rpds-py==0.19.0
272
+ rpds-py==0.19.1
273
273
  # via
274
274
  # jsonschema
275
275
  # referencing
@@ -327,7 +327,7 @@ sympy==1.13.1
327
327
  # pymatgen
328
328
  tabulate==0.9.0
329
329
  # via pymatgen
330
- tenacity==8.5.0
330
+ tenacity==9.0.0
331
331
  # via plotly
332
332
  threadpoolctl==3.5.0
333
333
  # via
@@ -4,7 +4,9 @@
4
4
  #
5
5
  # pip-compile --all-extras --output-file=requirements/ubuntu-latest_py3.10_extras.txt
6
6
  #
7
- aiohttp==3.9.5
7
+ aiohappyeyeballs==2.3.4
8
+ # via aiohttp
9
+ aiohttp==3.10.0
8
10
  # via fsspec
9
11
  aioitertools==0.11.0
10
12
  # via maggma
@@ -29,9 +31,9 @@ backports-strenum==1.3.1
29
31
  # via griffe
30
32
  bcrypt==4.2.0
31
33
  # via paramiko
32
- boto3==1.34.146
34
+ boto3==1.34.151
33
35
  # via maggma
34
- botocore==1.34.146
36
+ botocore==1.34.151
35
37
  # via
36
38
  # boto3
37
39
  # s3transfer
@@ -160,7 +162,7 @@ lightning-utilities==0.11.6
160
162
  # torchmetrics
161
163
  livereload==2.7.0
162
164
  # via emmet-builders (setup.py)
163
- maggma==0.69.0
165
+ maggma==0.69.1
164
166
  # via
165
167
  # emmet-builders (setup.py)
166
168
  # mp-api
@@ -201,6 +203,7 @@ mdanalysis==2.7.0
201
203
  # emmet-builders (setup.py)
202
204
  # emmet-core
203
205
  # solvation-analysis
206
+ # transport-analysis
204
207
  mergedeep==1.3.4
205
208
  # via
206
209
  # mkdocs
@@ -216,7 +219,7 @@ mkdocs==1.6.0
216
219
  # mkdocstrings
217
220
  mkdocs-autorefs==1.0.1
218
221
  # via mkdocstrings
219
- mkdocs-awesome-pages-plugin==2.9.2
222
+ mkdocs-awesome-pages-plugin==2.9.3
220
223
  # via emmet-builders (setup.py)
221
224
  mkdocs-get-deps==0.2.0
222
225
  # via mkdocs
@@ -230,17 +233,17 @@ mkdocs-material-extensions==1.3.1
230
233
  # mkdocs-material
231
234
  mkdocs-minify-plugin==0.8.0
232
235
  # via emmet-builders (setup.py)
233
- mkdocstrings[python]==0.25.1
236
+ mkdocstrings[python]==0.25.2
234
237
  # via
235
238
  # emmet-builders (setup.py)
236
239
  # mkdocstrings-python
237
- mkdocstrings-python==1.10.5
240
+ mkdocstrings-python==1.10.7
238
241
  # via mkdocstrings
239
242
  mmtf-python==1.1.3
240
243
  # via mdanalysis
241
244
  mongomock==4.1.2
242
245
  # via maggma
243
- monty==2024.7.12
246
+ monty==2024.7.30
244
247
  # via
245
248
  # emmet-core
246
249
  # maggma
@@ -254,7 +257,7 @@ mp-api==0.41.2
254
257
  # via robocrys
255
258
  mpmath==1.3.0
256
259
  # via sympy
257
- mrcfile==1.5.2
260
+ mrcfile==1.5.3
258
261
  # via griddataformats
259
262
  msgpack==1.0.8
260
263
  # via
@@ -265,7 +268,7 @@ multidict==6.0.5
265
268
  # via
266
269
  # aiohttp
267
270
  # yarl
268
- mypy==1.11.0
271
+ mypy==1.11.1
269
272
  # via emmet-builders (setup.py)
270
273
  mypy-extensions==1.0.0
271
274
  # via
@@ -310,6 +313,7 @@ numpy==1.26.4
310
313
  # solvation-analysis
311
314
  # spglib
312
315
  # statsmodels
316
+ # tidynamics
313
317
  # torchmetrics
314
318
  nvidia-cublas-cu12==12.1.3.1
315
319
  # via
@@ -391,7 +395,7 @@ plotly==5.23.0
391
395
  # solvation-analysis
392
396
  pluggy==1.5.0
393
397
  # via pytest
394
- pre-commit==3.7.1
398
+ pre-commit==3.8.0
395
399
  # via emmet-builders (setup.py)
396
400
  psutil==6.0.0
397
401
  # via dgl
@@ -416,7 +420,7 @@ pydantic==2.8.2
416
420
  # pydantic-settings
417
421
  pydantic-core==2.20.1
418
422
  # via pydantic
419
- pydantic-settings==2.3.4
423
+ pydantic-settings==2.4.0
420
424
  # via
421
425
  # emmet-core
422
426
  # maggma
@@ -443,7 +447,7 @@ pymatgen-analysis-alloys==0.0.6
443
447
  # via emmet-core
444
448
  pymatgen-analysis-diffusion==2023.8.15
445
449
  # via emmet-core
446
- pymdown-extensions==10.8.1
450
+ pymdown-extensions==10.9
447
451
  # via
448
452
  # mkdocs-material
449
453
  # mkdocstrings
@@ -455,7 +459,7 @@ pynacl==1.5.0
455
459
  # via paramiko
456
460
  pyparsing==3.1.2
457
461
  # via matplotlib
458
- pytest==8.3.1
462
+ pytest==8.3.2
459
463
  # via
460
464
  # emmet-builders (setup.py)
461
465
  # pytest-cov
@@ -506,7 +510,7 @@ requests==2.32.3
506
510
  # torchdata
507
511
  robocrys==0.2.9
508
512
  # via emmet-core
509
- rpds-py==0.19.0
513
+ rpds-py==0.19.1
510
514
  # via
511
515
  # jsonschema
512
516
  # referencing
@@ -568,12 +572,14 @@ sympy==1.13.1
568
572
  # torch
569
573
  tabulate==0.9.0
570
574
  # via pymatgen
571
- tenacity==8.5.0
575
+ tenacity==9.0.0
572
576
  # via plotly
573
577
  threadpoolctl==3.5.0
574
578
  # via
575
579
  # mdanalysis
576
580
  # scikit-learn
581
+ tidynamics==1.1.2
582
+ # via transport-analysis
577
583
  tomli==2.0.1
578
584
  # via
579
585
  # coverage
@@ -587,7 +593,7 @@ torch==2.2.1
587
593
  # pytorch-lightning
588
594
  # torchdata
589
595
  # torchmetrics
590
- torchdata==0.7.1
596
+ torchdata==0.8.0
591
597
  # via dgl
592
598
  torchmetrics==1.4.0.post0
593
599
  # via
@@ -604,13 +610,15 @@ tqdm==4.66.4
604
610
  # mdanalysis
605
611
  # pymatgen
606
612
  # pytorch-lightning
613
+ transport-analysis==0.1.0
614
+ # via emmet-builders (setup.py)
607
615
  triton==2.2.0
608
616
  # via torch
609
617
  typeguard==4.3.0
610
618
  # via inflect
611
619
  types-requests==2.32.0.20240712
612
620
  # via emmet-builders (setup.py)
613
- types-setuptools==71.1.0.20240723
621
+ types-setuptools==71.1.0.20240726
614
622
  # via emmet-builders (setup.py)
615
623
  typing-extensions==4.12.2
616
624
  # via
@@ -17,9 +17,9 @@ attrs==23.2.0
17
17
  # referencing
18
18
  bcrypt==4.2.0
19
19
  # via paramiko
20
- boto3==1.34.146
20
+ boto3==1.34.151
21
21
  # via maggma
22
- botocore==1.34.146
22
+ botocore==1.34.151
23
23
  # via
24
24
  # boto3
25
25
  # s3transfer
@@ -80,7 +80,7 @@ kiwisolver==1.4.5
80
80
  # via matplotlib
81
81
  latexcodec==3.0.0
82
82
  # via pybtex
83
- maggma==0.69.0
83
+ maggma==0.69.1
84
84
  # via
85
85
  # emmet-builders (setup.py)
86
86
  # mp-api
@@ -108,7 +108,7 @@ mmtf-python==1.1.3
108
108
  # via mdanalysis
109
109
  mongomock==4.1.2
110
110
  # via maggma
111
- monty==2024.7.12
111
+ monty==2024.7.30
112
112
  # via
113
113
  # emmet-core
114
114
  # maggma
@@ -122,7 +122,7 @@ mp-api==0.41.2
122
122
  # via robocrys
123
123
  mpmath==1.3.0
124
124
  # via sympy
125
- mrcfile==1.5.2
125
+ mrcfile==1.5.3
126
126
  # via griddataformats
127
127
  msgpack==1.0.8
128
128
  # via
@@ -209,7 +209,7 @@ pydantic==2.8.2
209
209
  # pydantic-settings
210
210
  pydantic-core==2.20.1
211
211
  # via pydantic
212
- pydantic-settings==2.3.4
212
+ pydantic-settings==2.4.0
213
213
  # via
214
214
  # emmet-core
215
215
  # maggma
@@ -236,7 +236,7 @@ pynacl==1.5.0
236
236
  # via paramiko
237
237
  pyparsing==3.1.2
238
238
  # via matplotlib
239
- pytest==8.3.1
239
+ pytest==8.3.2
240
240
  # via solvation-analysis
241
241
  python-dateutil==2.9.0.post0
242
242
  # via
@@ -267,7 +267,7 @@ requests==2.32.3
267
267
  # pymatgen
268
268
  robocrys==0.2.9
269
269
  # via emmet-core
270
- rpds-py==0.19.0
270
+ rpds-py==0.19.1
271
271
  # via
272
272
  # jsonschema
273
273
  # referencing
@@ -325,7 +325,7 @@ sympy==1.13.1
325
325
  # pymatgen
326
326
  tabulate==0.9.0
327
327
  # via pymatgen
328
- tenacity==8.5.0
328
+ tenacity==9.0.0
329
329
  # via plotly
330
330
  threadpoolctl==3.5.0
331
331
  # via
@@ -4,7 +4,9 @@
4
4
  #
5
5
  # pip-compile --all-extras --output-file=requirements/ubuntu-latest_py3.11_extras.txt
6
6
  #
7
- aiohttp==3.9.5
7
+ aiohappyeyeballs==2.3.4
8
+ # via aiohttp
9
+ aiohttp==3.10.0
8
10
  # via fsspec
9
11
  aioitertools==0.11.0
10
12
  # via maggma
@@ -25,9 +27,9 @@ attrs==23.2.0
25
27
  # referencing
26
28
  bcrypt==4.2.0
27
29
  # via paramiko
28
- boto3==1.34.146
30
+ boto3==1.34.151
29
31
  # via maggma
30
- botocore==1.34.146
32
+ botocore==1.34.151
31
33
  # via
32
34
  # boto3
33
35
  # s3transfer
@@ -154,7 +156,7 @@ lightning-utilities==0.11.6
154
156
  # torchmetrics
155
157
  livereload==2.7.0
156
158
  # via emmet-builders (setup.py)
157
- maggma==0.69.0
159
+ maggma==0.69.1
158
160
  # via
159
161
  # emmet-builders (setup.py)
160
162
  # mp-api
@@ -195,6 +197,7 @@ mdanalysis==2.7.0
195
197
  # emmet-builders (setup.py)
196
198
  # emmet-core
197
199
  # solvation-analysis
200
+ # transport-analysis
198
201
  mergedeep==1.3.4
199
202
  # via
200
203
  # mkdocs
@@ -210,7 +213,7 @@ mkdocs==1.6.0
210
213
  # mkdocstrings
211
214
  mkdocs-autorefs==1.0.1
212
215
  # via mkdocstrings
213
- mkdocs-awesome-pages-plugin==2.9.2
216
+ mkdocs-awesome-pages-plugin==2.9.3
214
217
  # via emmet-builders (setup.py)
215
218
  mkdocs-get-deps==0.2.0
216
219
  # via mkdocs
@@ -224,17 +227,17 @@ mkdocs-material-extensions==1.3.1
224
227
  # mkdocs-material
225
228
  mkdocs-minify-plugin==0.8.0
226
229
  # via emmet-builders (setup.py)
227
- mkdocstrings[python]==0.25.1
230
+ mkdocstrings[python]==0.25.2
228
231
  # via
229
232
  # emmet-builders (setup.py)
230
233
  # mkdocstrings-python
231
- mkdocstrings-python==1.10.5
234
+ mkdocstrings-python==1.10.7
232
235
  # via mkdocstrings
233
236
  mmtf-python==1.1.3
234
237
  # via mdanalysis
235
238
  mongomock==4.1.2
236
239
  # via maggma
237
- monty==2024.7.12
240
+ monty==2024.7.30
238
241
  # via
239
242
  # emmet-core
240
243
  # maggma
@@ -248,7 +251,7 @@ mp-api==0.41.2
248
251
  # via robocrys
249
252
  mpmath==1.3.0
250
253
  # via sympy
251
- mrcfile==1.5.2
254
+ mrcfile==1.5.3
252
255
  # via griddataformats
253
256
  msgpack==1.0.8
254
257
  # via
@@ -259,7 +262,7 @@ multidict==6.0.5
259
262
  # via
260
263
  # aiohttp
261
264
  # yarl
262
- mypy==1.11.0
265
+ mypy==1.11.1
263
266
  # via emmet-builders (setup.py)
264
267
  mypy-extensions==1.0.0
265
268
  # via
@@ -304,6 +307,7 @@ numpy==1.26.4
304
307
  # solvation-analysis
305
308
  # spglib
306
309
  # statsmodels
310
+ # tidynamics
307
311
  # torchmetrics
308
312
  nvidia-cublas-cu12==12.1.3.1
309
313
  # via
@@ -385,7 +389,7 @@ plotly==5.23.0
385
389
  # solvation-analysis
386
390
  pluggy==1.5.0
387
391
  # via pytest
388
- pre-commit==3.7.1
392
+ pre-commit==3.8.0
389
393
  # via emmet-builders (setup.py)
390
394
  psutil==6.0.0
391
395
  # via dgl
@@ -410,7 +414,7 @@ pydantic==2.8.2
410
414
  # pydantic-settings
411
415
  pydantic-core==2.20.1
412
416
  # via pydantic
413
- pydantic-settings==2.3.4
417
+ pydantic-settings==2.4.0
414
418
  # via
415
419
  # emmet-core
416
420
  # maggma
@@ -437,7 +441,7 @@ pymatgen-analysis-alloys==0.0.6
437
441
  # via emmet-core
438
442
  pymatgen-analysis-diffusion==2023.8.15
439
443
  # via emmet-core
440
- pymdown-extensions==10.8.1
444
+ pymdown-extensions==10.9
441
445
  # via
442
446
  # mkdocs-material
443
447
  # mkdocstrings
@@ -449,7 +453,7 @@ pynacl==1.5.0
449
453
  # via paramiko
450
454
  pyparsing==3.1.2
451
455
  # via matplotlib
452
- pytest==8.3.1
456
+ pytest==8.3.2
453
457
  # via
454
458
  # emmet-builders (setup.py)
455
459
  # pytest-cov
@@ -500,7 +504,7 @@ requests==2.32.3
500
504
  # torchdata
501
505
  robocrys==0.2.9
502
506
  # via emmet-core
503
- rpds-py==0.19.0
507
+ rpds-py==0.19.1
504
508
  # via
505
509
  # jsonschema
506
510
  # referencing
@@ -562,12 +566,14 @@ sympy==1.13.1
562
566
  # torch
563
567
  tabulate==0.9.0
564
568
  # via pymatgen
565
- tenacity==8.5.0
569
+ tenacity==9.0.0
566
570
  # via plotly
567
571
  threadpoolctl==3.5.0
568
572
  # via
569
573
  # mdanalysis
570
574
  # scikit-learn
575
+ tidynamics==1.1.2
576
+ # via transport-analysis
571
577
  torch==2.2.1
572
578
  # via
573
579
  # chgnet
@@ -576,7 +582,7 @@ torch==2.2.1
576
582
  # pytorch-lightning
577
583
  # torchdata
578
584
  # torchmetrics
579
- torchdata==0.7.1
585
+ torchdata==0.8.0
580
586
  # via dgl
581
587
  torchmetrics==1.4.0.post0
582
588
  # via
@@ -593,13 +599,15 @@ tqdm==4.66.4
593
599
  # mdanalysis
594
600
  # pymatgen
595
601
  # pytorch-lightning
602
+ transport-analysis==0.1.0
603
+ # via emmet-builders (setup.py)
596
604
  triton==2.2.0
597
605
  # via torch
598
606
  typeguard==4.3.0
599
607
  # via inflect
600
608
  types-requests==2.32.0.20240712
601
609
  # via emmet-builders (setup.py)
602
- types-setuptools==71.1.0.20240723
610
+ types-setuptools==71.1.0.20240726
603
611
  # via emmet-builders (setup.py)
604
612
  typing-extensions==4.12.2
605
613
  # via
@@ -46,6 +46,7 @@ setup(
46
46
  "jinja2",
47
47
  ],
48
48
  "ml": ["emmet-core[ml]"],
49
+ "openmm": ["transport-analysis>=0.1.0"],
49
50
  },
50
51
  python_requires=">=3.9",
51
52
  license="modified BSD",