From baf140141844f98c9139322cad3906cda8817c9a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Nov 2020 19:56:32 +0000 Subject: [PATCH] CompatHelper: bump compat for "SpecialFunctions" to "1.0" (#36) * CompatHelper: bump compat for "SpecialFunctions" to "1.0" * Update Project.toml Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sheehan Olver --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index b0f4212..9ab8a84 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "HypergeometricFunctions" uuid = "34004b35-14d8-5ef3-9330-4cdb6864b03a" -version = "0.3.4" +version = "0.3.5" [deps] DualNumbers = "fa6b7ba4-c1ee-5f82-b5fc-ecf0adba8f74" @@ -9,6 +9,6 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] -DualNumbers = "0.5, 0.6, 0.7" -SpecialFunctions = "0.7, 0.8, 0.9, 0.10" +DualNumbers = "0.6.3, 0.7" +SpecialFunctions = "0.7, 0.8, 0.9, 0.10, 1.0" julia = "1"