Skip to content

Commit 1ee6ddb

Browse files
author
Olcay Taner YILDIZ
committed
Updated Sampling and Math dependencies.
1 parent e786602 commit 1ee6ddb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Package.swift

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)