Skip to content

Commit

Permalink
bump version of aiidalab-widgets-base and widget-bandsplot (#375)
Browse files Browse the repository at this point in the history
- `aiida-core~=2.2` to align with aiida-core version in new docker stack
- `aiidalab-widget-base==2.0.0b5` for pinning the widgetnbextension version aiidalab/aiidalab-widgets-base#467
- `widget-bandsplot~=0.5.1` for fixing TDOS background filling issue.
  • Loading branch information
unkcpz authored Mar 25, 2023
1 parent f869560 commit 12c0bb0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@ project_urls =
packages = find:
install_requires =
Jinja2~=3.0
aiida-core>=2.1,<3
aiida-quantumespresso~=4.1
aiida-core~=2.2,<3
aiida-quantumespresso~=4.2
aiidalab-qe-workchain@https://github.com/aiidalab/aiidalab-qe/releases/download/v23.02.0/aiidalab_qe_workchain-23.2.0-py3-none-any.whl
aiidalab-widgets-base==2.0.0b1
aiidalab-widgets-base==2.0.0b5
filelock~=3.8
importlib-resources~=5.2.2
widget-bandsplot~=0.5.0
widget-bandsplot~=0.5.1
pymatgen==2022.9.21
python_requires = >=3.8

[options.extras_require]
Expand Down
4 changes: 2 additions & 2 deletions src/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ project_urls =
[options]
packages = find:
install_requires =
aiida-core>=2.1,<3
aiida-quantumespresso~=4.1
aiida-core~=2.2,<3
aiida-quantumespresso~=4.2
python_requires = >=3.8

[flake8]
Expand Down

0 comments on commit 12c0bb0

Please sign in to comment.