Skip to content

Commit 7869e5e

Browse files
authored
Fix interpolations compat
having a compat with no upper bound is bad.
1 parent 3d4cc19 commit 7869e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
1010

1111
[compat]
1212
julia = "0.7, 1"
13-
Interpolations = "0.14.3"
13+
Interpolations = "0.14.3, 0.15, 0.16"
1414

1515
[extras]
1616
HCubature = "19dc6840-f33b-545b-b366-655c7e3ffd49"

0 commit comments

Comments
 (0)