Skip to content

Commit 76f6e48

Browse files
authored
Merge pull request #132 from JuliaAI/dev
For a 0.8.0 release
2 parents 6ec23fa + 38e2def commit 76f6e48

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
version:
20-
- '1.5'
20+
- '1.6'
2121
- '1'
2222
os:
2323
- ubuntu-latest

Project.toml

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MLJLinearModels"
22
uuid = "6ee0df7b-362f-4a72-a706-9e79364fb692"
33
authors = ["Thibaut Lienart <tlienart@me.com>"]
4-
version = "0.7.2"
4+
version = "0.8.0"
55

66
[deps]
77
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
@@ -19,7 +19,7 @@ LinearMaps = "2.6, 3.2"
1919
MLJModelInterface = "0.3, 0.4, 1.0"
2020
Optim = "0.20, 0.21, 1"
2121
Parameters = "0.12"
22-
julia = "1.5"
22+
julia = "1.6"
2323

2424
[extras]
2525
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
@@ -35,16 +35,4 @@ StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
3535
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3636

3737
[targets]
38-
test = [
39-
"DelimitedFiles",
40-
"PyCall",
41-
"ForwardDiff",
42-
"Test",
43-
"Random",
44-
"RDatasets",
45-
"RCall",
46-
"MLJ",
47-
"MLJBase",
48-
"StableRNGs",
49-
"DataFrames",
50-
]
38+
test = ["DelimitedFiles", "PyCall", "ForwardDiff", "Test", "Random", "RDatasets", "RCall", "MLJ", "MLJBase", "StableRNGs", "DataFrames"]

0 commit comments

Comments
 (0)