Skip to content

Commit

Permalink
dataframes 1.6 now fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mykelk committed Jul 22, 2023
1 parent 17474f9 commit fb18356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ColorSchemes = "3.9, 3.10, 3.11, 3.12"
Colors = "0.12"
Contour = "0.5, 0.6"
Discretizers = "3.2"
DataFrames = "0.21, 0.22, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5"
DataFrames = "0.21, 0.22, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6"
Images = "0.22, 0.23, 0.24, 0.25"
Requires = "1.0, 1.1, 1.2, 1.3"
StatsBase = "0.33, 0.34"
Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Colors = "0.12"
DataFrames = "0.21, 0.22, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5"
DataFrames = "0.21, 0.22, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6"
NBInclude = "2.2"

0 comments on commit fb18356

Please sign in to comment.