@@ -13,16 +13,15 @@ let package = Package(
1313 ] ,
1414 dependencies: [
1515 . package ( name: " DataStructure " , url: " https://github.com/StarlangSoftware/DataStructure-Swift.git " , . exact( " 1.0.4 " ) ) ,
16- . package ( name: " Math " , url: " https://github.com/StarlangSoftware/Math-Swift.git " , . exact( " 1.0.10 " ) ) ,
17- . package ( name: " Sampling " , url: " https://github.com/StarlangSoftware/Sampling-Swift.git " , . exact( " 1.0.5 " ) ) ,
18- . package ( name: " Util " , url: " https://github.com/StarlangSoftware/Util-Swift.git " , . exact( " 1.0.6 " ) )
16+ . package ( name: " Math " , url: " https://github.com/StarlangSoftware/Math-Swift.git " , . exact( " 1.0.11 " ) ) ,
17+ . package ( name: " Sampling " , url: " https://github.com/StarlangSoftware/Sampling-Swift.git " , . exact( " 1.0.6 " ) ) ,
1918 ] ,
2019 targets: [
2120 // Targets are the basic building blocks of a package. A target can define a module or a test suite.
2221 // Targets can depend on other targets in this package, and on products in packages which this package depends on.
2322 . target(
2423 name: " Classification " ,
25- dependencies: [ " DataStructure " , " Math " , " Sampling " , " Util " ] ) ,
24+ dependencies: [ " DataStructure " , " Math " , " Sampling " ] ) ,
2625 . testTarget(
2726 name: " ClassificationTests " ,
2827 dependencies: [ " Classification " ] ) ,
0 commit comments