From 29b00205da1b851f3416845d4c97b1430d3a39eb Mon Sep 17 00:00:00 2001 From: Simone Carlo Surace Date: Mon, 12 Feb 2024 16:24:49 +0100 Subject: [PATCH] Remove compat bounds from test project --- test/Project.toml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/test/Project.toml b/test/Project.toml index 27e5552d..1a1c876c 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -11,18 +11,3 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" - -[compat] -Distributions = "0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25" -Documenter = "1" -FillArrays = "0.11, 0.12, 0.13, 1" -FiniteDifferences = "0.9.6, 0.10, 0.11, 0.12" -LinearAlgebra = "1" -PDMats = "0.11" -Pkg = "1" -Plots = "1" -Random = "1" -Statistics = "1" -Zygote = "0.5, 0.6" -Test = "1" -julia = "1.6"