Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
# Ideally, these would be fixed, but vapory is largely unmaintained,
# so here we simply keep the pip behaviour with the --compile flag.
# See https://github.com/astral-sh/uv/issues/1928#issuecomment-1968857514
run: uv pip install --compile --resolution ${{ matrix.uv-resolution }} -e .[dev,smiles,optimade,eln]
run: uv pip install --compile --resolution ${{ matrix.uv-resolution }} -e .[dev,smiles,optimade]

- name: Install povray
run: sudo apt-get update && sudo apt-get install povray
Expand Down
4 changes: 0 additions & 4 deletions aiidalab_widgets_base/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def is_running_in_jupyter():
ComputerDropdownWidget,
)
from .databases import CodQueryWidget, OptimadeQueryWidget
from .elns import ElnConfigureWidget, ElnExportWidget, ElnImportWidget
from .export import ExportButtonWidget
from .loaders import LoadingWidget
from .nodes import NodesTreeWidget
Expand Down Expand Up @@ -93,9 +92,6 @@ def is_running_in_jupyter():
"ComputationalResourcesWidget",
"ComputerDatabaseWidget",
"ComputerDropdownWidget",
"ElnConfigureWidget",
"ElnExportWidget",
"ElnImportWidget",
"ExportButtonWidget",
"LoadingWidget",
"MultiStructureUploadWidget",
Expand Down
315 changes: 0 additions & 315 deletions aiidalab_widgets_base/elns.py

This file was deleted.

2 changes: 0 additions & 2 deletions docs/source/widget-list/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,3 @@ See also the `corresponding git repository <https://github.com/aiidalab/aiidalab
notebooks/computational_resources
notebooks/structures
notebooks/wizard_apps
notebooks/eln_configure
notebooks/eln_import
Loading
Loading