Skip to content

Commit 6f8edb5

Browse files
committed
fix(rca): use RemoteControlledArea instead of trame-vtK
1 parent 1b2159d commit 6f8edb5

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ requires-python = ">=3.10"
2323

2424
dependencies = [
2525
"trame>=3.12",
26-
"trame-vtk>=2.10",
2726
"trame-vuetify>=3.1",
27+
"trame-rca[turbo]>=2.3.1",
2828
"pyproj>=3.6.1",
2929
"netCDF4>=1.6.5",
3030
"trame-dataclass >=2.0.1",

src/e3sm_quickview/view_manager.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -305,10 +305,6 @@ def _build_ui(self):
305305
)
306306
self.ctx[self.name] = handler
307307

308-
# pvw.VtkRemoteView(
309-
# self.view, interactive_ratio=1, ctx_name=self.name
310-
# )
311-
312308
tview.create_bottom_bar(self.config, self.update_color_preset)
313309

314310

0 commit comments

Comments
 (0)