Skip to content

Commit

Permalink
add pyarrow hotfix to our all dependencies
Browse files Browse the repository at this point in the history
required until our minimum supported version of pyarrow is 14.0.1
  • Loading branch information
mattijn authored Jul 23, 2024
1 parent 8924017 commit 2b5a5e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ all = [
"pandas>=0.25.3",
"numpy<2.0.0",
"pyarrow>=11",
"pyarrow_hotfix; pyarrow<\"14.0.1\"",
"vegafusion[embed]>=1.6.6",
"anywidget>=0.9.0",
"altair_tiles>=0.3.0"
Expand Down

0 comments on commit 2b5a5e5

Please sign in to comment.