Skip to content

Commit

Permalink
vl-convert-python 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Nov 5, 2023
1 parent 862bb4c commit c338c33
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 = "1.0.0"
min_version = "1.0.1"
try:
version = importlib_version("vl-convert-python")
if Version(version) < Version(min_version):
Expand Down

0 comments on commit c338c33

Please sign in to comment.