diff --git a/pyproject.toml b/pyproject.toml index a732c70d23..4025ec1d72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,8 @@ dependencies = [ "plotly>=5.10.0,<6", "statsmodels>=0.12.2", "scikit-learn>=1.1.1", - "pandas[parquet]>=1.3.5", + "pandas>=1.3.5", + "pyarrow>=14.0.1", "numpy>=1.22.0", "nltk>=3.6.7", "scipy>=1.10.0", diff --git a/requirements.min.txt b/requirements.min.txt index 9d70cf34d2..fb2ec2b399 100644 --- a/requirements.min.txt +++ b/requirements.min.txt @@ -2,7 +2,7 @@ plotly==5.10.0 statsmodels==0.12.2 scikit-learn==1.1.1 -pandas[parquet]==1.3.5 +pandas==1.3.5 numpy==1.22.0 nltk==3.6.7 scipy==1.10.0