Skip to content

Commit

Permalink
Fix CI (#3095)
Browse files Browse the repository at this point in the history
* pin vl-convert-python to 0.10.3

* pin pillow to v9
  • Loading branch information
jonmmease committed Jul 5, 2023
1 parent f13f8f1 commit 2734301
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -80,7 +80,7 @@ doc = [
"sphinxext_altair",
"jinja2",
"numpydoc",
"pillow",
"pillow>=9,<10",
"pydata-sphinx-theme",
"geopandas",
"myst-parser",
Expand Down

0 comments on commit 2734301

Please sign in to comment.