Skip to content

Commit

Permalink
ci: Bump pyarrow, remove pillow upper bound
Browse files Browse the repository at this point in the history
Seems to be able to build (sometimes) with these changes.
Still fails a good chunk of the tests
  • Loading branch information
dangotbanned committed Oct 28, 2024
1 parent 3fbfd49 commit 7f11faf
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 @@ -62,7 +62,7 @@ all = [
"vega_datasets>=0.9.0",
"pandas>=1.1.3",
"numpy",
"pyarrow>=11",
"pyarrow>=18",
"vegafusion[embed]>=1.6.6,<2",
"anywidget>=0.9.0",
"altair_tiles>=0.3.0"
Expand Down Expand Up @@ -90,7 +90,7 @@ doc = [
"sphinxext_altair",
"jinja2",
"numpydoc",
"pillow>=9,<10",
"pillow>=11",
"pydata-sphinx-theme>=0.14.1",
"myst-parser",
"sphinx_copybutton",
Expand Down

0 comments on commit 7f11faf

Please sign in to comment.