Skip to content

Commit ebdf613

Browse files
Merge pull request #208 from SciML/compathelper/new_version/2020-12-21-12-31-59-863-485315099
CompatHelper: bump compat for "Zygote" to "0.6"
2 parents 3714616 + 469843c commit ebdf613

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Project.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ version = "3.1.0"
66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
88
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
9+
Cuba = "8a292aeb-7a57-582c-b821-06e4c11590b1"
10+
Cubature = "667455a9-e2ce-5579-9412-b964f529a492"
911
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
1012
DiffEqFlux = "aae7a2af-3d4f-5e19-a356-7da93b79d9d0"
1113
DiffEqNoiseProcess = "77a26b50-5914-5dd7-bc55-306e6241c503"
@@ -17,21 +19,21 @@ GalacticOptim = "a75be94c-b780-496d-a8a9-0878b188d577"
1719
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1820
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
1921
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
22+
Quadrature = "67601950-bd08-11e9-3c89-fd23fb4432d2"
23+
QuasiMonteCarlo = "8a4e6c94-4038-4cdc-81c3-7e6ffdb2a71b"
2024
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
2125
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
26+
RuntimeGeneratedFunctions = "7e49a35a-f44a-4d26-94aa-eba1b4ca6b47"
2227
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
2328
StochasticDiffEq = "789caeaf-c7a9-5a7d-9973-96adeb23e2a0"
2429
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
2530
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
26-
Quadrature = "67601950-bd08-11e9-3c89-fd23fb4432d2"
27-
Cubature = "667455a9-e2ce-5579-9412-b964f529a492"
28-
Cuba = "8a292aeb-7a57-582c-b821-06e4c11590b1"
29-
RuntimeGeneratedFunctions = "7e49a35a-f44a-4d26-94aa-eba1b4ca6b47"
30-
QuasiMonteCarlo = "8a4e6c94-4038-4cdc-81c3-7e6ffdb2a71b"
3131

3232
[compat]
3333
Adapt = "2.0"
3434
CUDA = "1.2, 2.0"
35+
Cuba = "2.1.0"
36+
Cubature = "1.5.1"
3537
DiffEqBase = "6"
3638
DiffEqFlux = "1.21"
3739
DiffEqNoiseProcess = "5.1"
@@ -42,15 +44,13 @@ ForwardDiff = "0.10"
4244
GalacticOptim = "0.3, 0.4"
4345
ModelingToolkit = "4"
4446
Optim = "1.0"
47+
Quadrature = "1.5"
48+
QuasiMonteCarlo = "0.2.1"
4549
Reexport = "0.2"
50+
RuntimeGeneratedFunctions = "0.4"
4651
StochasticDiffEq = "6.13"
4752
Tracker = "0.2"
48-
Zygote = "0.5"
49-
Quadrature = "1.5"
50-
Cubature = "1.5.1"
51-
Cuba = "2.1.0"
52-
RuntimeGeneratedFunctions = "0.4"
53-
QuasiMonteCarlo = "0.2.1"
53+
Zygote = "0.5, 0.6"
5454
julia = "1.5"
5555

5656
[extras]

0 commit comments

Comments
 (0)