Skip to content

Commit

Permalink
Bump aiida-quantumespresso to 4.4.0 and unpinning pydantic (#591)
Browse files Browse the repository at this point in the history
The pydantic is pinned in #416, after the release of `aiida-quantumespresso` it is not needed, this PR bump the aiida-quantumespresso and unpin the pydantic.
  • Loading branch information
unkcpz committed Jan 16, 2024
1 parent 65e908e commit 5f40802
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,12 @@ packages = find:
install_requires =
aiida-core~=2.2,<3
Jinja2~=3.0
aiida-quantumespresso~=4.3.0
aiida-quantumespresso~=4.4.0
aiidalab-widgets-base==2.1.0rc0
aiida-pseudo~=1.4
filelock~=3.8
importlib-resources~=5.2
widget-bandsplot~=0.5.1
pydantic~=1.10,>=1.10.8
python_requires = >=3.8

[options.packages.find]
Expand Down

0 comments on commit 5f40802

Please sign in to comment.