diff --git a/docs/requirements.txt b/docs/requirements.txt index bc4d529ae..1e345754b 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -33,7 +33,7 @@ numexpr == 2.6.9 plotly == 4.9.0 statsmodels == 0.12.0 cefpython3 == 66.0 -pyarrow == 6.0.1 +pyarrow == 14.0.1 h5py==2.9.0 tables==3.6.1 xlrd==1.2.0 diff --git a/requirements.txt b/requirements.txt index 930f8a0e0..32ebd79d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ plotly == 4.9.0 statsmodels==0.12.0;python_version=="3.6" statsmodels;python_version>="3.9" cefpython3 == 66.0 -pyarrow == 6.0.1 +pyarrow == 14.0.1 shap == 0.35.0 tables>=3.6.1 xlrd==1.2.0 diff --git a/setup.py b/setup.py index 887b861ef..3bbc6d2fd 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ 'scikit-learn == 0.22.2','tabulate == 0.8.3','tqdm == 4.30.0','xgboost == 0.90', 'yellowbrick == 0.9.1', 'dash == 1.14.0', 'dash_color_picker == 0.0.1', 'dash_core_components == 1.10.2', 'dash_colorscales == 0.0.4', 'dash_html_components == 1.0.3', 'h5py == 2.9.0', 'numba == 0.52.0', 'numexpr == 2.6.9', - 'plotly == 4.9.0', 'statsmodels == 0.9.0', 'cefpython3 == 66.0', "pyarrow == 6.0.1", "shap == 0.35.0","h5py==2.9.0", + 'plotly == 4.9.0', 'statsmodels == 0.9.0', 'cefpython3 == 66.0', "pyarrow == 14.0.1", "shap == 0.35.0","h5py==2.9.0", "tables==3.6.1", "xlrd==1.2.0", "trafaret==2.1.1"], license='GNU Lesser General Public License v3 (LGPLv3)', packages=setuptools.find_packages(), diff --git a/simba/requirements.txt b/simba/requirements.txt index 6285573c8..9c6e57278 100644 --- a/simba/requirements.txt +++ b/simba/requirements.txt @@ -37,7 +37,7 @@ plotly == 4.9.0 statsmodels==0.12.0;python_version=="3.6" statsmodels;python_version>="3.9" cefpython3 == 66.0 -pyarrow == 6.0.1 +pyarrow == 14.0.1 shap == 0.35.0 tables>=3.6.1 xlrd==1.2.0