Skip to content

Commit

Permalink
fixxing config files (#64)
Browse files Browse the repository at this point in the history
The config file updates were not updated properly during the monorepo transition
  • Loading branch information
jnumainville authored Sep 20, 2023
1 parent ff0c984 commit c83b431
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions plugins/matplotlib/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ package_dir=
=src
packages=find_namespace:
install_requires =
deephaven-core>=0.14.0
jpy>=0.11.0
deephaven-plugin
deephaven-core>=0.27.0
jpy>=0.14.0
deephaven-plugin>=0.5.0
matplotlib
include_package_data = True

Expand All @@ -39,4 +39,4 @@ where=src

[options.entry_points]
deephaven.plugin =
registration_cls = deephaven.plugin.matplotlib:MatplotlibRegistration
registration_cls = deephaven.plugin.matplotlib:MatplotlibRegistration
4 changes: 2 additions & 2 deletions plugins/plotly-express/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ package_dir=
=src
packages=find_namespace:
install_requires =
deephaven-plugin
deephaven-plugin>=0.5.0
plotly
include_package_data = True

Expand All @@ -34,4 +34,4 @@ where=src

[options.entry_points]
deephaven.plugin =
registration_cls = deephaven.plot.express:ChartRegistration
registration_cls = deephaven.plot.express:ChartRegistration
4 changes: 2 additions & 2 deletions plugins/plotly/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ package_dir=
=src
packages=find_namespace:
install_requires =
deephaven-plugin
deephaven-plugin>=0.5.0
plotly
include_package_data = True

Expand All @@ -34,4 +34,4 @@ where=src

[options.entry_points]
deephaven.plugin =
registration_cls = deephaven.plugin.plotly:PlotlyRegistration
registration_cls = deephaven.plugin.plotly:PlotlyRegistration

0 comments on commit c83b431

Please sign in to comment.