Skip to content

Commit

Permalink
Bump AWB to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Jul 21, 2024
1 parent fc6dd92 commit 6d73947
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aiidalab_ispg/app/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def _prepare_payload(self, file_format=None):
return base64.b64encode(raw.read()).decode()


# NOTE: TrajectoryManagerWidget will hopefully note be necessary once
# NOTE: TrajectoryManagerWidget will hopefully not be necessary once
# the trajectory viewer is merged to AWB
class TrajectoryManagerWidget(StructureManagerWidget):
SUPPORTED_DATA_FORMATS = { # noqa: RUF012
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 @@ classifiers =
packages = find:
python_requires = >=3.9
install_requires =
aiidalab-widgets-base[smiles]~=2.0.0
aiidalab-widgets-base[smiles]~=2.3.0a1
aiida-orca~=0.7.0
bokeh~=2.4
xtb~=22.1
Expand Down

0 comments on commit 6d73947

Please sign in to comment.