Skip to content

Commit ed826de

Browse files
cfe316sambuddhac
authored andcommitted
Rm Documenter[Tools] from main project
This eliminates un-needed dependencies from the main Project.toml, which should speed up installation and testing. Documenter *is* used by the documentation project, docs/Project.toml.
1 parent ccfb6d8 commit ed826de

3 files changed

Lines changed: 0 additions & 6 deletions

File tree

Project.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
1515
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
1616
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
1717
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
18-
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
19-
DocumenterTools = "35a29f4d-8980-5a13-9543-d66fff28ecb8"
2018
#Gurobi = "2e9cd046-0924-5485-92f1-d5272153d98b"
2119
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
2220
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
@@ -41,8 +39,6 @@ Combinatorics = "1.0.2"
4139
DataFrames = "1.3.4"
4240
DataStructures = "0.18.13"
4341
Distances = "0.10.7"
44-
Documenter = "0.27.22"
45-
DocumenterTools = "0.1.15"
4642
#Gurobi ="0.9.14"
4743
HiGHS = "1.1.4"
4844
JuMP = "1.1.1"

src/GenX.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ using Dates
4646
using Clustering
4747
using Distances
4848
using Combinatorics
49-
using Documenter
5049

5150
using OrdinaryDiffEq
5251
using Random

src/time_domain_reduction/time_domain_reduction.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ using DataFrames
3131
using StatsBase
3232
using Clustering
3333
using Distances
34-
using Documenter
3534
using CSV
3635

3736

0 commit comments

Comments
 (0)