Skip to content

Commit c5e1681

Browse files
authored
Merge pull request #134 from sisl/compathelper/new_version/2021-08-18-00-07-25-013-02573484758
CompatHelper: bump compat for Documenter to 0.27, (keep existing compat)
2 parents 81c1373 + 4e7747d commit c5e1681

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Project.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
88
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
99
Discretizers = "6e83dbb3-75ca-525b-8ae2-3751f0dd50b4"
1010
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
11+
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
1112
GraphPlot = "a2cc645c-3eea-5389-862e-a155d0052231"
1213
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
1314
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
@@ -22,14 +23,13 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
2223
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
2324
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
2425
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
25-
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
26-
2726

2827
[compat]
2928
DataFrames = "0.22,1.0,1.1"
3029
DataStructures = "0.11,0.12,0.13,0.14,0.15,0.16,0.17,0.18"
3130
Discretizers = "3.0"
3231
Distributions = "0.17,0.18,0.19,0.20,0.21,0.22,0.23,0.24, 0.25"
32+
Documenter = "0.26, 0.27"
3333
GraphPlot = "0.3,0.3.1,0.4,0.4.1"
3434
IterTools = "1.3"
3535
LightGraphs = "1.0"
@@ -42,7 +42,6 @@ Requires = "1.0.1"
4242
SpecialFunctions = "0.8,0.10,1.0,1.1,1.2"
4343
StatsBase = "0.25,0.26,0.27,0.28,0.29,0.30,0.31,0.32,0.33"
4444
julia = "1"
45-
Documenter = "0.26"
4645

4746
[extras]
4847
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

0 commit comments

Comments
 (0)