Skip to content

Commit 29fd07d

Browse files
committed
bump oold version
1 parent a483159 commit 29fd07d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ testing =
7575
setuptools
7676
pytest
7777
pytest-cov
78-
oold[UI-panel]
78+
oold[UI-panel]>=0.8.0
7979

8080
[options.entry_points]
8181
# Add here console scripts like:

src/awl/hitl.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
from oold.model import LinkedBaseModel
1212
from oold.model.v1 import LinkedBaseModel as LinkedBaseModel_v1
13-
from oold.ui.panel.anywidget_vite.jsoneditor import OswEditor
13+
from oold.ui.panel import OoldEditor
1414

1515
jupyterlite = False
1616
if sys.platform == "emscripten":
@@ -27,7 +27,7 @@ def __init__(self, **params):
2727
"""This is a human-in-the-loop application.
2828
Please fill in the required fields and click 'Save' to proceed.""" # noqa
2929
)
30-
self.jsoneditor = OswEditor(max_height=500, max_width=800)
30+
self.jsoneditor = OoldEditor(max_height=500, max_width=800)
3131

3232
self.start_btn = pn.widgets.Button(
3333
css_classes=["start_btn"], name="Start", button_type="primary"

0 commit comments

Comments
 (0)