Skip to content

Commit 5f502ab

Browse files
Merge pull request #351 from SciML/ChrisRackauckas-patch-1
Bump Flux
2 parents 8f9ec9a + 92946f0 commit 5f502ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ steps:
22
- label: "Julia 1"
33
plugins:
44
- JuliaCI/julia#v1:
5-
version: "1.5"
5+
version: "1"
66
- JuliaCI/julia-test#v1:
77
coverage: false # 1000x slowdown
88
agents:

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
3636
[compat]
3737
Adapt = "2.0, 3.0"
3838
ArrayInterface = "3.1"
39-
CUDA = "2.0, 3.0"
39+
CUDA = "3.0"
4040
Cuba = "2.1.0"
4141
Cubature = "1.5.1"
4242
DiffEqBase = "6"
@@ -45,7 +45,7 @@ DiffEqNoiseProcess = "5.1"
4545
DiffEqSensitivity = "6.5"
4646
Distributions = "0.23, 0.24, 0.25"
4747
DocStringExtensions = "0.8"
48-
Flux = "0.10.1, 0.11, < 0.12.5"
48+
Flux = "0.12.6"
4949
ForwardDiff = "0.10"
5050
GalacticOptim = "1, 2"
5151
IfElse = "0.1"

0 commit comments

Comments
 (0)