Skip to content

Commit

Permalink
Bump minimum vl-convert to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Oct 30, 2023
1 parent c08bb88 commit 7391922
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.14.0"
min_version = "1.0.0"
try:
version = importlib_version("vl-convert-python")
if Version(version) < Version(min_version):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dev = [
"pytest-cov",
"m2r",
"vega_datasets",
"vl-convert-python>=0.14.0",
"vl-convert-python>=1.0.0",
"mypy",
"pandas-stubs",
"types-jsonschema",
Expand Down

0 comments on commit 7391922

Please sign in to comment.