Skip to content

Commit

Permalink
Update requirements to allow GooCanvas 2.0 or 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Hall committed Sep 10, 2023
1 parent b0e2fb7 commit a2f9d68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GraphView/graphview.gpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name = _("Graph View"),
category = ("Ancestry", _("Charts")),
description = _("Dynamic and interactive graph of relations"),
version = '1.0.133',
version = '1.0.134',
gramps_target_version = "5.2",
status = STABLE,
fname = 'graphview.py',
Expand All @@ -12,6 +12,6 @@
viewclass = 'GraphView',
icons = [('gramps-graph', _('Graph View'))],
stock_icon = 'gramps-graph',
requires_gi=[('GooCanvas', '3.0')],
requires_gi=[('GooCanvas', '2.0,3.0')],
requires_exe=['dot'],
)

0 comments on commit a2f9d68

Please sign in to comment.