Skip to content

Commit

Permalink
Fix the versions specified for plugin-utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed Sep 19, 2024
1 parent de436fe commit e9a5fae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/matplotlib/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion plugins/plotly-express/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion plugins/ui/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e9a5fae

Please sign in to comment.