Skip to content

Commit fa19b24

Browse files
committed
fixing compat issues
1 parent 8d8a259 commit fa19b24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ authors = ["Thibaut Lienart <[email protected]>"]
44
version = "0.4.0"
55

66
[deps]
7-
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
87
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
98
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
109
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -23,6 +22,7 @@ Parameters = "^0.12"
2322
julia = "^1"
2423

2524
[extras]
25+
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
2626
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
2727
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
2828
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
@@ -33,4 +33,4 @@ StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
3333
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3434

3535
[targets]
36-
test = ["DelimitedFiles", "PyCall", "Test", "Random", "RDatasets", "RCall", "MLJBase", "StableRNGs"]
36+
test = ["DelimitedFiles", "PyCall", "Test", "Random", "RDatasets", "RCall", "MLJBase", "StableRNGs", "DataFrames"]

0 commit comments

Comments
 (0)