Skip to content

Commit cfa64f2

Browse files
committed
Corrected test dependencies and added version numbers
1 parent ede2a9c commit cfa64f2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Project.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,15 @@ DataFrames = "0.21"
2828
DataStructures = "0.11,0.12,0.13,0.14,0.15,0.16,0.17"
2929
Discretizers = "3.0"
3030
Distributions = "0.17,0.18,0.19,0.20,0.21,0.22,0.23"
31+
GraphPlot = "0.4,0.4.1"
3132
IterTools = "1.3"
3233
LightGraphs = "1.0"
3334
LightXML = "0.8,0.9"
3435
NBInclude = "2.0"
3536
Parameters = "0.10,0.11,0.12"
3637
RDatasets = "0.5,0.6"
3738
Reexport = "0.2"
39+
Requires = "1.0.1"
3840
SpecialFunctions = "0.8,0.9,0.10"
3941
StatsBase = "0.25,0.26,0.27,0.28,0.29,0.30,0.31,0.32,0.33"
4042
julia = "1"
@@ -46,6 +48,7 @@ RDatasets = "ce6b1742-4840-55fa-b093-852dadbb1d8b"
4648
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
4749
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
4850
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
51+
TikzGraphs = "b4f28e30-c73f-5eaf-a395-8a9db949a742"
4952

5053
[targets]
51-
test = ["Statistics", "NBInclude", "LinearAlgebra", "Test", "RDatasets", "Random"]
54+
test = ["Statistics", "NBInclude", "LinearAlgebra", "Test", "RDatasets", "Random", "TikzGraphs"]

test/test_docs.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using NBInclude
2-
import Pkg; Pkg.add("TikzGraphs")
32

43
let
54
@nbinclude(joinpath(dirname(@__DIR__), "doc", "BayesNets.ipynb"))

0 commit comments

Comments
 (0)