We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8399ac commit e129137Copy full SHA for e129137
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
fail-fast: false
18
matrix:
19
version:
20
- - '1.5'
+ - '1.6'
21
- '1'
22
os:
23
- ubuntu-latest
Project.toml
@@ -19,7 +19,7 @@ LinearMaps = "2.6, 3.2"
MLJModelInterface = "0.3, 0.4, 1.0"
Optim = "0.20, 0.21, 1"
Parameters = "0.12"
-julia = "1.5"
+julia = "1.6"
24
[extras]
25
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
0 commit comments