Skip to content

Commit

Permalink
Remove explicit pyarrow dep (#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
mike0sv authored Dec 6, 2023
1 parent 24896f3 commit 43da43a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"plotly>=5.5.0",
"statsmodels>=0.12.2",
"scikit-learn>=0.24.0",
"pandas>=1.3.5",
"pandas[parquet]>=1.3.5",
"numpy>=1.19.5",
"nltk>=3.6.7",
"scipy>=1.5.4",
Expand All @@ -66,7 +66,6 @@
"typer>=0.3",
"rich>=13",
"iterative-telemetry>=0.0.5",
"pyarrow<11.0dev"
],
extras_require={
"dev": [
Expand Down

0 comments on commit 43da43a

Please sign in to comment.