Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
Fixes: #125
  • Loading branch information
VijithaEkanayake committed Feb 14, 2024
1 parent 7358b87 commit efc1c81
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 3 deletions.
5 changes: 5 additions & 0 deletions churn-risk/.snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
ignore:
SNYK-PYTHON-H2O-6125908
- "*":
reason: Not fixed version for h2o yet
expires: 2025-01-01T00:00:00.000Z
2 changes: 1 addition & 1 deletion guess-the-number/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
certifi==2020.12.5
certifi==2024.2.2
click==7.1.2
h11==0.11.0
h2o-wave<1.0
Expand Down
5 changes: 5 additions & 0 deletions insurance-churn-risk/.snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
ignore:
SNYK-PYTHON-H2O-6125908
- "*":
reason: Not fixed version for h2o yet
expires: 2025-01-01T00:00:00.000Z
3 changes: 2 additions & 1 deletion insurance-churn-risk/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
certifi==2024.2.2
pandas==1.4.0
Pygments==2.15.0
pygments==2.15.0
h2o-wave<1.0
h2o-wave-ml>=0.6.0
https://h2o-release.s3.amazonaws.com/h2o/rel-zizler/7/Python/h2o-3.34.0.7-py2.py3-none-any.whl
Expand Down
2 changes: 1 addition & 1 deletion sales-forecasting/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
boto3==1.16.23
botocore==1.19.23
certifi==2020.11.8; python_version >= "3.6" and python_full_version >= "3.6.1"
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"
Expand Down
1 change: 1 addition & 0 deletions shopping-cart-recommendations/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
certifi==2024.2.2
h2o-wave<1.0
pandas==1.4.0
1 change: 1 addition & 0 deletions template-explore-binary-classification/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
certifi==2024.2.2
h2o_wave==0.26.3
toml==0.10.2
loguru==0.6.0
Expand Down

0 comments on commit efc1c81

Please sign in to comment.