File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ dependencies {
1717 compileOnly group : ' org.opensearch' , name : ' opensearch' , version : " ${ opensearch_version} "
1818 implementation project(' :opensearch-ml-common' )
1919 implementation group : ' org.reflections' , name : ' reflections' , version : ' 0.9.12'
20- implementation group : ' org.tribuo' , name : ' tribuo-clustering-kmeans' , version : ' 4.2.0 '
21- implementation group : ' org.tribuo' , name : ' tribuo-regression-sgd' , version : ' 4.2.0 '
22- implementation group : ' org.tribuo' , name : ' tribuo-anomaly-libsvm' , version : ' 4.2.0 '
20+ implementation group : ' org.tribuo' , name : ' tribuo-clustering-kmeans' , version : ' 4.2.1 '
21+ implementation group : ' org.tribuo' , name : ' tribuo-regression-sgd' , version : ' 4.2.1 '
22+ implementation group : ' org.tribuo' , name : ' tribuo-anomaly-libsvm' , version : ' 4.2.1 '
2323 implementation group : ' commons-io' , name : ' commons-io' , version : ' 2.11.0'
2424 implementation ' software.amazon.randomcutforest:randomcutforest-parkservices:3.0-rc2.1'
2525 implementation ' software.amazon.randomcutforest:randomcutforest-core:3.0-rc2.1'
You can’t perform that action at this time.
0 commit comments