Skip to content

Commit

Permalink
added compat entries in Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
lfenzo committed Nov 8, 2023
1 parent 05ec678 commit 078f7f2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,13 @@ DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Tokenize = "0796e94c-ce3b-5d07-9a54-7f471281c624"

[compat]
CSV = "0.10.0"
Chain = "0.5"
DataFrames = "1.5"
DataStructures = "0.18.0"
Dates = "1.8"
StatsBase = "0.34.0"
Tokenize = "0.5.0"
julia = "1.8"

0 comments on commit 078f7f2

Please sign in to comment.