Skip to content

Commit

Permalink
removed rcf jar and replaced with maven dep (#277)
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Galitzky <[email protected]>
  • Loading branch information
amitgalitz authored Apr 9, 2022
1 parent 5f62b7d commit 0c6249a
Show file tree
Hide file tree
Showing 3 changed files 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 files('lib/randomcutforest-parkservices-2.0.1.jar')
implementation files('lib/randomcutforest-core-2.0.1.jar')
implementation 'software.amazon.randomcutforest:randomcutforest-parkservices:3.0-rc2'
implementation 'software.amazon.randomcutforest:randomcutforest-core:3.0-rc2'
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
Binary file removed ml-algorithms/lib/randomcutforest-core-2.0.1.jar
Binary file not shown.
Binary file not shown.

0 comments on commit 0c6249a

Please sign in to comment.