From 0059ce820a4f5f12b86cdd3aff64740c26966ba0 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Wed, 17 Jan 2024 10:09:20 +1300 Subject: [PATCH] Fix compat bounds in Project.toml (#1060) --- Project.toml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 3626646f..10d5d620 100644 --- a/Project.toml +++ b/Project.toml @@ -22,14 +22,19 @@ Compat = "3.2.0, 3.3.0, 3.4.0, 3.5.0, 3.6.0, 4" FillArrays = "0.6.2, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 1" ForwardDiff = "0.10" LineSearches = "7.0.1" -MathOptInterface = "1" +LinearAlgebra = "<0.0.1, 1.6" +MathOptInterface = "1.17" NLSolversBase = "7.8.0" NaNMath = "0.3.2, 1" OptimTestProblems = "2.0.3" Parameters = "0.10, 0.11, 0.12" PositiveFactorizations = "0.2.2" +Printf = "<0.0.1, 1.6" +Random = "<0.0.1, 1.6" +SparseArrays = "<0.0.1, 1.6" StatsBase = "0.29, 0.30, 0.31, 0.32, 0.33, 0.34" -julia = "1.2" +Test = "<0.0.1, 1.6" +julia = "1.6" [extras] Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"