From 3e04cf2d5112e7f45cd705ab831f6bfbeb581822 Mon Sep 17 00:00:00 2001 From: Mike Bender <mikebender@deephaven.io> Date: Fri, 10 May 2024 14:33:38 -0400 Subject: [PATCH] build: Update requirements to require a newer version of core (#457) - This version of deephaven-plugin-ui is not compatible with older versions of core, as some of the functionality is not in the web UI until 0.34.1 - Bump the minimum install_requires version to 0.34.1 in the setup.cfg --- plugins/ui/setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ui/setup.cfg b/plugins/ui/setup.cfg index 15f5ac138..37c9bc695 100644 --- a/plugins/ui/setup.cfg +++ b/plugins/ui/setup.cfg @@ -25,7 +25,7 @@ package_dir= =src packages=find_namespace: install_requires = - deephaven-core>=0.31.0 + deephaven-core>=0.34.1 deephaven-plugin>=0.6.0 json-rpc deephaven-plugin-utilities