We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b2159d commit 6f8edb5Copy full SHA for 6f8edb5
pyproject.toml
@@ -23,8 +23,8 @@ requires-python = ">=3.10"
23
24
dependencies = [
25
"trame>=3.12",
26
- "trame-vtk>=2.10",
27
"trame-vuetify>=3.1",
+ "trame-rca[turbo]>=2.3.1",
28
"pyproj>=3.6.1",
29
"netCDF4>=1.6.5",
30
"trame-dataclass >=2.0.1",
src/e3sm_quickview/view_manager.py
@@ -305,10 +305,6 @@ def _build_ui(self):
305
)
306
self.ctx[self.name] = handler
307
308
- # pvw.VtkRemoteView(
309
- # self.view, interactive_ratio=1, ctx_name=self.name
310
- # )
311
-
312
tview.create_bottom_bar(self.config, self.update_color_preset)
313
314
0 commit comments