pin gzip dependency (#87)
- later versions have compile issues: https://github.com/1024jp/GzipSwift/issues/65 fixes: https://github.com/ml-explore/mlx-swift-examples/issues/85
This commit is contained in:
@@ -17,7 +17,7 @@ let package = Package(
|
||||
dependencies: [
|
||||
.package(url: "https://github.com/ml-explore/mlx-swift", from: "0.12.1"),
|
||||
.package(url: "https://github.com/huggingface/swift-transformers", from: "0.1.8"),
|
||||
.package(url: "https://github.com/1024jp/GzipSwift", from: "6.0.1"),
|
||||
.package(url: "https://github.com/1024jp/GzipSwift", "6.0.1" ... "6.0.1"),
|
||||
.package(url: "https://github.com/apple/swift-async-algorithms", from: "1.0.0"),
|
||||
],
|
||||
targets: [
|
||||
|
||||
Reference in New Issue
Block a user