Skip to content

Commit eb1733c

Browse files
authored
fix: remove async algo package (#287)
1 parent a2594fa commit eb1733c

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

Package.resolved

Lines changed: 0 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ let package = Package(
3131
.package(
3232
url: "https://github.com/huggingface/swift-transformers", .upToNextMinor(from: "0.1.17")
3333
),
34-
.package(
35-
url: "https://github.com/apple/swift-async-algorithms", .upToNextMinor(from: "1.0.0")),
3634
.package(url: "https://github.com/1024jp/GzipSwift", "6.0.1" ... "6.0.1"), // Only needed by MLXMNIST
3735
],
3836
targets: [

0 commit comments

Comments
 (0)