We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f823e0b commit 96221ffCopy full SHA for 96221ff
Project.toml
@@ -29,7 +29,7 @@ Tricks = "410a4b4d-49e4-4fbc-ab6d-cb71b17b3775"
29
[compat]
30
ChainRulesCore = "1"
31
ChangesOfVariables = "0.1.3"
32
-Compat = "3.35, 4"
+Compat = "3.36, 4"
33
ConstructionBase = "1.3"
34
DensityInterface = "0.4"
35
FillArrays = "0.12, 0.13"
src/MeasureBase.jl
@@ -46,7 +46,7 @@ include("insupport.jl")
46
47
abstract type AbstractMeasure end
48
49
-using Static: @constprop
+using Compat: @constprop
50
51
function Pretty.quoteof(d::M) where {M<:AbstractMeasure}
52
the_names = fieldnames(typeof(d))
0 commit comments