-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Description
The current upper bound on Static.jl
prevents the use of Measure Theory in my environment. In particular, the following combination of packages:
Status `/tmp/jl_fZXl7T/Project.toml`
[79e6a3ab] Adapt v3.6.2
⌅ [4fba245c] ArrayInterface v6.0.17
⌃ [2b5f629d] DiffEqBase v6.95.2
[eadaa1a4] MeasureTheory v0.18.4
[90137ffa] StaticArrays v1.6.2
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
Metadata
Metadata
Assignees
Labels
No labels