Skip to content

Commit

Permalink
Support quantumespresso plugin to 4.5.0 (aiidalab#601)
Browse files Browse the repository at this point in the history
aiida-quantumespresso==4.5.0 rely on the aiida-core 2.5.0 which include a break change on using pydantic v2. It can potentially break things. To make it backward compatible, we make the aiida-quantumespresso denpendency version pinned as `~=4.4`. So that dependent on the aiida-core in the container, it will install the correspond version of aiida-quantumespresso.
  • Loading branch information
unkcpz committed Mar 22, 2024
1 parent a6f3517 commit 15abd2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
tag: [latest]
python-version: ['3.9', '3.10']
aiida-core-version: [2.3, 2.4.3]
aiida-core-version: [2.3, 2.5]
fail-fast: false

runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ packages = find:
install_requires =
aiida-core~=2.2,<3
Jinja2~=3.0
aiida-quantumespresso~=4.4.0
aiida-quantumespresso~=4.4
aiidalab-widgets-base[optimade]~=2.2.0a0
aiida-pseudo~=1.4
filelock~=3.8
Expand Down

0 comments on commit 15abd2b

Please sign in to comment.