Skip to content

Commit 18fcd2d

Browse files
amontoisondpo
authored andcommitted
Release 0.1.9
1 parent cc112df commit 18fcd2d

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "SolverTools"
22
uuid = "b5612192-2639-5dc1-abfe-fbedd65fab29"
3-
version = "0.1.8"
3+
version = "0.1.9"
44

55
[deps]
66
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
@@ -11,7 +11,7 @@ NLPModels = "a4795742-8479-5a88-8948-cc11e1c8c1a6"
1111
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
1212

1313
[compat]
14-
DataFrames = "0.17.1, 0.18, 0.19"
14+
DataFrames = "^0.20"
1515
LinearOperators = "0.4.0, 0.5.0, 0.6.0, 0.7.0, 1.0"
1616
NLPModels = "0.7.0, 0.8.0, 0.9, 0.10.0"
1717
julia = "^1.0.0"

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
33

44
[compat]
5-
Documenter = "~0.21"
5+
Documenter = "~0.24"

docs/make.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ makedocs(
55
doctest = true,
66
linkcheck = true,
77
strict = true,
8-
assets = ["assets/style.css"],
9-
format = Documenter.HTML(prettyurls = get(ENV, "CI", nothing) == "true"),
8+
format = Documenter.HTML(assets = ["assets/style.css"], prettyurls = get(ENV, "CI", nothing) == "true"),
109
sitename = "SolverTools.jl",
1110
pages = ["Home" => "index.md",
1211
"API" => "api.md",

0 commit comments

Comments
 (0)