Skip to content

Commit d28ee90

Browse files
Update Package.swift
Update to be compatible with SwiftTransformers until this PR is merged huggingface/swift-transformers#179
1 parent 75d7250 commit d28ee90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ let package = Package(
2222
targets: ["SentencepieceTokenizer"]),
2323
],
2424
dependencies: [
25-
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.5.0")
25+
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.4.0")
2626
],
2727
targets: [
2828
.executableTarget(

0 commit comments

Comments
 (0)