File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
demonstrations_v2/tutorial_rl_pulse Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ concurrency:
10
10
11
11
jobs :
12
12
build_dev :
13
- uses : PennyLaneAI/qml/.github/workflows/v2-build-demos.yml@dev
13
+ uses : PennyLaneAI/qml/.github/workflows/v2-build-demos.yml@sync-constraints-post-release
14
14
with :
15
- ref : dev
15
+ ref : sync-constraints-post-release
16
16
dev : true
17
- save-artifact : true
17
+ save-artifact : false
18
18
artifact-name : build-branch-dev
19
19
artifact-retention : 3
20
20
keep-going : false
Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ concurrency:
10
10
11
11
jobs :
12
12
build_master :
13
- uses : PennyLaneAI/qml/.github/workflows/v2-build-demos.yml@master
13
+ uses : PennyLaneAI/qml/.github/workflows/v2-build-demos.yml@sync-constraints-post-release
14
14
with :
15
- ref : master
15
+ ref : sync-constraints-post-release
16
16
dev : false
17
- save-artifact : true
17
+ save-artifact : false
18
18
artifact-name : build-branch-master
19
19
artifact-retention : 3
20
- keep-going : false
20
+ keep-going : true
21
21
quiet : false
22
22
batch_size : 10
Original file line number Diff line number Diff line change 1
- flax==0.9.0
1
+ flax==0.10.6
2
2
optax
3
3
qutip==4.7.3
4
4
scipy<1.12 # required by qutip
You can’t perform that action at this time.
0 commit comments