Skip to content

Commit

Permalink
Fix compat bounds in Project.toml (#1060)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Jan 16, 2024
1 parent 75ff19c commit 0059ce8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0059ce8

Please sign in to comment.