Skip to content

Commit 4a61a71

Browse files
authored
Merge pull request #27 from bcbi/dpa/test-dependencies
Remove a test dependency
2 parents 4421fb6 + 01ced19 commit 4a61a71

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Project.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MaximumLikelihoodProblems"
22
uuid = "e149cee4-a9c8-4a03-a7b6-d91720412337"
33
authors = ["Dilum Aluthge"]
4-
version = "0.1.2"
4+
version = "0.1.3"
55

66
[deps]
77
LogDensityProblems = "6fdf6af0-433a-55f7-b3ed-c6c6e0b8df7c"
@@ -11,7 +11,6 @@ TransformVariables = "84d833dd-6860-57f9-a1a7-6da5db126cff"
1111
[compat]
1212
CategoricalArrays = "0.7"
1313
DataFrames = "0.20"
14-
DiffResults = "1"
1514
Distributions = "0.23"
1615
Econometrics = "0.2"
1716
ForwardDiff = "0.10"
@@ -26,7 +25,6 @@ julia = "1.3"
2625
[extras]
2726
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
2827
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
29-
DiffResults = "163ba53b-c6d8-5494-b064-1a9d43ac40c5"
3028
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
3129
Econometrics = "4d6a76a9-bfbc-5492-8924-cf6ed7875f06"
3230
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
@@ -38,4 +36,4 @@ StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
3836
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3937

4038
[targets]
41-
test = ["CategoricalArrays", "DataFrames", "DiffResults", "Distributions", "Econometrics", "ForwardDiff", "GLM", "NNlib", "Random", "Statistics", "StatsFuns", "Test"]
39+
test = ["CategoricalArrays", "DataFrames", "Distributions", "Econometrics", "ForwardDiff", "GLM", "NNlib", "Random", "Statistics", "StatsFuns", "Test"]

0 commit comments

Comments
 (0)