Skip to content

Commit

Permalink
chore: Add .synk configurations
Browse files Browse the repository at this point in the history
Fixes: #125
  • Loading branch information
VijithaEkanayake committed Feb 14, 2024
1 parent 8143ae8 commit 37d15d2
Show file tree
Hide file tree
Showing 16 changed files with 58 additions and 10 deletions.
4 changes: 4 additions & 0 deletions churn-risk/.snyk
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ ignore:
- "*":
reason: Not fixed version for h2o yet
expires: 2025-01-01T00:00:00.000Z
snyk:lic:pip:certifi:MPL-2.0:
- "*":
reason: False positive
expires: 2025-01-01T00:00:00.000Z
1 change: 1 addition & 0 deletions churn-risk/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Pygments==2.15.0
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
setuptools==65.5.1

black==20.8b1
flake8-black==0.2.1
Expand Down
4 changes: 4 additions & 0 deletions credit-risk/.snyk
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ ignore:
- "*":
reason: Not fixed version for h2o yet
expires: 2025-01-01T00:00:00.000Z
snyk:lic:pip:certifi:MPL-2.0:
- "*":
reason: False positive
expires: 2025-01-01T00:00:00.000Z
3 changes: 2 additions & 1 deletion credit-risk/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy==1.21.0
numpy==1.22.2
pandas==1.4.0
plotly==4.10.0
pygments==2.15.0
Expand All @@ -8,4 +8,5 @@ requests
tabulate
colorama>=0.3.8
future
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
5 changes: 5 additions & 0 deletions explaining-ratings/.snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
ignore:
snyk:lic:pip:certifi:MPL-2.0:
- "*":
reason: False positive
expires: 2025-01-01T00:00:00.000Z
4 changes: 3 additions & 1 deletion explaining-ratings/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
pandas==1.4.0
h2o-wave<1.0
matplotlib
wordcloud
wordcloud
numpy==1.22.2
setuptools==65.5.1
5 changes: 5 additions & 0 deletions guess-the-number/.snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
ignore:
snyk:lic:pip:certifi:MPL-2.0:
- "*":
reason: False positive
expires: 2025-01-01T00:00:00.000Z
6 changes: 3 additions & 3 deletions guess-the-number/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ certifi==2024.2.2
click==7.1.2
h11==0.11.0
h2o-wave<1.0
httpcore==0.12.2
httpx==0.16.1
httpcore==0.15.0
httpx==0.23.0
idna==2.10
rfc3986==1.4.0
sniffio==1.2.0
starlette==0.37.1
typing-extensions==3.10.0
uvicorn==0.12.2
uvicorn==0.12.3
4 changes: 4 additions & 0 deletions insurance-churn-risk/.snyk
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ ignore:
- "*":
reason: Not fixed version for h2o yet
expires: 2025-01-01T00:00:00.000Z
snyk:lic:pip:certifi:MPL-2.0:
- "*":
reason: False positive
expires: 2025-01-01T00:00:00.000Z
2 changes: 2 additions & 0 deletions insurance-churn-risk/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ pandas==1.4.0
pygments==2.15.0
h2o-wave<1.0
h2o-wave-ml>=0.6.0
numpy==1.22.2
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

black==20.8b1
Expand Down
5 changes: 5 additions & 0 deletions sales-forecasting/.snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
ignore:
snyk:lic:pip:certifi:MPL-2.0:
- "*":
reason: False positive
expires: 2025-01-01T00:00:00.000Z
10 changes: 5 additions & 5 deletions sales-forecasting/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ 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.12.2; python_version >= "3.6" and python_full_version >= "3.6.1"
httpx==0.16.1; python_version >= "3.6" and 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"
jmespath==0.10.0; python_version >= "2.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
numpy==1.21.0; python_version >= "3.6" and python_full_version >= "3.6.1"
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"
Expand All @@ -18,5 +18,5 @@ 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
urllib3==1.26.2; python_version >= "2.7" and python_full_version < "3.0.0" and python_version != "3.4" or python_full_version >= "3.5.0" and python_version < "4" and python_version != "3.4"
uvicorn==0.12.2; python_full_version >= "3.6.1"
urllib3==1.26.18
uvicorn==0.12.3
5 changes: 5 additions & 0 deletions shopping-cart-recommendations/.snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
ignore:
snyk:lic:pip:certifi:MPL-2.0:
- "*":
reason: False positive
expires: 2025-01-01T00:00:00.000Z
2 changes: 2 additions & 0 deletions shopping-cart-recommendations/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
certifi==2024.2.2
h2o-wave<1.0
pandas==1.4.0
numpy==1.22.2
urllib3==1.26.18
5 changes: 5 additions & 0 deletions template-explore-binary-classification/.snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
ignore:
snyk:lic:pip:certifi:MPL-2.0:
- "*":
reason: False positive
expires: 2025-01-01T00:00:00.000Z
3 changes: 3 additions & 0 deletions template-explore-binary-classification/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ pandas==1.4.0
matplotlib==3.5.1
starlette==0.37.1
typing-extensions==3.10.0
httpcore==0.15.0
httpx==0.23.0
setuptools==65.5.1

0 comments on commit 37d15d2

Please sign in to comment.