File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
3737Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
3838RecursiveArrayTools = " 731186ca-8d62-57ce-b412-fbd966d074cd"
3939Reexport = " 189a3867-3050-52da-a836-e630ba90ab69"
40- Requires = " ae029012-a4dd-5104-9daa-d747884805df"
4140SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
4241SparseDiffTools = " 47a9eef4-7e08-11e9-0b38-333d64bd3804"
4342StaticArrays = " 90137ffa-7385-5640-81b9-e52037218182"
@@ -90,14 +89,13 @@ PrecompileTools = "1"
9089ProgressMeter = " 1"
9190RecursiveArrayTools = " 2.31.1"
9291Reexport = " 1"
93- Requires = " 1"
9492SparseDiffTools = " 2"
9593StaticArrays = " 1"
9694StatsBase = " 0.32, 0.33, 0.34"
9795StructTypes = " 1"
9896TensorCast = " 0.3.3, 0.4"
9997TimeZones = " 1.3.1"
100- julia = " 1.8 "
98+ julia = " 1.9 "
10199
102100[extras ]
103101Graphs = " 86223c79-3864-5bf0-83f7-82e725a168b6"
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ module IncrementalInference
33# @info "Multithreaded convolutions possible, Threads.nthreads()=$(Threads.nthreads()). See `addFactor!(.;threadmodel=MultiThreaded)`."
44
55using Distributed
6- using Requires
76using Reexport
87
98@reexport using Distributions
You can’t perform that action at this time.
0 commit comments