File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
37
37
Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
38
38
RecursiveArrayTools = " 731186ca-8d62-57ce-b412-fbd966d074cd"
39
39
Reexport = " 189a3867-3050-52da-a836-e630ba90ab69"
40
- Requires = " ae029012-a4dd-5104-9daa-d747884805df"
41
40
SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
42
41
SparseDiffTools = " 47a9eef4-7e08-11e9-0b38-333d64bd3804"
43
42
StaticArrays = " 90137ffa-7385-5640-81b9-e52037218182"
@@ -90,14 +89,13 @@ PrecompileTools = "1"
90
89
ProgressMeter = " 1"
91
90
RecursiveArrayTools = " 2.31.1"
92
91
Reexport = " 1"
93
- Requires = " 1"
94
92
SparseDiffTools = " 2"
95
93
StaticArrays = " 1"
96
94
StatsBase = " 0.32, 0.33, 0.34"
97
95
StructTypes = " 1"
98
96
TensorCast = " 0.3.3, 0.4"
99
97
TimeZones = " 1.3.1"
100
- julia = " 1.8 "
98
+ julia = " 1.9 "
101
99
102
100
[extras ]
103
101
Graphs = " 86223c79-3864-5bf0-83f7-82e725a168b6"
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ module IncrementalInference
3
3
# @info "Multithreaded convolutions possible, Threads.nthreads()=$(Threads.nthreads()). See `addFactor!(.;threadmodel=MultiThreaded)`."
4
4
5
5
using Distributed
6
- using Requires
7
6
using Reexport
8
7
9
8
@reexport using Distributions
You can’t perform that action at this time.
0 commit comments