Skip to content

Commit c57f6d0

Browse files
authored
Fix compats for MeasureBase and drop Julia v1.3 (#139)
1 parent 3ac1af5 commit c57f6d0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Project.toml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MeasureBase"
22
uuid = "fa1605e6-acd5-459c-a1e6-7e635759db14"
33
authors = ["Chad Scherrer <[email protected]> and contributors"]
4-
version = "0.14.7"
4+
version = "0.14.8"
55

66
[deps]
77
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
@@ -41,14 +41,17 @@ IfElse = "0.1"
4141
IntervalSets = "0.7"
4242
InverseFunctions = "0.1.8"
4343
IrrationalConstants = "0.1, 0.2"
44+
LinearAlgebra = "1"
4445
LogExpFunctions = "0.3"
4546
LogarithmicNumbers = "1"
4647
MappedArrays = "0.4"
4748
NaNMath = "0.3, 1"
4849
PrettyPrinting = "0.3, 0.4"
50+
Random = "1"
4951
Reexport = "1"
5052
SpecialFunctions = "2"
5153
Static = "0.8"
5254
Statistics = "1"
55+
Test = "1"
5356
Tricks = "0.1"
54-
julia = "1.3"
57+
julia = "1.6"

0 commit comments

Comments
 (0)