File tree Expand file tree Collapse file tree 3 files changed +9
-18
lines changed Expand file tree Collapse file tree 3 files changed +9
-18
lines changed Original file line number Diff line number Diff line change 8
8
JULIA_PKG_PRECOMPILE_AUTO : false
9
9
jobs :
10
10
test :
11
- name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
12
- runs-on : ${{ matrix.os }}
13
- strategy :
14
- fail-fast : false
15
- matrix :
16
- version :
17
- - ' 1.8'
18
- os :
19
- - ubuntu-latest
20
- arch :
21
- - x64
11
+ name : Test for Release
12
+ runs-on : ubuntu-latest
22
13
steps :
23
14
- uses : actions/checkout@v3
24
15
- uses : julia-actions/setup-julia@v1
25
16
with :
26
- version : ${{ matrix.version }}
27
- arch : ${{ matrix.arch }}
17
+ version : 1
28
18
- run : |
29
19
# Set up registries
30
20
julia --project=@. -e '
Original file line number Diff line number Diff line change 1
1
name = " QuantumControl"
2
2
uuid = " 8a270532-f23f-47a8-83a9-b33d10cad486"
3
3
authors = [" Michael Goerz <mail@michaelgoerz.net>" ]
4
- version = " 0.8.1+dev "
4
+ version = " 0.8.2 "
5
5
6
6
[deps ]
7
7
FileIO = " 5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
@@ -19,10 +19,10 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
19
19
[compat ]
20
20
FileIO = " 1"
21
21
FiniteDifferences = " 0.12"
22
- GRAPE = " >= 0.5.5 "
22
+ GRAPE = " 0.5.7 "
23
23
JLD2 = " 0.4"
24
- Krotov = " >= 0.5.4 "
25
- QuantumControlBase = " >= 0.8.4 "
26
- QuantumPropagators = " >=0.6.1 "
24
+ Krotov = " 0.5.5 "
25
+ QuantumControlBase = " 0.8.5 "
26
+ QuantumPropagators = " 0.7.2 "
27
27
Zygote = " 0.6"
28
28
julia = " 1.9"
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
23
23
Literate = " 98b081ad-f1c9-55d3-8b20-4c87d4299306"
24
24
LiveServer = " 16fef848-5104-11e9-1b77-fb7a48bbb589"
25
25
LocalCoverage = " 5f6e1e16-694c-5876-87ef-16b5274f298e"
26
+ Logging = " 56ddb016-857b-54e1-b83d-db4d58db5568"
26
27
Optim = " 429524aa-4258-5aef-a3af-852621145aeb"
27
28
Pkg = " 44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
28
29
Plots = " 91a5bcdd-55d7-5caf-9e0b-520d859cae80"
You can’t perform that action at this time.
0 commit comments