Skip to content

Commit 5794200

Browse files
github-actions[bot]CompatHelper Julia
andauthored
CompatHelper: bump compat for SymPyPythonCall in [weakdeps] to 0.4, (keep existing compat) (#437)
Co-authored-by: CompatHelper Julia <[email protected]>
1 parent 3fade10 commit 5794200

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

Project.toml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,23 @@ uuid = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
33
version = "2.1.6"
44

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

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

17+
[extensions]
18+
RootsForwardDiffExt = "ForwardDiff"
19+
RootsIntervalRootFindingExt = "IntervalRootFinding"
20+
RootsSymPyExt = "SymPy"
21+
RootsSymPyPythonCallExt = "SymPyPythonCall"
22+
1723
[compat]
1824
Accessors = "0.1.33"
1925
Aqua = "0.8"
@@ -25,23 +31,16 @@ ForwardDiff = "0.10"
2531
IntervalRootFinding = "0.5"
2632
JSON = "0.21"
2733
Polynomials = "1,2,3,4"
34+
Printf = "<0.0.1, 1"
2835
SpecialFunctions = "1,2"
2936
Statistics = "1"
3037
SymPy = "1,2"
31-
SymPyPythonCall = "0.1, 0.2, 0.3, 1"
38+
SymPyPythonCall = "0.1, 0.2, 0.3, 1, 0.4"
39+
Test = "<0.0.1, 1"
3240
Unitful = "1"
3341
Zygote = "0.6"
34-
Test = "<0.0.1, 1"
35-
Printf = "<0.0.1, 1"
3642
julia = "1.6"
3743

38-
39-
[extensions]
40-
RootsForwardDiffExt = "ForwardDiff"
41-
RootsIntervalRootFindingExt = "IntervalRootFinding"
42-
RootsSymPyExt = "SymPy"
43-
RootsSymPyPythonCallExt = "SymPyPythonCall"
44-
4544
[extras]
4645
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
4746
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
@@ -59,4 +58,4 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
5958
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
6059

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

0 commit comments

Comments
 (0)