Skip to content

Commit

Permalink
CompatHelper: add new compat entry for CSV at version 0.10, (keep exi…
Browse files Browse the repository at this point in the history
…sting compat)
  • Loading branch information
CompatHelper Julia authored and lrnv committed Apr 6, 2024
1 parent 0859927 commit 3284457
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,23 @@ StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"

[compat]
CSV = "0.10"
DataFrames = "1"
Distributions = "0.25"
LinearAlgebra = "1.6"
RCall = "0.14"
StatsAPI = "1"
StatsBase = "0.34"
StatsModels = "0.7"
Tables = "1"
Test = "1.6"
TestItemRunner = "0.2"
julia = "1.9"
RCall = "0.14"

[extras]
RCall = "6f49c342-dc21-5d91-9882-a32aef131414"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
RCall = "6f49c342-dc21-5d91-9882-a32aef131414"

[targets]
test = ["Test", "TestItemRunner", "RCall"]

0 comments on commit 3284457

Please sign in to comment.