From 25d35bb3f54ff007382a24cc52cd8ad75afd8911 Mon Sep 17 00:00:00 2001 From: Sathvik Bhagavan Date: Wed, 20 Sep 2023 06:01:00 +0000 Subject: [PATCH] build: bump compat for `ExtendableSparse` --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 04172e137..b5949bc6e 100644 --- a/Project.toml +++ b/Project.toml @@ -16,7 +16,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] Distributions = "0.21, 0.22, 0.23, 0.24, 0.25" -ExtendableSparse = "0.4, 0.5, 0.6" +ExtendableSparse = "1" Flux = "0.12, 0.13" GLM = "1.3" IterativeSolvers = "0.9"