@@ -3,17 +3,23 @@ uuid = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
3
3
version = " 2.1.6"
4
4
5
5
[deps ]
6
+ Accessors = " 7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
6
7
ChainRulesCore = " d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
7
8
CommonSolve = " 38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
8
9
Printf = " de0858da-6303-5e67-8744-51eddeeeb8d7"
9
- Accessors = " 7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
10
10
11
11
[weakdeps ]
12
12
ForwardDiff = " f6369f11-7733-5829-9624-2563aa707210"
13
13
IntervalRootFinding = " d2bf35a9-74e0-55ec-b149-d360ff49b807"
14
14
SymPy = " 24249f21-da20-56a4-8eb1-6a02cf4ae2e6"
15
15
SymPyPythonCall = " bc8888f7-b21e-4b7c-a06a-5d9c9496438c"
16
16
17
+ [extensions ]
18
+ RootsForwardDiffExt = " ForwardDiff"
19
+ RootsIntervalRootFindingExt = " IntervalRootFinding"
20
+ RootsSymPyExt = " SymPy"
21
+ RootsSymPyPythonCallExt = " SymPyPythonCall"
22
+
17
23
[compat ]
18
24
Accessors = " 0.1.33"
19
25
Aqua = " 0.8"
@@ -25,23 +31,16 @@ ForwardDiff = "0.10"
25
31
IntervalRootFinding = " 0.5"
26
32
JSON = " 0.21"
27
33
Polynomials = " 1,2,3,4"
34
+ Printf = " <0.0.1, 1"
28
35
SpecialFunctions = " 1,2"
29
36
Statistics = " 1"
30
37
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"
32
40
Unitful = " 1"
33
41
Zygote = " 0.6"
34
- Test = " <0.0.1, 1"
35
- Printf = " <0.0.1, 1"
36
42
julia = " 1.6"
37
43
38
-
39
- [extensions ]
40
- RootsForwardDiffExt = " ForwardDiff"
41
- RootsIntervalRootFindingExt = " IntervalRootFinding"
42
- RootsSymPyExt = " SymPy"
43
- RootsSymPyPythonCallExt = " SymPyPythonCall"
44
-
45
44
[extras ]
46
45
Aqua = " 4c88cf16-eb10-579e-8560-4a9242c79595"
47
46
BenchmarkTools = " 6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
@@ -59,4 +58,4 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
59
58
Zygote = " e88e6eb3-aa80-5325-afca-941959d7151f"
60
59
61
60
[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