Skip to content

Commit

Permalink
Added required toml entry for julia < 1.9 use of the DataFrame extension
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviermilla committed Feb 22, 2024
1 parent db4b9c6 commit e58a873
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ julia = "1.7"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" # Required by julia < 1.9 package manager.

[targets]
test = ["Test", "DataFrames"]

0 comments on commit e58a873

Please sign in to comment.