Skip to content

Commit 0c23113

Browse files
committed
adding compat bounds
1 parent 6316160 commit 0c23113

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Project.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ LinearMaps = "7a12625a-238d-50fd-b39a-03d52299707e"
1111
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
1212
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
1313

14+
[compat]
15+
DocStringExtensions = ">= 0.7.0"
16+
Optim = ">= 0.19"
17+
IterativeSolvers = ">= 0.8"
18+
Parameters = ">= 0.10"
19+
LinearMaps = ">= 2.5"
20+
julia = "^1.0.0"
21+
1422
[extras]
1523
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
1624
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"

0 commit comments

Comments
 (0)