You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
force the outdated ArrayInterfaceStaticArrays extension to be loaded, because newer versions of DiffEqBase require Static > 0.7. This causes a warning (below) on 1.9, which in fact has been turned into an error in 1.10 meaning that the environment no longer works precompiles on 1.10:
Bumping the Static.jl compat to 0.8 (#245), fixing any breaking changes?, would fix these issues
The text was updated successfully, but these errors were encountered:
Hi @gaurav-arya , yes we need to move this forward. But we can't just bump the Static version, we'll also need to update to depend on the newest MeasureBase.jl (any MB older than 0.14 depends on older Static.jl). MeasureBase has been moving forward quickly, and we need MT to catch up. This is a high priority for this package; we'll try to make progress on this in the next short while.
The current upper bound on
Static.jl
prevents the use of Measure Theory in my environment. In particular, the following combination of packages:force the outdated
ArrayInterfaceStaticArrays
extension to be loaded, because newer versions ofDiffEqBase
require Static > 0.7. This causes a warning (below) on 1.9, which in fact has been turned into an error in 1.10 meaning that the environment no longerworksprecompiles on 1.10:Bumping the Static.jl compat to 0.8 (#245), fixing any breaking changes?, would fix these issues
The text was updated successfully, but these errors were encountered: