Skip to content

Commit 1bbaaf8

Browse files
committed
drop Requires
1 parent 5075ebc commit 1bbaaf8

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Project.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
3737
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
3838
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
3939
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
40-
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
4140
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
4241
SparseDiffTools = "47a9eef4-7e08-11e9-0b38-333d64bd3804"
4342
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
@@ -90,14 +89,13 @@ PrecompileTools = "1"
9089
ProgressMeter = "1"
9190
RecursiveArrayTools = "2.31.1"
9291
Reexport = "1"
93-
Requires = "1"
9492
SparseDiffTools = "2"
9593
StaticArrays = "1"
9694
StatsBase = "0.32, 0.33, 0.34"
9795
StructTypes = "1"
9896
TensorCast = "0.3.3, 0.4"
9997
TimeZones = "1.3.1"
100-
julia = "1.8"
98+
julia = "1.9"
10199

102100
[extras]
103101
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"

src/IncrementalInference.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ module IncrementalInference
33
# @info "Multithreaded convolutions possible, Threads.nthreads()=$(Threads.nthreads()). See `addFactor!(.;threadmodel=MultiThreaded)`."
44

55
using Distributed
6-
using Requires
76
using Reexport
87

98
@reexport using Distributions

0 commit comments

Comments
 (0)