File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 99 strategy :
1010 matrix :
1111 version :
12- - ' 1.0'
1312 - ' 1.4'
13+ - ' 1.6'
1414 - ' nightly'
1515 os :
1616 - ubuntu-latest
3636 - uses : actions/checkout@v2
3737 - uses : julia-actions/setup-julia@v1
3838 with :
39- version : ' 1.0 '
39+ version : ' 1.6 '
4040 - run : |
4141 julia --project=docs -e '
4242 using Pkg
Original file line number Diff line number Diff line change 11name = " StructuredOptimization"
22uuid = " 46cd3e9d-64ff-517d-a929-236bc1a1fc9d"
3- version = " 0.2.3 "
3+ version = " 0.3.0 "
44
55[deps ]
66AbstractOperators = " d9c5613a-d543-52d8-9afd-8f241a8c3f1c"
@@ -12,13 +12,13 @@ ProximalOperators = "a725b495-10eb-56fe-b38b-717eba820537"
1212RecursiveArrayTools = " 731186ca-8d62-57ce-b412-fbd966d074cd"
1313
1414[compat ]
15- AbstractOperators = " ≥ 0.1.0 "
16- DSP = " ≥ 0.5.1"
17- FFTW = " ≥ 0.2.4"
18- ProximalAlgorithms = " ≥ 0.3.0 "
19- ProximalOperators = " ≥ 0.8.0 "
20- RecursiveArrayTools = " ≥ 0.18.0 "
21- julia = " 1.0.0 "
15+ AbstractOperators = " 0.1 - 0.2 "
16+ DSP = " 0.5.1 - 0.6 "
17+ FFTW = " 0.2.4 - 1 "
18+ ProximalAlgorithms = " 0.3 - 0.4 "
19+ ProximalOperators = " 0.8 - 0.14 "
20+ RecursiveArrayTools = " 0.18 - 2 "
21+ julia = " 1.4 "
2222
2323[extras ]
2424LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
You can’t perform that action at this time.
0 commit comments