Skip to content

Commit 287df1a

Browse files
authored
Merge pull request #100 from axelparmentier/compat-update
New compat bounds and fix Aqua compat tests
2 parents 5584bbe + 6eb4dad commit 287df1a

File tree

6 files changed

+146
-98
lines changed

6 files changed

+146
-98
lines changed

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ InferOptFrankWolfeExt = "DifferentiableFrankWolfe"
2525
ChainRulesCore = "1"
2626
DensityInterface = "0.4.0"
2727
DifferentiableFrankWolfe = "0.2"
28+
LinearAlgebra = "<0.0.1,1"
29+
Random = "<0.0.1,1"
2830
RequiredInterfaces = "0.1.3"
31+
Statistics = "1"
2932
StatsBase = "0.33, 0.34"
3033
StatsFuns = "1.3"
31-
TestItemRunner = "0.2.2"
3234
ThreadsX = "0.1.11"
3335
julia = "1.7"
3436

0 commit comments

Comments
 (0)