From 27de8211d698dc675d26b6f025bef062905d9f9d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 2 Nov 2022 01:48:47 +0000 Subject: [PATCH] CompatHelper: bump compat for FastGaussQuadrature to 0.5, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 6d5f48c..b9bc531 100644 --- a/Project.toml +++ b/Project.toml @@ -31,15 +31,15 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" AbstractTrees = "0.3, 0.4" Combinatorics = "1" DataFrames = "1.0" -FastGaussQuadrature = "0.4" +FastGaussQuadrature = "0.4, 0.5" Graphs = "1" JLD2 = "0.4" MPI = "0.16, 0.19, 0.20" Measurements = "2" Parameters = "0.12" ProgressMeter = "1" +PythonCall = "0.9" Quadmath = "0.5" Reexport = "1" StaticArrays = "1.0" -PythonCall = "0.9" julia = "1.6"