Skip to content

Commit

Permalink
Fix stdlib compat bounds in Project.toml (#3626)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Dec 13, 2023
1 parent 5b1a53f commit 44b56b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ JuMPDimensionalDataExt = "DimensionalData"

[compat]
DimensionalData = "0.24"
LinearAlgebra = "1.6"
LinearAlgebra = "<0.0.1, 1.6"
MacroTools = "0.5"
MathOptInterface = "1.19"
MutableArithmetics = "1.1"
OrderedCollections = "1"
Printf = "1.6"
Printf = "<0.0.1, 1.6"
PrecompileTools = "1"
SparseArrays = "1.6"
Test = "1.6"
SparseArrays = "<0.0.1, 1.6"
Test = "<0.0.1, 1.6"
julia = "1.6"

[extras]
Expand Down

0 comments on commit 44b56b1

Please sign in to comment.