From 38c46cf8fab754fa77523c4647623b7c7dd352af Mon Sep 17 00:00:00 2001 From: David Widmann Date: Tue, 23 Aug 2022 19:24:15 +0200 Subject: [PATCH] Support Functors 0.3 (#231) --- Project.toml | 4 ++-- test/Project.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 162f651e..6b478a12 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Bijectors" uuid = "76274a88-744f-5084-9051-94815aaf08c4" -version = "0.10.3" +version = "0.10.4" [deps] ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197" @@ -27,7 +27,7 @@ ChainRulesCore = "0.10.11, 1" ChangesOfVariables = "0.1" Compat = "3, 4" Distributions = "0.23.3, 0.24, 0.25" -Functors = "0.1, 0.2" +Functors = "0.1, 0.2, 0.3" InverseFunctions = "0.1" IrrationalConstants = "0.1" LogExpFunctions = "0.3.3" diff --git a/test/Project.toml b/test/Project.toml index 82d08ffc..9840609d 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -22,7 +22,7 @@ Combinatorics = "1.0.2" DistributionsAD = "0.6.3" FiniteDifferences = "0.11, 0.12" ForwardDiff = "0.10.12" -Functors = "0.1, 0.2" +Functors = "0.1, 0.2, 0.3" InverseFunctions = "0.1" LogExpFunctions = "0.3.1" ReverseDiff = "1.4.2"