Skip to content

Commit 1cd5d4b

Browse files
committed
Update compat versions for DataFrames and JLD2
Changed the compatibility entries for DataFrames and JLD2 to use caret (^) syntax, allowing for more flexible version resolution.
1 parent 2be394f commit 1cd5d4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1212
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
1313

1414
[compat]
15-
DataFrames = "1"
16-
JLD2 = "0.4"
15+
DataFrames = "^1"
16+
JLD2 = "^0.4"
1717
JuMP = "^1.15"
1818
Requires = "1"
1919
SpecialFunctions = "2"

0 commit comments

Comments
 (0)