Skip to content

Commit

Permalink
CompatHelper: bump compat for SymPyPythonCall in [weakdeps] to 0.4, (…
Browse files Browse the repository at this point in the history
…keep existing compat) (#437)

Co-authored-by: CompatHelper Julia <[email protected]>
  • Loading branch information
github-actions[bot] and CompatHelper Julia authored Aug 4, 2024
1 parent 3fade10 commit 5794200
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,23 @@ uuid = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
version = "2.1.6"

[deps]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"

[weakdeps]
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
IntervalRootFinding = "d2bf35a9-74e0-55ec-b149-d360ff49b807"
SymPy = "24249f21-da20-56a4-8eb1-6a02cf4ae2e6"
SymPyPythonCall = "bc8888f7-b21e-4b7c-a06a-5d9c9496438c"

[extensions]
RootsForwardDiffExt = "ForwardDiff"
RootsIntervalRootFindingExt = "IntervalRootFinding"
RootsSymPyExt = "SymPy"
RootsSymPyPythonCallExt = "SymPyPythonCall"

[compat]
Accessors = "0.1.33"
Aqua = "0.8"
Expand All @@ -25,23 +31,16 @@ ForwardDiff = "0.10"
IntervalRootFinding = "0.5"
JSON = "0.21"
Polynomials = "1,2,3,4"
Printf = "<0.0.1, 1"
SpecialFunctions = "1,2"
Statistics = "1"
SymPy = "1,2"
SymPyPythonCall = "0.1, 0.2, 0.3, 1"
SymPyPythonCall = "0.1, 0.2, 0.3, 1, 0.4"
Test = "<0.0.1, 1"
Unitful = "1"
Zygote = "0.6"
Test = "<0.0.1, 1"
Printf = "<0.0.1, 1"
julia = "1.6"


[extensions]
RootsForwardDiffExt = "ForwardDiff"
RootsIntervalRootFindingExt = "IntervalRootFinding"
RootsSymPyExt = "SymPy"
RootsSymPyPythonCallExt = "SymPyPythonCall"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Expand All @@ -59,4 +58,4 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[targets]
test = ["Aqua", "ChainRulesTestUtils", "JSON", "SpecialFunctions", "Statistics", "Test", "BenchmarkTools", "ForwardDiff", "Polynomials", "Unitful", "Zygote"] #, "IntervalRootFinding"]
test = ["Aqua", "ChainRulesTestUtils", "JSON", "SpecialFunctions", "Statistics", "Test", "BenchmarkTools", "ForwardDiff", "Polynomials", "Unitful", "Zygote"]

0 comments on commit 5794200

Please sign in to comment.