emmet-builders 0.85.0rc0__tar.gz → 0.85.1__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 (72) hide show
  1. {emmet_builders-0.85.0rc0/emmet_builders.egg-info → emmet_builders-0.85.1}/PKG-INFO +2 -2
  2. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/emmet/builders/materials/alloys.py +1 -1
  3. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/emmet/builders/materials/corrected_entries.py +1 -1
  4. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/emmet/builders/materials/summary.py +1 -1
  5. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1/emmet_builders.egg-info}/PKG-INFO +2 -2
  6. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/emmet_builders.egg-info/requires.txt +1 -1
  7. emmet_builders-0.85.1/pyproject.toml +66 -0
  8. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/requirements/deployment.txt +1 -1
  9. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/requirements/ubuntu-latest_py3.11.txt +34 -92
  10. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/requirements/ubuntu-latest_py3.11_extras.txt +44 -94
  11. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/requirements/ubuntu-latest_py3.12.txt +33 -92
  12. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/requirements/ubuntu-latest_py3.12_extras.txt +43 -94
  13. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/requirements/ubuntu-latest_py3.13_extras.txt +1 -1
  14. emmet_builders-0.85.0rc0/pyproject.toml +0 -66
  15. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/MANIFEST.in +0 -0
  16. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/emmet/builders/__init__.py +0 -0
  17. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/emmet/builders/abinit/__init__.py +0 -0
  18. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/emmet/builders/abinit/phonon.py +0 -0
  19. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/emmet/builders/abinit/sound_velocity.py +0 -0
  20. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/emmet/builders/feff/__init__.py +0 -0
  21. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/emmet/builders/feff/xas.py +0 -0
  22. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/emmet/builders/materials/__init__.py +0 -0
  23. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/emmet/builders/materials/absorption_spectrum.py +0 -0
  24. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/emmet/builders/materials/basic_descriptors.py +0 -0
  25. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/emmet/builders/materials/bonds.py +0 -0
  26. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/emmet/builders/materials/chemenv.py +0 -0
  27. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/emmet/builders/materials/dielectric.py +0 -0
  28. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/emmet/builders/materials/elasticity.py +0 -0
  29. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/emmet/builders/materials/electrodes.py +0 -0
  30. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/emmet/builders/materials/electronic_structure.py +0 -0
  31. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/emmet/builders/materials/magnetism.py +0 -0
  32. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/emmet/builders/materials/optimade.py +0 -0
  33. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/emmet/builders/materials/oxidation_states.py +0 -0
  34. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/emmet/builders/materials/piezoelectric.py +0 -0
  35. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/emmet/builders/materials/provenance.py +0 -0
  36. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/emmet/builders/materials/robocrys.py +0 -0
  37. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/emmet/builders/materials/similarity.py +0 -0
  38. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/emmet/builders/materials/substrates.py +0 -0
  39. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/emmet/builders/materials/thermo.py +0 -0
  40. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/emmet/builders/matscholar/missing_compositions.py +0 -0
  41. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/emmet/builders/mobility/__init__.py +0 -0
  42. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/emmet/builders/mobility/migration_graph.py +0 -0
  43. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/emmet/builders/py.typed +0 -0
  44. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/emmet/builders/settings.py +0 -0
  45. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/emmet/builders/utils.py +0 -0
  46. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/emmet/builders/vasp/__init__.py +0 -0
  47. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/emmet/builders/vasp/materials.py +0 -0
  48. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/emmet/builders/vasp/mp_potcar_stats.json.gz +0 -0
  49. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/emmet/builders/vasp/task_validator.py +0 -0
  50. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/emmet_builders.egg-info/SOURCES.txt +0 -0
  51. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/emmet_builders.egg-info/dependency_links.txt +0 -0
  52. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/emmet_builders.egg-info/top_level.txt +0 -0
  53. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/requirements/ubuntu-latest_py3.13.txt +0 -0
  54. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/setup.cfg +0 -0
  55. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/tests/__init__.py +0 -0
  56. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/tests/conftest.py +0 -0
  57. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/tests/test_absorption.py +0 -0
  58. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/tests/test_basic_descriptors.py +0 -0
  59. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/tests/test_chemenv.py +0 -0
  60. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/tests/test_corrected_entries_thermo.py +0 -0
  61. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/tests/test_dielectric.py +0 -0
  62. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/tests/test_elasticity.py +0 -0
  63. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/tests/test_electronic_structure.py +0 -0
  64. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/tests/test_magnetism.py +0 -0
  65. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/tests/test_materials.py +0 -0
  66. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/tests/test_mobility.py +0 -0
  67. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/tests/test_oxidation.py +0 -0
  68. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/tests/test_piezoelectric.py +0 -0
  69. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/tests/test_similarity.py +0 -0
  70. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/tests/test_summary.py +0 -0
  71. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/tests/test_utils.py +0 -0
  72. {emmet_builders-0.85.0rc0 → emmet_builders-0.85.1}/tests/test_vasp.py +0 -0
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: emmet-builders
3
- Version: 0.85.0rc0
3
+ Version: 0.85.1
4
4
  Summary: Builders for the Emmet Library
5
5
  Author-email: The Materials Project <feedback@materialsproject.org>
6
6
  License: Modified BSD
7
7
  Project-URL: Homepage, https://github.com/materialsproject/emmet/tree/main/emmet-builders/
8
8
  Project-URL: Documentation, https://materialsproject.github.io/emmet/
9
9
  Requires-Python: >=3.10
10
- Requires-Dist: emmet-core[all]
10
+ Requires-Dist: emmet-core[all]>=0.85
11
11
  Requires-Dist: maggma>=0.57.6
12
12
  Requires-Dist: matminer>=0.9.1
13
13
  Requires-Dist: pymatgen-io-validation>=0.1.1
@@ -12,7 +12,7 @@ from pymatgen.analysis.alloys.core import (
12
12
  from pymatgen.core.structure import Structure
13
13
  from tqdm import tqdm
14
14
 
15
- from emmet.core.thermo import ThermoType
15
+ from emmet.core.types.enums import ThermoType
16
16
 
17
17
  # rough sort of ANON_FORMULAS by "complexity"
18
18
  ANON_FORMULAS = sorted(KNOWN_ANON_FORMULAS, key=lambda af: len(af))
@@ -14,7 +14,7 @@ from pymatgen.entries.computed_entries import ComputedStructureEntry
14
14
 
15
15
  from emmet.builders.utils import HiddenPrints, chemsys_permutations
16
16
  from emmet.core.corrected_entries import CorrectedEntriesDoc
17
- from emmet.core.thermo import ThermoType
17
+ from emmet.core.types.enums import ThermoType
18
18
  from emmet.core.utils import jsanitize
19
19
 
20
20
  from typing import TYPE_CHECKING
@@ -6,7 +6,7 @@ from maggma.utils import grouper
6
6
  from emmet.core.mpid import AlphaID
7
7
  from emmet.core.summary import SummaryDoc, HasProps
8
8
  from emmet.core.utils import jsanitize
9
- from emmet.core.thermo import ThermoType
9
+ from emmet.core.types.enums import ThermoType
10
10
 
11
11
 
12
12
  class SummaryBuilder(Builder):
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: emmet-builders
3
- Version: 0.85.0rc0
3
+ Version: 0.85.1
4
4
  Summary: Builders for the Emmet Library
5
5
  Author-email: The Materials Project <feedback@materialsproject.org>
6
6
  License: Modified BSD
7
7
  Project-URL: Homepage, https://github.com/materialsproject/emmet/tree/main/emmet-builders/
8
8
  Project-URL: Documentation, https://materialsproject.github.io/emmet/
9
9
  Requires-Python: >=3.10
10
- Requires-Dist: emmet-core[all]
10
+ Requires-Dist: emmet-core[all]>=0.85
11
11
  Requires-Dist: maggma>=0.57.6
12
12
  Requires-Dist: matminer>=0.9.1
13
13
  Requires-Dist: pymatgen-io-validation>=0.1.1
@@ -1,4 +1,4 @@
1
- emmet-core[all]
1
+ emmet-core[all]>=0.85
2
2
  maggma>=0.57.6
3
3
  matminer>=0.9.1
4
4
  pymatgen-io-validation>=0.1.1
@@ -0,0 +1,66 @@
1
+ [build-system]
2
+ requires = ["setuptools>=80.0.0", "setuptools-scm>=8"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [tool.setuptools_scm]
6
+ root = ".."
7
+ relative_to = "__file__"
8
+
9
+ [tool.setuptools]
10
+ include-package-data = true
11
+
12
+ [tool.setuptools.packages.find]
13
+ where = ["."]
14
+ exclude = ["tests"]
15
+ include = ["emmet.builders"]
16
+
17
+ [tool.setuptools.package-data]
18
+ "emmet.builders.vasp" = ["*.json.gz"]
19
+
20
+ [project]
21
+ name = "emmet-builders"
22
+ dynamic = ["version"]
23
+ requires-python = ">=3.10"
24
+ description = "Builders for the Emmet Library"
25
+ authors = [
26
+ { name = "The Materials Project", email = "feedback@materialsproject.org" },
27
+ ]
28
+ license = { text = "Modified BSD" }
29
+ dependencies = [
30
+ "emmet-core[all]>=0.85",
31
+ "maggma>=0.57.6",
32
+ "matminer>=0.9.1",
33
+ "pymatgen-io-validation>=0.1.1",
34
+ ]
35
+
36
+ [project.urls]
37
+ Homepage = "https://github.com/materialsproject/emmet/tree/main/emmet-builders/"
38
+ Documentation = "https://materialsproject.github.io/emmet/"
39
+
40
+ [project.optional-dependencies]
41
+ test = [
42
+ "pre-commit",
43
+ "pytest",
44
+ "pytest-cov",
45
+ "pytest-xdist",
46
+ "pycodestyle",
47
+ "pydocstyle",
48
+ "flake8",
49
+ "mypy",
50
+ "mypy-extensions",
51
+ "types-setuptools",
52
+ "types-requests",
53
+ "wincertstore",
54
+ ]
55
+ docs = [
56
+ "mkdocs",
57
+ "mkdocs-material<8.3",
58
+ "mkdocs-material-extensions",
59
+ "mkdocs-minify-plugin",
60
+ "mkdocstrings",
61
+ "mkdocs-awesome-pages-plugin",
62
+ "mkdocs-markdownextradata-plugin",
63
+ "mkdocstrings[python]",
64
+ "livereload",
65
+ "jinja2",
66
+ ]
@@ -87,7 +87,7 @@ fsspec[http]==2024.2.0
87
87
  # via
88
88
  # pytorch-lightning
89
89
  # torch
90
- future==0.18.3
90
+ future==1.0.0
91
91
  # via
92
92
  # matminer
93
93
  # uncertainties
@@ -10,22 +10,24 @@ annotated-types==0.7.0
10
10
  # via pydantic
11
11
  ase==3.26.0
12
12
  # via pymatgen-analysis-diffusion
13
- attrs==25.3.0
13
+ attrs==25.4.0
14
14
  # via
15
15
  # jsonlines
16
16
  # jsonschema
17
17
  # referencing
18
- bcrypt==4.3.0
18
+ bcrypt==5.0.0
19
19
  # via paramiko
20
20
  bibtexparser==1.4.3
21
21
  # via pymatgen
22
- boto3==1.40.27
22
+ blake3==1.0.7
23
+ # via emmet-core
24
+ boto3==1.40.48
23
25
  # via maggma
24
- botocore==1.40.27
26
+ botocore==1.40.48
25
27
  # via
26
28
  # boto3
27
29
  # s3transfer
28
- certifi==2025.8.3
30
+ certifi==2025.10.5
29
31
  # via requests
30
32
  cffi==2.0.0
31
33
  # via
@@ -35,7 +37,7 @@ charset-normalizer==3.4.3
35
37
  # via requests
36
38
  contourpy==1.3.3
37
39
  # via matplotlib
38
- cryptography==45.0.7
40
+ cryptography==46.0.2
39
41
  # via paramiko
40
42
  cycler==0.12.1
41
43
  # via matplotlib
@@ -43,22 +45,16 @@ dnspython==2.8.0
43
45
  # via
44
46
  # maggma
45
47
  # pymongo
46
- emmet-core[all]==0.84.9
48
+ emmet-core[all]==0.85.0
47
49
  # via emmet-builders (pyproject.toml)
48
- filelock==3.19.1
49
- # via mdanalysis
50
- fonttools==4.59.2
50
+ fonttools==4.60.1
51
51
  # via matplotlib
52
- griddataformats==1.0.2
53
- # via mdanalysis
54
52
  idna==3.10
55
53
  # via requests
56
54
  imageio==2.37.0
57
55
  # via scikit-image
58
56
  inflect==7.5.0
59
57
  # via robocrys
60
- iniconfig==2.1.0
61
- # via pytest
62
58
  invoke==2.2.0
63
59
  # via paramiko
64
60
  jmespath==1.0.1
@@ -67,7 +63,6 @@ jmespath==1.0.1
67
63
  # botocore
68
64
  joblib==1.5.2
69
65
  # via
70
- # mdanalysis
71
66
  # pymatgen
72
67
  # pymatgen-analysis-diffusion
73
68
  # scikit-learn
@@ -92,19 +87,8 @@ matminer==0.9.3
92
87
  matplotlib==3.10.6
93
88
  # via
94
89
  # ase
95
- # mdanalysis
96
90
  # pymatgen
97
91
  # seaborn
98
- # solvation-analysis
99
- mda-xdrlib==0.2.0
100
- # via mdanalysis
101
- mdanalysis==2.9.0
102
- # via
103
- # emmet-core
104
- # solvation-analysis
105
- # transport-analysis
106
- mmtf-python==1.1.3
107
- # via mdanalysis
108
92
  mongomock==4.3.0
109
93
  # via maggma
110
94
  monty==2025.3.3
@@ -120,13 +104,9 @@ mp-pyrho==0.4.5
120
104
  # via pymatgen-analysis-defects
121
105
  mpmath==1.3.0
122
106
  # via sympy
123
- mrcfile==1.5.4
124
- # via griddataformats
125
- msgpack==1.1.1
126
- # via
127
- # maggma
128
- # mmtf-python
129
- narwhals==2.4.0
107
+ msgpack==1.1.2
108
+ # via maggma
109
+ narwhals==2.7.0
130
110
  # via plotly
131
111
  networkx==3.5
132
112
  # via
@@ -137,21 +117,16 @@ numpy==1.26.4
137
117
  # via
138
118
  # ase
139
119
  # contourpy
140
- # griddataformats
141
120
  # imageio
142
121
  # maggma
143
122
  # matminer
144
123
  # matplotlib
145
- # mdanalysis
146
124
  # monty
147
- # mrcfile
148
125
  # pandas
149
- # patsy
150
126
  # pymatgen
151
127
  # pymatgen-analysis-defects
152
128
  # pymatgen-analysis-diffusion
153
129
  # pymatgen-io-validation
154
- # rdkit
155
130
  # robocrys
156
131
  # scikit-image
157
132
  # scikit-learn
@@ -159,10 +134,7 @@ numpy==1.26.4
159
134
  # seaborn
160
135
  # seekpath
161
136
  # shapely
162
- # solvation-analysis
163
137
  # spglib
164
- # statsmodels
165
- # tidynamics
166
138
  # tifffile
167
139
  orjson==3.11.3
168
140
  # via
@@ -172,38 +144,26 @@ packaging==25.0
172
144
  # via
173
145
  # lazy-loader
174
146
  # matplotlib
175
- # mdanalysis
176
147
  # mongomock
177
148
  # plotly
178
- # pytest
179
149
  # scikit-image
180
- # statsmodels
181
150
  palettable==3.3.3
182
151
  # via pymatgen
183
- pandas==2.3.2
152
+ pandas==2.3.3
184
153
  # via
185
154
  # maggma
186
155
  # matminer
187
156
  # pymatgen
188
157
  # seaborn
189
- # solvation-analysis
190
- # statsmodels
191
158
  paramiko==4.0.0
192
159
  # via sshtunnel
193
- patsy==1.0.1
194
- # via statsmodels
195
160
  pillow==11.3.0
196
161
  # via
197
162
  # imageio
198
163
  # matplotlib
199
- # rdkit
200
164
  # scikit-image
201
- plotly==6.3.0
202
- # via
203
- # pymatgen
204
- # solvation-analysis
205
- pluggy==1.6.0
206
- # via pytest
165
+ plotly==6.3.1
166
+ # via pymatgen
207
167
  pubchempy==1.0.5
208
168
  # via robocrys
209
169
  pyarrow==21.0.0
@@ -214,24 +174,22 @@ pybtex==0.25.1
214
174
  # robocrys
215
175
  pycparser==2.23
216
176
  # via cffi
217
- pydantic==2.11.7
177
+ pydantic==2.12.0
218
178
  # via
219
179
  # emmet-core
220
180
  # maggma
221
181
  # pydantic-settings
222
182
  # pymatgen-io-validation
223
- pydantic-core==2.33.2
183
+ pydantic-core==2.41.1
224
184
  # via pydantic
225
- pydantic-settings==2.10.1
185
+ pydantic-settings==2.11.0
226
186
  # via
227
187
  # emmet-core
228
188
  # maggma
229
189
  # pymatgen-io-validation
230
190
  pydash==8.0.5
231
191
  # via maggma
232
- pygments==2.19.2
233
- # via pytest
234
- pymatgen==2025.6.14
192
+ pymatgen==2025.10.7
235
193
  # via
236
194
  # emmet-core
237
195
  # matminer
@@ -247,20 +205,20 @@ pymatgen-analysis-defects==2025.1.18
247
205
  # via emmet-core
248
206
  pymatgen-analysis-diffusion==2024.7.15
249
207
  # via emmet-core
250
- pymatgen-io-validation==0.1.1
251
- # via emmet-builders (pyproject.toml)
208
+ pymatgen-io-validation==0.1.2
209
+ # via
210
+ # emmet-builders (pyproject.toml)
211
+ # emmet-core
252
212
  pymongo==4.10.1
253
213
  # via
254
214
  # maggma
255
215
  # matminer
256
- pynacl==1.5.0
216
+ pynacl==1.6.0
257
217
  # via paramiko
258
- pyparsing==3.2.3
218
+ pyparsing==3.2.5
259
219
  # via
260
220
  # bibtexparser
261
221
  # matplotlib
262
- pytest==8.4.2
263
- # via solvation-analysis
264
222
  python-dateutil==2.9.0.post0
265
223
  # via
266
224
  # botocore
@@ -273,12 +231,10 @@ pytz==2025.2
273
231
  # via
274
232
  # mongomock
275
233
  # pandas
276
- pyyaml==6.0.2
234
+ pyyaml==6.0.3
277
235
  # via pybtex
278
236
  pyzmq==27.1.0
279
237
  # via maggma
280
- rdkit==2025.3.6
281
- # via solvation-analysis
282
238
  referencing==0.36.2
283
239
  # via
284
240
  # jsonschema
@@ -300,7 +256,7 @@ ruamel-yaml==0.18.15
300
256
  # monty
301
257
  # pymatgen
302
258
  # robocrys
303
- ruamel-yaml-clib==0.2.12
259
+ ruamel-yaml-clib==0.2.14
304
260
  # via ruamel-yaml
305
261
  s3transfer==0.14.0
306
262
  # via boto3
@@ -308,29 +264,23 @@ scikit-image==0.25.2
308
264
  # via pymatgen-analysis-defects
309
265
  scikit-learn==1.7.2
310
266
  # via matminer
311
- scipy==1.16.1
267
+ scipy==1.16.2
312
268
  # via
313
269
  # ase
314
- # griddataformats
315
- # mdanalysis
316
270
  # pymatgen
317
271
  # robocrys
318
272
  # scikit-image
319
273
  # scikit-learn
320
- # solvation-analysis
321
- # statsmodels
322
274
  seaborn==0.13.2
323
275
  # via pymatgen-analysis-diffusion
324
276
  seekpath==2.1.0
325
277
  # via emmet-core
326
278
  sentinels==1.1.1
327
279
  # via mongomock
328
- shapely==2.1.1
280
+ shapely==2.1.2
329
281
  # via pymatgen-analysis-alloys
330
282
  six==1.17.0
331
283
  # via python-dateutil
332
- solvation-analysis==0.4.1
333
- # via emmet-core
334
284
  spglib==2.6.0
335
285
  # via
336
286
  # pymatgen
@@ -338,8 +288,6 @@ spglib==2.6.0
338
288
  # seekpath
339
289
  sshtunnel==0.4.0
340
290
  # via maggma
341
- statsmodels==0.14.5
342
- # via solvation-analysis
343
291
  sympy==1.14.0
344
292
  # via
345
293
  # matminer
@@ -347,25 +295,19 @@ sympy==1.14.0
347
295
  tabulate==0.9.0
348
296
  # via pymatgen
349
297
  threadpoolctl==3.6.0
350
- # via
351
- # mdanalysis
352
- # scikit-learn
353
- tidynamics==1.1.2
354
- # via transport-analysis
355
- tifffile==2025.9.9
298
+ # via scikit-learn
299
+ tifffile==2025.10.4
356
300
  # via scikit-image
357
301
  tqdm==4.67.1
358
302
  # via
359
303
  # maggma
360
304
  # matminer
361
- # mdanalysis
362
305
  # pymatgen
363
- transport-analysis==0.1.2
364
- # via emmet-core
365
306
  typeguard==4.4.4
366
307
  # via inflect
367
308
  typing-extensions==4.15.0
368
309
  # via
310
+ # blake3
369
311
  # emmet-core
370
312
  # pydantic
371
313
  # pydantic-core
@@ -374,7 +316,7 @@ typing-extensions==4.15.0
374
316
  # spglib
375
317
  # typeguard
376
318
  # typing-inspection
377
- typing-inspection==0.4.1
319
+ typing-inspection==0.4.2
378
320
  # via
379
321
  # pydantic
380
322
  # pydantic-settings