Skip to content

Commit

Permalink
Update vl-convert version
Browse files Browse the repository at this point in the history
  • Loading branch information
joelostblom committed Oct 3, 2023
1 parent 59ea4ea commit e9a33a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion altair/utils/_importers.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def import_vegafusion() -> ModuleType:


def import_vl_convert() -> ModuleType:
min_version = "0.13.0"
min_version = "0.14.0"
try:
version = importlib_version("vl-convert-python")
if Version(version) < Version(min_version):
Expand Down

0 comments on commit e9a33a0

Please sign in to comment.