Skip to content

Commit

Permalink
ci(typing): re-enable pyarrow-stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
dangotbanned committed Feb 13, 2025
1 parent b830aa2 commit 5cadbed
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 @@ -61,7 +61,7 @@ core = [
"polars",
"pyarrow",
#TODO: reintroduce when fixing #1961
# "pyarrow-stubs",
"pyarrow-stubs",
]
extra = [ # heavier dependencies we don't necessarily need in every testing job
"scikit-learn",
Expand Down Expand Up @@ -235,7 +235,7 @@ module = [
"modin.*",
"numpy.*",
"pandas.*",
"pyarrow.*",
# "pyarrow.*",
"pyspark.*",
"sklearn.*",
"sqlframe.*",
Expand Down

0 comments on commit 5cadbed

Please sign in to comment.