Skip to content

Commit

Permalink
Remove IDOM (#4322)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr authored Jan 25, 2023
1 parent b826740 commit c0a3902
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 732 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: |
conda activate test-environment
doit develop_install -o examples -o doc
pip install --use-deprecated=legacy-resolver pyecharts "idom==0.24" "pydata-sphinx-theme<=0.9.0" "pydata-sphinx-theme<=0.9.0" sphinx-copybutton sphinx-design
pip install --use-deprecated=legacy-resolver pyecharts "pydata-sphinx-theme<=0.9.0" "pydata-sphinx-theme<=0.9.0" sphinx-copybutton sphinx-design
- name: doit env_capture
run: |
conda activate test-environment
Expand Down
174 changes: 0 additions & 174 deletions examples/reference/panes/IDOM.ipynb

This file was deleted.

1 change: 0 additions & 1 deletion panel/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"""

from .datetime_picker import DatetimePicker # noqa
from .idom import IDOM # noqa
from .ipywidget import IPyWidget # noqa
from .layout import Card # noqa
from .location import Location # noqa
Expand Down
14 changes: 0 additions & 14 deletions panel/models/idom.py

This file was deleted.

Loading

0 comments on commit c0a3902

Please sign in to comment.