Skip to content

Commit

Permalink
bump RCF version to 3.0-rc2.1 (#289)
Browse files Browse the repository at this point in the history
Signed-off-by: Yaliang Wu <[email protected]>
  • Loading branch information
ylwu-amzn authored Apr 20, 2022
1 parent d20d7cb commit 4e4d69e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ml-algorithms/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ dependencies {
implementation group: 'org.tribuo', name: 'tribuo-regression-sgd', version: '4.2.0'
implementation group: 'org.tribuo', name: 'tribuo-anomaly-libsvm', version: '4.2.0'
implementation group: 'commons-io', name: 'commons-io', version: '2.11.0'
implementation 'software.amazon.randomcutforest:randomcutforest-parkservices:3.0-rc2'
implementation 'software.amazon.randomcutforest:randomcutforest-core:3.0-rc2'
implementation 'software.amazon.randomcutforest:randomcutforest-parkservices:3.0-rc2.1'
implementation 'software.amazon.randomcutforest:randomcutforest-core:3.0-rc2.1'
implementation group: 'io.protostuff', name: 'protostuff-core', version: '1.8.0'
implementation group: 'io.protostuff', name: 'protostuff-runtime', version: '1.8.0'
implementation group: 'io.protostuff', name: 'protostuff-api', version: '1.8.0'
Expand Down

0 comments on commit 4e4d69e

Please sign in to comment.