Skip to content

Commit

Permalink
bump RCF version to 3.0-rc3 (#340)
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Galitzky <[email protected]>
  • Loading branch information
amitgalitz authored Jun 9, 2022
1 parent ea62c71 commit 0b96eda
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.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'
Expand Down

0 comments on commit 0b96eda

Please sign in to comment.