Skip to content

Commit b929457

Browse files
authored
Do not load StaticArrays in ForwardDiff backend (#75)
1 parent eb5d913 commit b929457

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "AbstractDifferentiation"
22
uuid = "c29ec348-61ec-40c8-8164-b8c60e9d9f3d"
33
authors = ["Mohamed Tarek <mohamed82008@gmail.com> and contributors"]
4-
version = "0.4.3"
4+
version = "0.4.4"
55

66
[deps]
77
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"

src/forwarddiff.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using .ForwardDiff: ForwardDiff, DiffResults, StaticArrays
1+
using .ForwardDiff: ForwardDiff, DiffResults
22

33
"""
44
ForwardDiffBackend{CS}

0 commit comments

Comments
 (0)