From 8f6123c7e1eb50eabcd4ba2716e12c840b81e694 Mon Sep 17 00:00:00 2001 From: Tim Besard Date: Wed, 8 Jan 2025 17:10:43 +0100 Subject: [PATCH] Blacklist FuncTransforms.jl https://github.com/chengchingwen/FuncTransforms.jl/issues/5 --- Packages.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Packages.toml b/Packages.toml index 5a8362ef..d0589733 100644 --- a/Packages.toml +++ b/Packages.toml @@ -57,9 +57,11 @@ skip = [ # illegal bswap "TiffImages", "TestImages", - # messing with edges + # messing with internals "Tricks", "ValSplit", + "FuncTransforms", + # requires specific environment "AWSS3", # AWS secrets