File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ install_requires =
5353 pyyaml
5454 pyld
5555 rdflib
56- oold>=0.7.1
56+ oold>=0.8.0
5757
5858[options.packages.find]
5959where = src
@@ -65,6 +65,10 @@ exclude =
6565# `pip install awl[PDF]` like:
6666# PDF = ReportLab; RXP
6767
68+ # Human-in-the-loop (HITL) support
69+ hitl =
70+ oold[UI-panel]
71+
6872# Add here dev requirements (semicolon/line-separated)
6973dev =
7074 tox
@@ -75,7 +79,6 @@ testing =
7579 setuptools
7680 pytest
7781 pytest-cov
78- oold[UI-panel]
7982
8083[options.entry_points]
8184# Add here console scripts like:
Original file line number Diff line number Diff line change 1010
1111from oold .model import LinkedBaseModel
1212from 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
1515jupyterlite = False
1616if 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"
You can’t perform that action at this time.
0 commit comments