Skip to content

Commit 65443a8

Browse files
github-actions[bot]CompatHelper JuliaDatseris
authored
CompatHelper: bump compat for ForwardDiff to 1, (keep existing compat) (#233)
* CompatHelper: bump compat for ForwardDiff to 1, (keep existing compat) * Update Project.toml --------- Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> Co-authored-by: George Datseris <datseris.george@gmail.com>
1 parent 0ac9509 commit 65443a8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Project.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DynamicalSystemsBase"
22
uuid = "6e36e845-645a-534a-86f2-f5d4aa5a06b4"
33
repo = "https://github.com/JuliaDynamics/DynamicalSystemsBase.jl.git"
4-
version = "3.13.2"
4+
version = "3.13.3"
55

66
[deps]
77
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
@@ -15,8 +15,14 @@ StateSpaceSets = "40b095a5-5852-4c12-98c7-d43bf788e795"
1515
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1616
SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
1717

18+
[weakdeps]
19+
StochasticDiffEq = "789caeaf-c7a9-5a7d-9973-96adeb23e2a0"
20+
21+
[extensions]
22+
StochasticSystemsBase = "StochasticDiffEq"
23+
1824
[compat]
19-
ForwardDiff = "0.10"
25+
ForwardDiff = "0.10, 1"
2026
OrdinaryDiffEqTsit5 = "1.1"
2127
Reexport = "1"
2228
Roots = "1, 2"
@@ -26,9 +32,3 @@ Statistics = "1"
2632
StochasticDiffEq = "6.66.0"
2733
SymbolicIndexingInterface = "0.3.4"
2834
julia = "1.9"
29-
30-
[weakdeps]
31-
StochasticDiffEq = "789caeaf-c7a9-5a7d-9973-96adeb23e2a0"
32-
33-
[extensions]
34-
StochasticSystemsBase = "StochasticDiffEq"

0 commit comments

Comments
 (0)