We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f9ec9a + 92946f0 commit 5f502abCopy full SHA for 5f502ab
.buildkite/pipeline.yml
@@ -2,7 +2,7 @@ steps:
2
- label: "Julia 1"
3
plugins:
4
- JuliaCI/julia#v1:
5
- version: "1.5"
+ version: "1"
6
- JuliaCI/julia-test#v1:
7
coverage: false # 1000x slowdown
8
agents:
Project.toml
@@ -36,7 +36,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
36
[compat]
37
Adapt = "2.0, 3.0"
38
ArrayInterface = "3.1"
39
-CUDA = "2.0, 3.0"
+CUDA = "3.0"
40
Cuba = "2.1.0"
41
Cubature = "1.5.1"
42
DiffEqBase = "6"
@@ -45,7 +45,7 @@ DiffEqNoiseProcess = "5.1"
45
DiffEqSensitivity = "6.5"
46
Distributions = "0.23, 0.24, 0.25"
47
DocStringExtensions = "0.8"
48
-Flux = "0.10.1, 0.11, < 0.12.5"
+Flux = "0.12.6"
49
ForwardDiff = "0.10"
50
GalacticOptim = "1, 2"
51
IfElse = "0.1"
0 commit comments