From c51419603c7b5892d38b3da2e9df74f716a3e507 Mon Sep 17 00:00:00 2001 From: VijithaEkanayake Date: Fri, 16 Feb 2024 11:21:26 +0530 Subject: [PATCH] chore: Address review suggestions Fixes: https://github.com/h2oai/wave-apps/issues/125 --- churn-risk/requirements.txt | 4 +-- credit-risk/requirements.txt | 12 +++---- explaining-ratings/requirements.txt | 8 ++--- insurance-churn-risk/requirements.txt | 6 ++-- sales-forecasting/requirements.txt | 32 +++++++++---------- .../requirements.txt | 4 +-- .../requirements.txt | 2 +- 7 files changed, 34 insertions(+), 34 deletions(-) diff --git a/churn-risk/requirements.txt b/churn-risk/requirements.txt index 34356eb..d8e68b5 100644 --- a/churn-risk/requirements.txt +++ b/churn-risk/requirements.txt @@ -1,5 +1,5 @@ -pandas==1.4.0 -Pygments==2.15.0 +pandas==1.5.3 +pygments==2.17.2 h2o-wave<1.0 h2o-wave-ml>=0.7.0 https://h2o-release.s3.amazonaws.com/h2o/rel-zizler/7/Python/h2o-3.34.0.7-py2.py3-none-any.whl diff --git a/credit-risk/requirements.txt b/credit-risk/requirements.txt index 415f424..c7663bf 100644 --- a/credit-risk/requirements.txt +++ b/credit-risk/requirements.txt @@ -1,12 +1,12 @@ -numpy==1.22.2 -pandas==1.4.0 +numpy==1.26.4 +pandas==1.5.3 plotly==4.10.0 -pygments==2.15.0 +pygments==2.17.2 h2o-wave<1.0 h2o-wave-ml>=0.7.0 -requests -tabulate +requests==2.31.0 +tabulate==0.9.0 colorama>=0.3.8 -future +future==0.18.3 setuptools==65.5.1 https://h2o-release.s3.amazonaws.com/h2o/rel-zizler/7/Python/h2o-3.34.0.7-py2.py3-none-any.whl diff --git a/explaining-ratings/requirements.txt b/explaining-ratings/requirements.txt index b08a7d5..efe1553 100644 --- a/explaining-ratings/requirements.txt +++ b/explaining-ratings/requirements.txt @@ -1,6 +1,6 @@ -pandas==1.4.0 +pandas==1.5.3 h2o-wave<1.0 -matplotlib -wordcloud -numpy==1.22.2 +matplotlib==3.8.3 +wordcloud==1.9.3 +numpy==1.26.4 setuptools==65.5.1 \ No newline at end of file diff --git a/insurance-churn-risk/requirements.txt b/insurance-churn-risk/requirements.txt index 1c14a6c..7c89901 100644 --- a/insurance-churn-risk/requirements.txt +++ b/insurance-churn-risk/requirements.txt @@ -1,9 +1,9 @@ certifi==2024.2.2 -pandas==1.4.0 -pygments==2.15.0 +pandas==1.5.3 +pygments==2.17.2 h2o-wave<1.0 h2o-wave-ml>=0.6.0 -numpy==1.22.2 +numpy==1.26.4 setuptools==65.5.1 https://h2o-release.s3.amazonaws.com/h2o/rel-zizler/7/Python/h2o-3.34.0.7-py2.py3-none-any.whl diff --git a/sales-forecasting/requirements.txt b/sales-forecasting/requirements.txt index 67a60ec..13fab85 100644 --- a/sales-forecasting/requirements.txt +++ b/sales-forecasting/requirements.txt @@ -1,22 +1,22 @@ boto3==1.16.23 botocore==1.19.23 -certifi==2024.2.2 -click==7.1.2; python_full_version >= "3.6.1" -h11==0.11.0; python_version >= "3.6" and python_full_version >= "3.6.1" -h2o-wave<1.0; python_full_version >= "3.6.1" -httpcore==0.15.0 -httpx==0.23.0 -idna==2.10; python_version >= "3.6" and python_full_version >= "3.6.1" +certifi==2024.2.2; python_version >= "3.10" and python_full_version >= "3.10.10" +click==7.1.2; python_full_version >= "3.10.10" +h11==0.11.0; python_version >= "3.10" and python_full_version >= "3.10.10" +h2o-wave<1.0; python_full_version >= "3.10.10" +httpcore==0.15.0; python_version >= "3.10" and python_full_version >= "3.10.10" +httpx==0.23.0; python_version >= "3.10" and python_full_version >= "3.10.10" +idna==2.10; python_version >= "3.10" and python_full_version >= "3.10.10" jmespath==0.10.0; python_version >= "2.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" -numpy==1.22.2 -pandas==1.4.0; python_version >= "3.6" and python_full_version >= "3.6.1" -python-dateutil==2.8.1; python_full_version >= "3.6.1" -pytz==2020.4; python_full_version >= "3.6.1" -rfc3986==1.4.0; python_version >= "3.6" and python_full_version >= "3.6.1" +numpy==1.26.4; python_version >= "3.10" and python_full_version >= "3.10.10" +pandas==1.5.3; python_version >= "3.10" and python_full_version >= "3.10.10" +python-dateutil==2.8.1; python_full_version >= "3.10.10" +pytz==2020.4; python_full_version >= "3.10.1" +rfc3986==1.4.0; python_version >= "3.10" and python_full_version >= "3.10.10" s3transfer==0.3.3 -six==1.15.0; python_full_version >= "3.6.1" -sniffio==1.2.0; python_version >= "3.6" and python_full_version >= "3.6.1" -starlette==0.37.1 -typing-extensions==3.10.0 +six==1.15.0; python_full_version >= "3.10.10" +sniffio==1.2.0; python_version >= "3.10" and python_full_version >= "3.10.10" +starlette==0.37.1; python_version >= "3.10" and python_full_version >= "3.10.10" +typing-extensions==3.10.0; python_version >= "3.10" and python_full_version >= "3.10.10" urllib3==1.26.18 uvicorn==0.12.3 diff --git a/shopping-cart-recommendations/requirements.txt b/shopping-cart-recommendations/requirements.txt index a30e793..c5a2020 100644 --- a/shopping-cart-recommendations/requirements.txt +++ b/shopping-cart-recommendations/requirements.txt @@ -1,5 +1,5 @@ certifi==2024.2.2 h2o-wave<1.0 -pandas==1.4.0 -numpy==1.22.2 +pandas==1.5.3 +numpy==1.26.4 urllib3==1.26.18 diff --git a/template-explore-binary-classification/requirements.txt b/template-explore-binary-classification/requirements.txt index 6e970ee..720c480 100644 --- a/template-explore-binary-classification/requirements.txt +++ b/template-explore-binary-classification/requirements.txt @@ -2,7 +2,7 @@ certifi==2024.2.2 h2o_wave==0.26.3 toml==0.10.2 loguru==0.6.0 -pandas==1.4.0 +pandas==1.5.3 matplotlib==3.5.1 starlette==0.37.1 typing-extensions==3.10.0