Skip to content

Commit

Permalink
Bump min vl-convert-python version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Nov 23, 2023
1 parent 450e3ed commit 343808f
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 = "1.0.1"
min_version = "1.1.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>=1.0.1",
"vl-convert-python>=1.1.0",
"mypy",
"pandas-stubs",
"types-jsonschema",
Expand Down

0 comments on commit 343808f

Please sign in to comment.