diff --git a/examples/inter_process_communication.py b/examples/inter_process_communication.py index 2549322d..e3693e19 100644 --- a/examples/inter_process_communication.py +++ b/examples/inter_process_communication.py @@ -64,5 +64,4 @@ def refresh_func(time: float) -> neoscore.RefreshFuncResult: return neoscore.RefreshFuncResult(request_render) - neoscore.show(refresh_func) diff --git a/poetry.lock b/poetry.lock index d5b2b7e7..a5947d68 100644 --- a/poetry.lock +++ b/poetry.lock @@ -347,7 +347,7 @@ cfgv = ">=2.0.0" identify = ">=1.0.0" importlib-metadata = {version = "*", markers = "python_version < \"3.8\""} nodeenv = ">=0.11.1" -pyyaml = ">=5.1" +pyyaml = ">=6.0.1" virtualenv = ">=20.10.0" [[package]]