Skip to content

Commit 1a874c4

Browse files
farhadrclassdpo
andauthored
Update compat versions for DataFrames and JLD2 (#371)
* 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. * Update Project.toml * Update Project.toml Co-authored-by: Dominique <[email protected]> --------- Co-authored-by: Dominique <[email protected]>
1 parent 25226e7 commit 1a874c4

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, 0.5"
1717
JuMP = "^1.15"
1818
Requires = "1"
1919
SpecialFunctions = "2"

0 commit comments

Comments
 (0)