Skip to content

Commit

Permalink
Do not include MCMCDiagnosticTools in test and doc environment (#70)
Browse files Browse the repository at this point in the history
* Remove MCMCDiagnosticsTools from docs/Project.toml

* Remove MCMCDiagnosticTools from test/Project.toml
  • Loading branch information
devmotion authored Feb 3, 2023
1 parent a4624cf commit 1e2b1a0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
EvoTrees = "f6006082-12f8-11e9-0c9c-0d5d367ab1e5"
MCMCDiagnosticTools = "be115224-59cd-429b-ad48-344e309966f0"
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
MLJIteration = "614be32b-d00c-4edb-bd02-1eb411ab5e55"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Expand All @@ -10,7 +9,6 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
Documenter = "0.27"
EvoTrees = "0.14.7"
MCMCDiagnosticTools = "0.3"
MLJBase = "0.19, 0.20, 0.21"
MLJIteration = "0.5"
julia = "1.6"
2 changes: 0 additions & 2 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ EvoTrees = "f6006082-12f8-11e9-0c9c-0d5d367ab1e5"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
LogDensityProblems = "6fdf6af0-433a-55f7-b3ed-c6c6e0b8df7c"
LogExpFunctions = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
MCMCDiagnosticTools = "be115224-59cd-429b-ad48-344e309966f0"
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
MLJIteration = "614be32b-d00c-4edb-bd02-1eb411ab5e55"
MLJLIBSVMInterface = "61c7150f-6c77-4bb1-949c-13197eac2a52"
Expand All @@ -25,7 +24,6 @@ EvoTrees = "0.14.7"
FFTW = "1.1"
LogDensityProblems = "0.12, 1, 2"
LogExpFunctions = "0.3"
MCMCDiagnosticTools = "0.3"
MLJBase = "0.19, 0.20, 0.21"
MLJIteration = "0.5"
MLJLIBSVMInterface = "0.2"
Expand Down

0 comments on commit 1e2b1a0

Please sign in to comment.