Skip to content

Commit bfb20d1

Browse files
Update phonopy requirement from <2.43.3,>=1.10.8 to >=2.43.6 (#1320)
* Update phonopy requirement from <2.43.3,>=1.10.8 to >=2.43.6 Updates the requirements on [phonopy](https://github.com/phonopy/phonopy) to permit the latest version. - [Changelog](https://github.com/phonopy/phonopy/blob/develop/doc/changelog.md) - [Commits](phonopy/phonopy@v1.10.8...v2.43.5) --- updated-dependencies: - dependency-name: phonopy dependency-version: 2.43.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * release phonopy upper pin --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: esoteric-ephemera <aaron.kaplan.physics@gmail.com>
1 parent f34b585 commit bfb20d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ aims = ["pymatgen-io-aims>=0.0.5", "pymatgen>=2025.10.7"]
4444
amset = ["amset>=0.4.15", "pydash"]
4545
cclib = ["cclib>=1.8.1"]
4646
mp = ["mp-api>=0.37.5"]
47-
phonons = ["phonopy>=1.10.8,<2.43.3", "seekpath>=2.0.0"] # issue writing CIFs because of bug in phonopy >=2.43.3
47+
phonons = ["phonopy>=2.43.6", "seekpath>=2.0.0"]
4848
lobster = ["ijson>=3.2.2", "lobsterpy>=0.4.0"]
4949
defects = [
5050
"dscribe>=1.2.0",

0 commit comments

Comments
 (0)