From 0b96eda650e4e9f1f15db81c4d57f62875f3da4c Mon Sep 17 00:00:00 2001 From: Amit Galitzky Date: Thu, 9 Jun 2022 15:34:22 -0700 Subject: [PATCH] bump RCF version to 3.0-rc3 (#340) Signed-off-by: Amit Galitzky --- ml-algorithms/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ml-algorithms/build.gradle b/ml-algorithms/build.gradle index 95810c8aa9..4e766e9279 100644 --- a/ml-algorithms/build.gradle +++ b/ml-algorithms/build.gradle @@ -21,8 +21,8 @@ dependencies { implementation group: 'org.tribuo', name: 'tribuo-regression-sgd', version: '4.2.1' implementation group: 'org.tribuo', name: 'tribuo-anomaly-libsvm', version: '4.2.1' implementation group: 'commons-io', name: 'commons-io', version: '2.11.0' - implementation 'software.amazon.randomcutforest:randomcutforest-parkservices:3.0-rc2.1' - implementation 'software.amazon.randomcutforest:randomcutforest-core:3.0-rc2.1' + implementation 'software.amazon.randomcutforest:randomcutforest-parkservices:3.0-rc3' + implementation 'software.amazon.randomcutforest:randomcutforest-core:3.0-rc3' 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'