Bump pysqa from 0.3.0 to 0.4.1#35
Closed
dependabot[bot] wants to merge 3 commits into
Closed
Conversation
Collaborator
|
@dependabot rebase |
Bumps [pysqa](https://github.com/pyiron/pysqa) from 0.3.0 to 0.4.1. - [Release notes](https://github.com/pyiron/pysqa/releases) - [Commits](pyiron/pysqa@pysqa-0.3.0...pysqa-0.4.1) --- updated-dependencies: - dependency-name: pysqa dependency-version: 0.3.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
873f0d4 to
739564d
Compare
Merged
3 tasks
ligerzero-ai
added a commit
that referenced
this pull request
May 15, 2026
PR #41 bumped ase to 3.28.0 and pandas to 3.0.2 to match what pwa 0.0.7 *allows*, but pyiron_lammps (any released version, including 0.5.4) caps ase at <=3.27.0 and pandas at <=3.0.0 -- both on PyPI and on conda-forge. Likewise pysqa 0.3.0 caps pandas at <=2.3.1. Result: every CI job that creates a conda env (test-alternate-env, build-docs, build-notebooks, coverage, benchmark-tests, pip-check, unit-tests/macos, pypi-release) failed with `libmamba Could not solve for environment specs`. Main has been red since 5701c50. Fix-forward: pull ase / pandas / scipy back to the largest values that satisfy ALL of {pwa 0.0.7, pyiron_lammps 0.5.4, pysqa 0.4.0}, and bump pyiron_lammps + pysqa themselves so the rest of the upgrade we already shipped doesn't have to revert: ase 3.28.0 -> 3.27.0 (cap from pyiron_lammps 0.5.4) pandas 3.0.2 -> 3.0.0 (cap from pyiron_lammps 0.5.4) scipy 1.17.1 -> 1.17.0 (cap from pyiron_lammps 0.5.4) pyiron_lammps 0.4.6 -> 0.5.4 (latest; needed to lift the conda pin `ase <=3.26.0` from 0.4.6) pysqa 0.3.0 -> 0.4.0 (latest; lifts pandas cap) Verified locally with `pixi add` against conda-forge: full env solves clean. API check for pyiron_lammps 0.5.4 vs the two functions pwl uses (`write_lammps_structure`, `parse_lammps_output_files`): - write_lammps_structure: only added a trailing optional kwarg `atom_type='atomic'`. Pwl call site at lammps.py:24-30 uses only the original kwargs. Backward-compatible. - parse_lammps_output_files: signature identical, output dict structure (generic.cells/positions/indices/energy_tot/forces/ pressures/steps) unchanged. Updated in lockstep across: - pyproject.toml (runtime + cluster extra) - .ci_support/environment.yml - .ci_support/lower-bound.yml - .binder/environment.yml - docs/environment.yml Supersedes #35 (pysqa) and #36 (pyiron_lammps) -- close after merge. Co-authored-by: Han Mai <ligerzerof@gmail.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Collaborator
|
Superseded by #42, which bumped |
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps pysqa from 0.3.0 to 0.4.1.
Release notes
Sourced from pysqa's releases.
... (truncated)
Commits
8b54ce7Update pandas to 3.0.2 (#522)ebf0c2a[pre-commit.ci] pre-commit autoupdate (#521)64b9379Bump pydantic from 2.13.2 to 2.13.3 (#519)f5bb758[pre-commit.ci] pre-commit autoupdate (#520)d4829a6Bump pydantic from 2.13.1 to 2.13.2 (#518)beab629Bump pydantic from 2.13.0 to 2.13.1 (#517)fbbf7d4[pre-commit.ci] pre-commit autoupdate (#516)8fa3f67Update pydantic to 2.13.0 (#515)cd4c8b0Remote: Automatically manage known hosts keys (#451)3ab449aAdd Pydantic models for configuration validation (#510)