Skip to content

Commit 12a5462

Browse files
author
CompatHelper Julia
committedMay 25, 2024·
CompatHelper: add new compat entry for DataFrames in [weakdeps] at version 1, (keep existing compat)
1 parent 66ba6a9 commit 12a5462

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎Project.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ TimespanLogging = "a526e669-04d3-4846-9525-c66122c55f63"
2525
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
2626

2727
[compat]
28+
DataFrames = "1"
2829
DataStructures = "0.18"
2930
Graphs = "1"
3031
MacroTools = "0.5"
@@ -40,8 +41,8 @@ TimespanLogging = "0.1"
4041
julia = "1.8"
4142

4243
[extensions]
43-
GraphVizSimpleExt = "Colors"
4444
GraphVizExt = "GraphViz"
45+
GraphVizSimpleExt = "Colors"
4546
PlotsExt = ["DataFrames", "Plots"]
4647

4748
[extras]

0 commit comments

Comments
 (0)
Please sign in to comment.