From e9a5fae12741f0441c087a9288b5f634a81199d2 Mon Sep 17 00:00:00 2001 From: mikebender Date: Thu, 19 Sep 2024 14:10:59 -0400 Subject: [PATCH] Fix the versions specified for plugin-utilities --- plugins/matplotlib/setup.cfg | 2 +- plugins/plotly-express/setup.cfg | 2 +- plugins/ui/setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/matplotlib/setup.cfg b/plugins/matplotlib/setup.cfg index 878df0ef8..4fb380b96 100644 --- a/plugins/matplotlib/setup.cfg +++ b/plugins/matplotlib/setup.cfg @@ -29,7 +29,7 @@ install_requires = jpy>=0.14.0 deephaven-plugin>=0.5.0 matplotlib - deephaven-plugin-utilities>=0.2.0 + deephaven-plugin-utilities>=0.0.2 include_package_data = True [options.extras_require] diff --git a/plugins/plotly-express/setup.cfg b/plugins/plotly-express/setup.cfg index 9187de706..6a6334208 100644 --- a/plugins/plotly-express/setup.cfg +++ b/plugins/plotly-express/setup.cfg @@ -28,7 +28,7 @@ install_requires = deephaven-core>=0.36.0 deephaven-plugin>=0.6.0 plotly - deephaven-plugin-utilities>=0.2.0 + deephaven-plugin-utilities>=0.0.2 include_package_data = True [options.packages.find] diff --git a/plugins/ui/setup.cfg b/plugins/ui/setup.cfg index 0bbaf312c..5f66c9051 100644 --- a/plugins/ui/setup.cfg +++ b/plugins/ui/setup.cfg @@ -28,7 +28,7 @@ install_requires = deephaven-core>=0.34.1 deephaven-plugin>=0.6.0 json-rpc - deephaven-plugin-utilities>=0.2.0 + deephaven-plugin-utilities>=0.0.2 typing_extensions;python_version<'3.11' include_package_data = True