From 2221f8471ef951a8885a8a227bafc62888bf3479 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 6 Mar 2023 00:27:03 +0000 Subject: [PATCH] CompatHelper: bump compat for IrrationalConstants to 0.2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 93b95098..f6bf1c45 100644 --- a/Project.toml +++ b/Project.toml @@ -40,7 +40,7 @@ FunctionChains = "0.1" IfElse = "0.1" IntervalSets = "0.7" InverseFunctions = "0.1.8" -IrrationalConstants = "0.1" +IrrationalConstants = "0.1, 0.2" LogExpFunctions = "0.3" LogarithmicNumbers = "1" MappedArrays = "0.4"