DTW method realization #517

Open
EjenY-Poltavchiny wants to merge 19 commits from mrFendel/ejeny_branch_ into dev
Showing only changes of commit d20e532c4f - Show all commits

View File

@ -10,7 +10,7 @@ plugins {
description = "Symja integration module" description = "Symja integration module"
dependencies { dependencies {
api("org.matheclipse:matheclipse-core:2.0.0-SNAPSHOT") { api("org.matheclipse:matheclipse-core:2.0.0") {
// Incorrect transitive dependencies // Incorrect transitive dependencies
exclude("org.apfloat", "apfloat") exclude("org.apfloat", "apfloat")
exclude("org.hipparchus", "hipparchus-clustering") exclude("org.hipparchus", "hipparchus-clustering")