Skip to content

Commit 1fd4654

Browse files
authored
Update requirements (#34)
1 parent 6ada307 commit 1fd4654

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
strategy:
1010
matrix:
1111
version:
12-
- '1.0'
1312
- '1.4'
13+
- '1.6'
1414
- 'nightly'
1515
os:
1616
- ubuntu-latest
@@ -36,7 +36,7 @@ jobs:
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

Project.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "StructuredOptimization"
22
uuid = "46cd3e9d-64ff-517d-a929-236bc1a1fc9d"
3-
version = "0.2.3"
3+
version = "0.3.0"
44

55
[deps]
66
AbstractOperators = "d9c5613a-d543-52d8-9afd-8f241a8c3f1c"
@@ -12,13 +12,13 @@ ProximalOperators = "a725b495-10eb-56fe-b38b-717eba820537"
1212
RecursiveArrayTools = "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]
2424
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

0 commit comments

Comments
 (0)