From ee06ba4e898b9df53f2410027d20b250fbc41e45 Mon Sep 17 00:00:00 2001 From: David Widmann Date: Mon, 20 Feb 2023 23:25:19 +0100 Subject: [PATCH] Support IrrationalConstants 0.2 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index a897f7f..a3f3dcb 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "DiffRules" uuid = "b552c78f-8df3-52c6-915a-8e097449b14b" -version = "1.12.2" +version = "1.13.0" [deps] IrrationalConstants = "92d709cd-6900-40b7-9082-c6be49f344b6" @@ -10,7 +10,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" [compat] -IrrationalConstants = "0.1.1" +IrrationalConstants = "0.1.1, 0.2" LogExpFunctions = "0.3.2" NaNMath = "0.3, 1" SpecialFunctions = "0.10, 1.0, 2"