@@ -9,6 +9,7 @@ ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
9
9
Bijections = " e2ed5e7c-b2de-5872-ae92-c73ca462fb04"
10
10
ChainRulesCore = " d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
11
11
Combinatorics = " 861a8166-3701-5b0c-9a16-15d98fcdc6aa"
12
+ ConcurrentUtilities = " f0e56b4a-5159-44fe-b623-3e5288b988bb"
12
13
ConstructionBase = " 187b0558-2788-49d3-abe0-74a17ed4e7c9"
13
14
DataStructures = " 864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
14
15
DocStringExtensions = " ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
@@ -20,6 +21,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
20
21
MacroTools = " 1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
21
22
Moshi = " 2e0e35c7-a2e4-4343-998d-7ef72827ed2d"
22
23
MultivariatePolynomials = " 102ac46a-7ee4-5c85-9060-abc95bfdeaa3"
24
+ MutableArithmetics = " d8a4904e-b15c-11e9-3269-09a3773c0cb0"
23
25
NaNMath = " 77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
24
26
ReadOnlyArrays = " 988b38a3-91fc-5605-94a2-ee2116b3bd83"
25
27
ReadOnlyDicts = " 795d4caa-f5a7-4580-b5d8-c01d53451803"
@@ -48,8 +50,9 @@ ArrayInterface = "7.8"
48
50
Bijections = " 0.1.2, 0.2"
49
51
ChainRulesCore = " 1"
50
52
Combinatorics = " 1.0"
53
+ ConcurrentUtilities = " 2.5.0"
51
54
ConstructionBase = " 1.5.7"
52
- DataStructures = " 0.18 "
55
+ DataStructures = " 0.19 "
53
56
DocStringExtensions = " 0.8, 0.9"
54
57
DynamicPolynomials = " 0.5, 0.6"
55
58
EnumX = " 1.0.5"
@@ -58,6 +61,7 @@ LabelledArrays = "1.5"
58
61
MacroTools = " 0.5.16"
59
62
Moshi = " 0.3.6"
60
63
MultivariatePolynomials = " 0.5"
64
+ MutableArithmetics = " 1.6.4"
61
65
NaNMath = " 0.3, 1.1.2"
62
66
OhMyThreads = " 0.7"
63
67
ReadOnlyArrays = " 0.2.0"
@@ -91,3 +95,8 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
91
95
92
96
[targets ]
93
97
test = [" BenchmarkTools" , " Documenter" , " LabelledArrays" , " Pkg" , " PkgBenchmark" , " Random" , " ReferenceTests" , " ReverseDiff" , " SafeTestsets" , " Test" , " Zygote" , " OhMyThreads" , " RuntimeGeneratedFunctions" ]
98
+
99
+ [sources ]
100
+ DynamicPolynomials = {url = " https://github.com/AayushSabharwal/DynamicPolynomials.jl" , rev = " as/new-poly-merge" }
101
+ MultivariatePolynomials = {url = " https://github.com/AayushSabharwal/MultivariatePolynomials.jl" , rev = " as/poly-merge-nonconcrete" }
102
+ MutableArithmetics = {url = " https://github.com/AayushSabharwal/MutableArithmetics.jl" , rev =" as+bl/simplify_promote_type_fallback" }
0 commit comments