From 450cb3536d5f9ec3040c3541bd8d547b1df4be0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 20:09:31 +0000 Subject: [PATCH] Bump pyarrow from 6.0.1 to 14.0.1 Bumps [pyarrow](https://github.com/apache/arrow) from 6.0.1 to 14.0.1. - [Commits](https://github.com/apache/arrow/compare/go/v6.0.1...go/v14.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- requirements.txt | 2 +- setup.py | 2 +- simba/requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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