From 2734301b11886ba5484554413c93967be30609bc Mon Sep 17 00:00:00 2001 From: Jon Mease Date: Wed, 5 Jul 2023 09:10:43 -0400 Subject: [PATCH] Fix CI (#3095) * pin vl-convert-python to 0.10.3 * pin pillow to v9 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0c165cce1..fc7737df0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ dev = [ "vega_datasets", # following is rejected by PyPI "altair_viewer @ git+https://github.com/altair-viz/altair_viewer.git", - "vl-convert-python", + "vl-convert-python==0.10.3", "mypy", "pandas-stubs", "types-jsonschema", @@ -80,7 +80,7 @@ doc = [ "sphinxext_altair", "jinja2", "numpydoc", - "pillow", + "pillow>=9,<10", "pydata-sphinx-theme", "geopandas", "myst-parser",