JuliaTopOpt / TopOpt.jl

A package for binary and continuous, single and multi-material, truss and continuum, 2D and 3D topology optimization on unstructured meshes using automatic differentiation in Julia.
https://juliatopopt.github.io/TopOpt.jl/
Other
183 stars 30 forks source link

ForwardDiff upper bound #149

Closed mohamed82008 closed 1 year ago

mohamed82008 commented 1 year ago

ForwardDiff 0.10.35 made StaticArrays an optional dependency which broke AbstractDifferentiation which broke our CI. Upper bounding it for now until it's fixed upstream.