Skip to content
Snippets Groups Projects
Commit a23a1d1c authored by Mingchung Xia's avatar Mingchung Xia
Browse files

Set exact similarity-topology version

parent c3e38281
No related branches found
No related tags found
1 merge request!13HNSW Implementation with Testcases
......@@ -11,14 +11,16 @@ let package = Package(
products: [
.library(
name: "SwiftNLP",
targets: ["SwiftNLP"]),
targets: ["SwiftNLP"]
),
.executable(
name: "SwiftNLPVisualizer",
targets: ["SwiftNLPVisualizer"]),
targets: ["SwiftNLPVisualizer"]
),
],
dependencies: [
.package(url: "https://github.com/L1MeN9Yu/Elva", .upToNextMajor(from: "2.1.3")),
.package(url: "https://github.com/JadenGeller/similarity-topology", .upToNextMajor(from: "0.1.14")),
.package(url: "https://github.com/JadenGeller/similarity-topology", .exact("0.1.14")),
.package(url: "https://github.com/Jounce/Surge.git", .upToNextMajor(from: "2.0.0")),
],
targets: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment