From 60bf2d37be51f5f5243b2cf90fd472ef101916b7 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 15 Nov 2024 01:24:48 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Metal in [weakdeps] at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 278a277..f61ad42 100644 --- a/Project.toml +++ b/Project.toml @@ -22,6 +22,7 @@ MetalExt = "Metal" BytePairEncoding = "0.5" Distributions = "0.25" Flux = "0.14" +Metal = "1" NNlib = "0.9" SafeTensors = "1" StatsBase = "0.34"