Skip to content

Commit

Permalink
Merge pull request #102 from h2oai/naya/verify_and_release_apps
Browse files Browse the repository at this point in the history
Verify and release OSS app 1.0.0
  • Loading branch information
VijithaEkanayake authored Sep 14, 2022
2 parents c3910b3 + 9637271 commit 837c859
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
3 changes: 2 additions & 1 deletion credit-risk/app.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[App]
Name = "ai.h2o.wave.credit-risk"
Version = "0.3.0"
Version = "1.1.0"
Title = "Credit Card Risk"
Description = "Demo for business users to review and update model predictions."
LongDescription = "about.md"
Expand All @@ -11,3 +11,4 @@ Keywords = ["FinServe", "Wave", "Open Source"]
Module = "src.app"
MemoryReservation = "4Gi"
MemoryLimit = "6Gi"
RoutingMode = "BASE_URL"
3 changes: 2 additions & 1 deletion explaining-ratings/app.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[App]
Name = "ai.h2o.wave.explaining-ratings"
Version = "1.0.0"
Version = "1.1.0"
Title = "Explainable Hotel Ratings"
Description = "Demo to visually explore and compare predictions from text data."
LongDescription = "about.md"
Expand All @@ -11,3 +11,4 @@ Keywords = ["NLP", "Wave", "Open Source"]
Module = "src.app"
MemoryReservation = "4Gi"
MemoryLimit = "6Gi"
RoutingMode = "BASE_URL"
3 changes: 2 additions & 1 deletion guess-the-number/app.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[App]
Name = "ai.h2o.wave.h2o-guess-the-number"
Version = "0.3.0"
Version = "1.1.0"
Title = "Guess the Number"
Description = "Prove you’re smarter than AI with this simple game."
LongDescription = "about.md"
Expand All @@ -10,3 +10,4 @@ Keywords = ["wave", "wave apps"]
[Runtime]
Module = "guess_the_number.guess"
EnableOIDC = true
RoutingMode = "BASE_URL"
2 changes: 1 addition & 1 deletion guess-the-number/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
certifi==2020.12.5; python_version >= "3.6" and python_full_version >= "3.6.1"
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"
h2o-wave<1.0
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"
idna==2.10; python_version >= "3.6" and python_full_version >= "3.6.1"
Expand Down
3 changes: 2 additions & 1 deletion shopping-cart-recommendations/app.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[App]
Name = "ai.h2o.wave.shopping-cart-recommendations"
Version = "0.3.1"
Version = "1.1.0"
Title = "Shopping Cart Recommendations"
Description = "Demo of a recommendation engine on groceries items."
LongDescription="about.md"
Expand All @@ -9,3 +9,4 @@ Keywords = ["Data Science", "Wave", "Open Source", "Market Basket Analysis"]

[Runtime]
Module = "src.app"
RoutingMode = "BASE_URL"

0 comments on commit 837c859

Please sign in to comment.