Skip to content

Commit

Permalink
Update Functors version bound
Browse files Browse the repository at this point in the history
  • Loading branch information
oschulz committed Jan 20, 2025
1 parent 250a969 commit bf65463
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Folds = "0.2"
ForwardDiff = "0.10"
ForwardDiffPullbacks = "0.1.1, 0.2"
FunctionChains = "0.1.4"
Functors = "0.2, 0.3, 0.4"
Functors = "0.2, 0.3, 0.4, 0.5"
HDF5 = "0.15, 0.16, 0.17"
HeterogeneousComputing = "0.2"
HypothesisTests = "0.10, 0.11"
Expand Down
2 changes: 1 addition & 1 deletion src/BAT.jl
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ using DomainSets: UnitInterval, UnitCube, Rectangle, FullSpace, RealNumbers

using ChainRulesCore: AbstractTangent, Tangent, NoTangent, ZeroTangent, AbstractThunk, unthunk

using Functors: fmap, @functor
using Functors: fmap

# For Dual specializations:
import ForwardDiff
Expand Down

0 comments on commit bf65463

Please sign in to comment.